Memory Pool Memory Pool Refreshing

2,842 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
900,883 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 1,336 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 900,882 (340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,542 900,542 00000000000000000001e4092ab1d4acf153b4798e31dfe49568b633840cdf1b 1.41 MB 5,310 6
900,541 900,541 000000000000000000016e8433f3b25b2f0c1e80b06d254ae9ea750e284d6342 1.52 MB 2,775 2
900,540 900,540 00000000000000000000a1d250f088ad6b136d83cdb5121323dbf433003dc010 1.54 MB 2,571 3
900,539 900,539 000000000000000000009fa87b3bef5e75412ee2cfb3710eaf1e0b84667dd916 1.49 MB 4,883 5
900,538 900,538 0000000000000000000040012e981d49360db5843344183d39d43d7f13f2ea67 1.64 MB 4,181 5
900,537 900,537 0000000000000000000030c6f947adae64d0932bbd5779d9434ce065c0b47336 1.55 MB 3,527 7
900,536 900,536 00000000000000000001c68da597f3063e695a12d84d0e9f2ef77bf311c2fe5b 1.63 MB 2,909 5
900,535 900,535 00000000000000000000a787c385c7c4c9651412aa1eba0ab588b35daa1e1d21 1.71 MB 493 2
900,534 900,534 0000000000000000000199215160c59591d7d69330aec08233b445244e87bf45 1.81 MB 2,126 3
900,533 900,533 000000000000000000011c70c426933045c610875f44bbe58d55da78fe6009cf 1.55 MB 3,240 5
900,532 900,532 00000000000000000000bf0b62b6768a3ea47f783b7557d9f6cb4950e06b62e0 1.55 MB 3,477 5
900,531 900,531 00000000000000000001e68dd1ddf7751435fb477061d84c4dcf3dd8263e1570 1.76 MB 1,793 3
900,530 900,530 00000000000000000001031fd096b1a7558173d2cad2765969ce2eef6c14fc37 1.69 MB 3,559 4
900,529 900,529 00000000000000000001c3afca8b9d15260417a28a94ecb3e3d91a4077d9a89c 1.61 MB 4,204 4
900,528 900,528 00000000000000000000c8b4fb14f8e6f6c730df66ee6f7d988151420c5f0db1 1.55 MB 3,599 7
900,527 900,527 000000000000000000012e8338eaf13787722834bf5584e390cb2855c6b03c13 1.68 MB 2,370 3
900,526 900,526 000000000000000000023605140acd68063421c530bb6b18b79a2ebe96f5e461 1.75 MB 1,004 2
900,525 900,525 00000000000000000000545b33e6fce9613b5281f0478e45555bfb8efc8e5e3e 1.89 MB 792 2
900,524 900,524 0000000000000000000109915ab09f6a0bc34ac9cbbe5d37477eeb15a5f12ccd 1.63 MB 3,393 4
900,523 900,523 00000000000000000001bad526c2607a85ebca570f09f38bcb41e4622999d65c 1.54 MB 3,670 7
900,522 900,522 00000000000000000001788bd39daedc996011d7a2cb13f44bcaa85907f16437 1.65 MB 4,080 3
Previous 10 blocks ↓
Total Size: 757.40 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 666.70 GB sent, 34.18 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.