Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,673 transactions (2.92 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,030 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,722 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,029 (830,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,069 79,069 0000000000141e206aee9ad29bb75515e01bd8d24a2f4e84c32dab0d2a985141 0.00 MB 2 0
79,068 79,068 00000000005460442b0fa4d9e2149004d2dbeb9131616fd91b4aa914ba500402 0.00 MB 1 0
79,067 79,067 00000000002249ea6bf0997e94e49e216ff88392334ad2c84d5444bf05ed3434 0.00 MB 2 0
79,066 79,066 00000000004fc99171030191248d34d301f1dd76b2887dbdd8382150bbed182a 0.00 MB 2 0
79,065 79,065 000000000000f30f3846fe337880cd565ae44900da037658eb7cf4d3c98a535a 0.00 MB 2 0
79,064 79,064 0000000000045880904c54da1eb2d8bbf1190a1cc452c7b87e150708f16eaef2 0.00 MB 3 0
79,063 79,063 000000000054a805df00a2ce9b15d0b138e5a61ae3a7935f7ac42ccdf677d90a 0.00 MB 1 0
79,062 79,062 00000000004e1b936577cc8bcc8eb94d5e35fd1496a1be5451a31714ccc84864 0.00 MB 1 0
79,061 79,061 000000000048a00488a3453a7e83e3c210a5396a295d34e91cb749ee8e31bee5 0.00 MB 2 0
79,060 79,060 000000000009717485e2c6681ed92d38875b8b9f9d4c7331c58201bfae1d47b7 0.00 MB 5 0
79,059 79,059 0000000000580894c85d9e4d94484a1571fa2e3143ef72f03c4dd7e67742c6a3 0.00 MB 2 0
79,058 79,058 000000000013b6abcd7a014e564a400464a0f393377be8e89a12ac9734976df9 0.00 MB 1 0
79,057 79,057 0000000000016a6d8dcf48ac0b337907be5be6e9b7dcc6e9f7e4f3c08e5ee8ab 0.00 MB 3 0
79,056 79,056 0000000000459990af2e38b2c775ad0ff22067248da40f9083770e41fa10e3fd 0.00 MB 2 0
79,055 79,055 000000000059946ea0ddda57f1ea02f92df0a23b7bc7f1f12a9135f999e32f83 0.00 MB 1 0
79,054 79,054 000000000023b48c320aef113e58e4daf2b99e913fdf7900e6024f1b21d99496 0.00 MB 1 0
79,053 79,053 000000000051f9c7e41228809e5750d2d6ec9fa13c2943c1723866ca21d76c2e 0.00 MB 1 0
79,052 79,052 00000000004c0a8e8d1e59a53eeec692fb110b1720b95a1a645df18f2e5dba31 0.00 MB 1 0
79,051 79,051 0000000000395ef649d9a7e6d3d1087d514f1cf5d5eb1abaf5ce8e778da8e41d 0.00 MB 1 0
79,050 79,050 000000000051a9b0f8f1720c1e0a7351b197637d8201a3b083c9178d0b8fc0b9 0.00 MB 3 0
79,049 79,049 00000000000890cb298af6c0a29c69e3a4a563c4792d53978da9ba6ca067ed08 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,185.37 GB sent, 115.58 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.