Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,138 transactions (2.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,691 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,936 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,690 (889,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,473 20,473 00000000b3349c99bc2876701403d328fe01e5d4e52b98eb05c3d7773f103eb9 0.00 MB 1 0
20,472 20,472 0000000083de6c3f3909c282d0fa89f9b52c45cb6b22497e0b8198fc795afca8 0.00 MB 1 0
20,471 20,471 000000008d77da31f70271221ecefe4da2f57165c5edd6dd8d6882ed21cbdba5 0.00 MB 1 0
20,470 20,470 000000002ca426abce032c46c5a3a82c139bf40c35bd0be30e4388fdf52e5573 0.00 MB 1 0
20,469 20,469 000000001af4f637e46ed8fe308480b3edd4115f92d3181ab537cb8641625f35 0.00 MB 1 0
20,468 20,468 00000000ed78aa142a3d62ab24a62ac82724e001d12b9ed25685d4ccebd45ae8 0.00 MB 1 0
20,467 20,467 00000000b14052495fff45480bfaa073d3fa7127cec83d412f93c05e0a11b60e 0.00 MB 1 0
20,466 20,466 000000004aab729144ab7ed73b2baee155985c2c6c991bca937490a7af431c74 0.00 MB 1 0
20,465 20,465 0000000021f7da2ba1a2dab4844248781761735e704276246eb07e424b98133f 0.00 MB 1 0
20,464 20,464 0000000061a500e35736135b75a878bf3abaf7d0196962dc1bad74e3f902b072 0.00 MB 1 0
20,463 20,463 00000000e57b7f5afc2954390ea49bb8e50837f4214adbae255a15f1de2de2ea 0.00 MB 1 0
20,462 20,462 0000000043a38633450d69650963e6a6be07eb183af3dee231ccc5deae787dbc 0.00 MB 1 0
20,461 20,461 00000000c233ae97ccd454cc2e16396977ebc64abef3df4c57fb720c5ad27092 0.00 MB 1 0
20,460 20,460 0000000072dbafcd63d618fb375411a90153855860acf2b1e35afb3c8a6de0d1 0.00 MB 1 0
20,459 20,459 00000000668e242111a00c9c0e845cc3e9e68d9f1e82ec9db5748b513951aea3 0.00 MB 1 0
20,458 20,458 0000000021d999eac0b158ff53468aaab0022d5d35f99090c2161cc48d86ce41 0.00 MB 1 0
20,457 20,457 000000006453965f80665c6b1a101f9ae35946aa7d41bd5882285c65ecedd5bc 0.00 MB 1 0
20,456 20,456 0000000097d40caf589d8b95deaf0a03d408d51564e6877bbd128f2e427b387c 0.00 MB 1 0
20,455 20,455 00000000fc05df0f546814f359fb4c28f49f9af7b6c7b79aabeed7755ec2c280 0.00 MB 1 0
20,454 20,454 00000000146965734010e43c5f06f3ebdaf904c2b7408b9afb3361cdeb753528 0.00 MB 1 0
20,453 20,453 0000000072ec08ee7409f7bf0316d9101a8eac2742cc7aabfc22a334c75f3b4b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.83 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,149.82 GB sent, 112.49 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.