Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,134 transactions (0.62 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,844 000000000000000000022b910000000000000000000000000000000000000000 ago 0.62 vMB 2,132 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,843 (153,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
758,341 758,341 00000000000000000004cc7c88cb12801be51ac115f53119ad325f3cbeb915f6 1.30 MB 1,223 5
758,340 758,340 000000000000000000003c403fde96b5bcce64cb1b1d211864ecda01747113e7 1.43 MB 2,917 10
758,339 758,339 00000000000000000002d3ab267d0612f2cbb78d721762ceffac563175808530 1.55 MB 3,399 14
758,338 758,338 00000000000000000000f92811b8e4712f87deea1a42c15cc14d6d079277e44a 1.05 MB 1,735 5
758,337 758,337 000000000000000000007c57f86a9b196b04dd9ccb59c83c7b9e4a2bb4e8a9fa 1.52 MB 2,216 5
758,336 758,336 000000000000000000076475042dd023bb501dec49e352745e45786939606080 1.48 MB 3,188 9
758,335 758,335 000000000000000000022d41106eb25c22906bcda7b86f478009964565159582 1.52 MB 3,295 8
758,334 758,334 00000000000000000005ce58c158d5e440ad0b137b5df87e79b8651ebc396ac3 1.08 MB 1,317 2
758,333 758,333 0000000000000000000012d8f5957130c853f88ff5360fca5f83b2ca27f27215 1.04 MB 306 1
758,332 758,332 00000000000000000001d447b550af1f12dbc5e754355d840258bb1edfa9d64c 1.61 MB 1,291 2
758,331 758,331 000000000000000000039d38a7527129ca2d9727e7fd3b9ab1abc67c9cc4880f 1.65 MB 2,694 6
758,330 758,330 000000000000000000051e3857f4f76691f7897ede16d0e21eee7c2bb60ceb84 1.51 MB 2,694 6
758,329 758,329 00000000000000000005488b524d60ccc3bacf4be70165f866170f39b33a5ded 1.31 MB 1,466 6
758,328 758,328 00000000000000000005dc7d1ea9905120ccf86e85e9075ac43de6651ac76d14 1.46 MB 2,953 9
758,327 758,327 000000000000000000070875db2cba31da53feba1ed95e85de0b5e497b67c700 1.95 MB 1,411 14
758,326 758,326 00000000000000000003a85a5b22d2574b64123db3aa18c7c7cec47b7a91fd78 1.54 MB 3,255 10
758,325 758,325 000000000000000000057f330e94e63b25aeaa23abd1d605112e4613712e705e 1.50 MB 2,425 6
758,324 758,324 0000000000000000000704cb905638ce99d0eaca7810b91a3a4b3a26a48cb2e1 0.00 MB 16 4
758,323 758,323 000000000000000000026a4346c11bb1c5b878f87f71053f7a0f224460ec980f 0.18 MB 453 6
758,322 758,322 00000000000000000006c59682d6f725ffe151411f3451274cbdd990769690cf 0.54 MB 1,207 8
758,321 758,321 00000000000000000001e55bacd1adb31d09c045f81e142e7240a39e0018016d 0.21 MB 452 6
Previous 10 blocks ↓
Total Size: 776.80 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: 2,468.82 GB sent, 132.55 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.