Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,829 transactions (2.72 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,863 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,702 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,862 (889,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,309 20,309 000000009889527224695ca3201094f6c8324e8a18c292b2e3736e9c880543e8 0.00 MB 1 0
20,308 20,308 000000000ddadfebdf445b0d7b44621e98d6bafc91e0a7948bdc0f5454bf22f7 0.00 MB 1 0
20,307 20,307 000000006783ca92b11bb5c370a3d500dfc19cb7f81b241ebb07a024316585c4 0.00 MB 1 0
20,306 20,306 0000000051364b7735c9d5db18b8eb630186dc37febab5068b326a5bc4381b60 0.00 MB 1 0
20,305 20,305 0000000008c99f84d3857b225f153fff22e697f36eb3f026cd0e9bfc2e862a43 0.00 MB 1 0
20,304 20,304 0000000027b5cdac0b0aec557a0931e8db4527d454954f1a1a24634eaa97deb4 0.00 MB 1 0
20,303 20,303 0000000092018c70e016a34155dd8739e95cbcb1873471375f44387b43ea133b 0.00 MB 1 0
20,302 20,302 00000000ee431172b545c7f97f6ba8973d3c72ecd91e92d883093136e06ec7b4 0.00 MB 1 0
20,301 20,301 000000006f77c3c0ef62b78f038a5f0f261ae0fb1bb051550f3a3d2bb8f215cb 0.00 MB 1 0
20,300 20,300 00000000fbbf75bd37f69e9c5b2a59c3dee2addb558acde0d8327c4378ef05a7 0.00 MB 1 0
20,299 20,299 00000000fcdb43bb93634892abf989626cf3699afe1af2fb9bc7db6a6aab3af1 0.00 MB 1 0
20,298 20,298 00000000b7cb808d554a90135259f08659dccedd9499d26f3d297b38a0f030cf 0.00 MB 1 0
20,297 20,297 0000000056d98b3af848dc288124f29380d909f207e5845e833b1cc27ad1456b 0.00 MB 1 0
20,296 20,296 0000000089c8e6f8edb35930937c6dbf2baa7bd662ce24cd9103b05fda634941 0.00 MB 1 0
20,295 20,295 0000000099cb1829889ffc6b815bd25645f7063abc574cffeb14976dff41c868 0.00 MB 1 0
20,294 20,294 000000003ea10b3652ea6c0f1e9372391bb2d60f5c561528197a6b8c3e4cc856 0.00 MB 1 0
20,293 20,293 0000000036d99382bbc95b156b761519098af84f0225cd6c6bfbc8a26de07c94 0.00 MB 1 0
20,292 20,292 0000000088bc83924197bb21725412162777e9b0f7ad3f6dc1d67c101397a09a 0.00 MB 1 0
20,291 20,291 000000005d6986c0e922d50e6a5757acb4c6471fac9f25e9044a3ec868659db7 0.00 MB 1 0
20,290 20,290 00000000532fe3a904b7c3fd95935ff2bc79bacf6b85079abc504f23bb9f26e8 0.00 MB 1 0
20,289 20,289 00000000dc140763ff26e6363e7c02a18831a9b22eaf265de04ee6a2ce317199 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.14 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,167.54 GB sent, 114.04 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.