Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,927 transactions (1.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,918 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,300 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,917 (474,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
436,976 436,976 000000000000000002e413e4fc4b1492e3ff5de88eba6de84fadab44dfbfd3ac 1.00 MB 2,319 74
436,975 436,975 0000000000000000031ed2bbff9bc75256bdcdfa0cc06435af3d3007dad87520 1.00 MB 2,495 92
436,974 436,974 000000000000000000e2e4472dd81299d78f9281f537872c136aaf4daf11ba17 1.00 MB 2,587 82
436,973 436,973 000000000000000000cd28fba148e9f0a87ac58a7cf8bc0ba7c568407c3b616a 1.00 MB 2,659 91
436,972 436,972 000000000000000002c67ae5408e905959fbf5f4a1a8880e1428122f0f4303e6 0.75 MB 1,642 98
436,971 436,971 000000000000000002037ee95974a212658a2d5444289a6cbb40d09f4ece1e11 1.00 MB 2,349 85
436,970 436,970 0000000000000000000a21cf369b9da161b6351029d87ebea430c9e901afaaa2 1.00 MB 2,407 77
436,969 436,969 000000000000000002368d79a5fc13f96ed2cbb3909bc1987831ac1f2300a3ed 1.00 MB 2,349 65
436,968 436,968 000000000000000000f88ce828f571f688d5739a48468a2e65f95e0c0d1ae1e0 1.00 MB 2,575 85
436,967 436,967 00000000000000000283b6983d355102708a27c79eb003fb567038364fcadc31 1.00 MB 2,695 74
436,966 436,966 0000000000000000041c2ee94119473e46076d819c6bf3e36daa8d20325ed3f4 0.75 MB 1,874 77
436,965 436,965 0000000000000000043e029103d14dfb4d26b346a1dba1a9e8faf748d11109cb 0.98 MB 1,581 44
436,964 436,964 00000000000000000006ddc5b388a9f227f987f297b7688e37c25ffdbab97d2d 1.00 MB 2,342 59
436,963 436,963 000000000000000001b2aa49fe4a851d6cc2393c18a8316d13eb13e48b25c841 1.00 MB 2,463 72
436,962 436,962 0000000000000000032c6f45d6ad4b59fe69d2876a496d68706e33f63832ca25 1.00 MB 2,237 47
436,961 436,961 0000000000000000020a2a402d223649d2a7ed7b4639aa31dcf343cfedd37331 1.00 MB 2,737 76
436,960 436,960 000000000000000000b7d5031763420a37616b49d942d200da5ffb2c8c36d53a 1.00 MB 2,671 59
436,959 436,959 000000000000000002c9e155023543c5e1eef205bad1f01d579bd85f7671c3de 1.00 MB 2,506 67
436,958 436,958 0000000000000000004acb2dbd7f28f6e76e6b3fd487a9b2ed96976c721bca03 1.00 MB 1,788 72
436,957 436,957 0000000000000000003a99e2ec5a48cb3824d714fff8dec5b2bae2a424d5b650 0.91 MB 94 66
436,956 436,956 000000000000000003d1b4c285e2c3e1e18d42548d7fde91ebadfc6dcaf7ed95 1.00 MB 481 68
Previous 10 blocks ↓
Total Size: 776.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 2,484.10 GB sent, 133.15 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.