Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,720 transactions (0.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,081 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.98 vMB 3,705 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,080 (878,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,682 31,682 00000000c7c9654bf07d3a2d05fb595e9e248c0431c40b39c9c54ea03ef6849b 0.00 MB 1 0
31,681 31,681 0000000034471d7ea397cd9ef7ff7c5a3ad492503c2e5ff113e1c4fe2cdb440c 0.00 MB 1 0
31,680 31,680 00000000baf2cc81a750464d69615312887190ee80db39eb905558fcc4313940 0.00 MB 1 0
31,679 31,679 00000000521f7713daf71616d59b915b4578639af81769d2c260504780b31b4c 0.00 MB 1 0
31,678 31,678 000000005aa84d13684bb2175492e339c8136530b9cda93d5d8f03e2099e4c14 0.00 MB 1 0
31,677 31,677 0000000040105544b6dbaaa67b6fac730e5d4efc2c13b828c71bb16f838d29fa 0.00 MB 1 0
31,676 31,676 0000000082f4f73ecb570a84804350143394d6187355f5f0472304975e5cc700 0.00 MB 1 0
31,675 31,675 000000009a2ef5e38f09b572b57fddd3ba294b5fdca5c02b7c4c1c68d4380ba7 0.00 MB 1 0
31,674 31,674 000000000ecdcf27c8e8eaece168718a6950e3255edb8c0e50e3eace6df661b5 0.00 MB 1 0
31,673 31,673 00000000e956b2adec69da3e7241075d73624b442050121943a83bf441f35221 0.00 MB 1 0
31,672 31,672 0000000054a7c8836891ba565967d608dbf6bce6143a274b39bd496610234733 0.00 MB 1 0
31,671 31,671 000000001c7d7ac06f19975d92f6391c181ef9b1f5ea9f4f2674e24947188319 0.00 MB 1 0
31,670 31,670 00000000690cf41c65137976eebf3644cf45384196690c6a3e0568b8c93ae66b 0.00 MB 1 0
31,669 31,669 000000004ef922b1e490ec3305c9f833609bbd48cfb23b7644992dc6ea776d1b 0.00 MB 1 0
31,668 31,668 00000000320a6a779f3d80d0c206bba166440cf1a1366b19e546b6dc89d7563c 0.00 MB 1 0
31,667 31,667 00000000e54baba7c3db3d8fc83c1a40643a33bccf3810e28c64e93e7b538008 0.00 MB 1 0
31,666 31,666 000000001af4fe69a643b961dbffc00900e67165b0727609a862b11f0d6b127a 0.00 MB 1 0
31,665 31,665 00000000dcbe3abf11026dbc339f58a15f7f26217c69863fdf1b5555753bfefa 0.00 MB 1 0
31,664 31,664 00000000fff3d56591bc0eae8cee73a214d1d451d704f86126415ed540850df7 0.00 MB 1 0
31,663 31,663 00000000cd649f29b068e77f637c40cf2af7e75d78c246e9f6e8190c2c319a45 0.00 MB 1 0
31,662 31,662 00000000820df5363088cdeb4bcb1a16a9bcffab4abd2613bf0602ef9fe2d507 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.55 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,187.71 GB sent, 116.20 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.