Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,561 transactions (0.64 vMB)

Priority:

  • 1 sats/vbyte = (12 blocks)
  • 2 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
910,128 000000000000000000022cb30000000000000000000000000000000000000000 0.63 vMB 1,549 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,127 (886,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,313 23,313 000000007e883d7256eb549d68c72c1192c0e9e1e814f5ef59bf89d2cab08c2c 0.00 MB 1 0
23,312 23,312 0000000010060effcf99a1ea6fa2bc6003b585ce09d1c7a314bdbc90bc9a545a 0.00 MB 1 0
23,311 23,311 00000000cf6e3bd98b17069716add529ba3d0d8ef7bedf365292df55927f3728 0.00 MB 1 0
23,310 23,310 00000000dc5ce6793e70607b88a9291c6910a3fadb5d8b91b9857b2772ca60ef 0.00 MB 1 0
23,309 23,309 00000000e980f919630709182ad41602594674b915aba216ea5ddf2c279503b1 0.00 MB 1 0
23,308 23,308 00000000466ac7af899d3152f7f60e300cd7ddb5a9f498f0f0aab0f07985b279 0.00 MB 1 0
23,307 23,307 00000000cf377738143604eb6306c41fd2ebd92dbc30ed8ffce1e982a842428e 0.00 MB 1 0
23,306 23,306 0000000045ef3284b51f422b28b5ed84d9fa286c227b53d6ae58a9d9b288a275 0.00 MB 1 0
23,305 23,305 0000000099f1dfbe8ed396f0ee3025b56b137f21f7984da7018b1458fe70a081 0.00 MB 1 0
23,304 23,304 000000004e183f6b8919e1bba360c21bd875022c2c970faf997d688b44d7a931 0.00 MB 1 0
23,303 23,303 00000000acc805bb79ca14be691f98922b252b2c448508e2a9f1376c4bd63ef2 0.00 MB 1 0
23,302 23,302 00000000c5546facd12b494a58082d422ba15dcacde51a6c297a396453e1bda5 0.00 MB 1 0
23,301 23,301 0000000099042d4c9ffe58d3fad8b73f8b0928a8bd37eadc952647b3e9ddbc0c 0.00 MB 1 0
23,300 23,300 00000000a608a36a15bc367d50585a8c25ceeb4a2a473e3264ca0ab74985eeaf 0.00 MB 1 0
23,299 23,299 00000000b417815bdf2e813e0844727a91d913fdd0c51317c007e109d6e2fc56 0.00 MB 1 0
23,298 23,298 000000006e52747821b5da2d6d0fc63d86ee2cf14bfdd919c9b3d73ef5fee85b 0.00 MB 1 0
23,297 23,297 000000001c7b68f2894a98b188884441f5c9f221d8a1b7f5ffb42681f2faf38d 0.00 MB 1 0
23,296 23,296 0000000050d43cbb3efb92bf2f0a8e3d70f216a44f181b94546d44adcb36397b 0.00 MB 1 0
23,295 23,295 000000000d0e30b1c70efee7d013eb7adb0f1e8e19925438484e1e376070982f 0.00 MB 1 0
23,294 23,294 00000000b9122632b3927403734e5ebcdfafd507014c1fe8022d86724ef16a64 0.00 MB 1 0
23,293 23,293 0000000047402ffde43d22a3f0e9a343e50fa3b4eccd3be5fc90367860a6f226 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.63 GB

Node Information

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