Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

513 transactions (0.17 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,761 000000000000000000022cb30000000000000000000000000000000000000000 0.16 vMB 501 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,760 (849,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,141 61,141 0000000006fd482fdb5c9984adcf7fd727b74c2ed28894e98822a547a4f5109d 0.00 MB 1 0
61,140 61,140 0000000009b43d01400045e18efa72e674b28555dc136920cd56a6df804005aa 0.00 MB 1 0
61,139 61,139 0000000004796324eec24cbd758a16ad8e587c1198eeca1ca2b91c67af23fbc1 0.00 MB 1 0
61,138 61,138 0000000005358aee712c84bd84b47d7a2b1580365586c1da9333eeacccf254ae 0.00 MB 1 0
61,137 61,137 0000000009f12149b4e296cbe37a64308b9f364f52b1adcf418a492f52b1f591 0.00 MB 1 0
61,136 61,136 0000000008676f1ee4a590dd96fdbdf6599d997847e206df150036379c34b562 0.00 MB 2 0
61,135 61,135 0000000005a059b7381e512d741d4a59ce03792179a31e151eab4fe87a820b8d 0.00 MB 2 0
61,134 61,134 0000000002053285b57185c02af8006c5d1965d1a4a409557422f93bbe47b1ce 0.00 MB 1 0
61,133 61,133 000000000290e49c810b21919154cbe238bb09ebaab345e19e842de64c159aba 0.00 MB 3 0
61,132 61,132 0000000009513a9ec47a5a5504d3f8d3fd2106eafd5feea6675c7c437df4fb19 0.00 MB 1 0
61,131 61,131 000000000a87a0cbde7f56d3a6fa9a51a1b75a1ab81378fb0b3d34c09c83133c 0.00 MB 2 0
61,130 61,130 0000000004ec915f7be03118de33a3245a585ed781fdfe9c499378365ebd82b9 0.00 MB 1 0
61,129 61,129 00000000039ae99b54e1c2b15f0edaccf724f2fd0dc955ab1bab1d18810700c8 0.00 MB 1 0
61,128 61,128 000000000919b729c9c225733eaa4bdff6441273907c77805c69208872a15a71 0.00 MB 1 0
61,127 61,127 000000000c12f245e3139ed361a545732e2e2d61abef0f3943d9539dcd9e58b0 0.00 MB 1 0
61,126 61,126 0000000005f4ca5d8d625a4425637ca269fbfb1bdf1a9b69431d674cb74b2d1b 0.00 MB 1 0
61,125 61,125 000000000afa53f349377710a67060bdbf5b9bcd70d6b6a21d28c1be56ef7d13 0.00 MB 1 0
61,124 61,124 000000000bf37388e26004a8e73a35ef9b6e202602310cae0dbd947549587c26 0.00 MB 1 0
61,123 61,123 0000000006e04ab68fa170318eb738fb33c432b802448e9272cab59087fe43b2 0.00 MB 3 0
61,122 61,122 000000000858fb3e5590d6165ad8c9881e53a37a70d011e6eef64a4dd4354674 0.00 MB 1 0
61,121 61,121 000000000a48f1dac854e2a464ff7b537854c5e3a184e4c4423f54bcd8f35447 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.79 GB

Node Information

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