Loading Tool

Explorer IconExplorer

Memory Pool

48,018 transactions
20.88 vMB
0.04893204 BTC
Random Selection Loading Transactions
Max Size: 119.83/200 MB

Candidate Block

Mining Attempt 2fef038464e8620e2846caf271bfa2747ed9bad015eb1ecdadda4dc543e65bab
Version 20000000
Previous Block 00000000000000000001a54d7bc8f16977bd0502352a5e859d3ad61a8368cbe0
Merkle Root 74b4367cb3661a7ae387cfad4210debadd9a6b07171c01f145cc5f81f4c4720c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,876
Size: 1.00 vMB
Total Fees: 0.00702912 BTC
Feerates: 32.83 > 0.70 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,944 (897,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
15,982 15,982 00000000f509ebde3eabd9ec47381ac20f4147a81e420c2e5cbc04c100916762 1 0.00/1.00 vMB 0
15,981 15,981 0000000026d44d77cb410072a26d39c34c625bf13f600f481c9394e98387094a 1 0.00/1.00 vMB 0
15,980 15,980 0000000016b9c3433ada4f656ef79bb21a171d2f288bafe2a83004fb6de7aed2 1 0.00/1.00 vMB 0
15,979 15,979 00000000748aa4c6d2edb8bf9a620ee2189cf1d0334e7aa49582ddeca8177c7c 1 0.00/1.00 vMB 0
15,978 15,978 00000000f3e04f481458430119f93d394c9aa876a6093131f4c8a7bfe4bec69a 1 0.00/1.00 vMB 0
15,977 15,977 000000005b3dee558875bf6c2ab4ace7f04619f9dab05d081893e792ace4f91b 1 0.00/1.00 vMB 0
15,976 15,976 000000001a2a51688bf5de2bfbb0027d21f5c413186a398a345033289f93edee 1 0.00/1.00 vMB 0
15,975 15,975 00000000947397a663d88dbc750caef5757f01abf4ef304ad12aed630e2bd548 1 0.00/1.00 vMB 0
15,974 15,974 00000000994549f1a920734210be64ac4838565b0d4c47468e48caaf8b6e7595 1 0.00/1.00 vMB 0
15,973 15,973 0000000062b07c4b117defb16eba2234f42b622285d0ac2cb97bc41e7f2b5dc4 1 0.00/1.00 vMB 0
15,972 15,972 000000005e555a4e4600c06da7c8bb67fd32bf2771452ee14edef0ab147b183a 1 0.00/1.00 vMB 0
15,971 15,971 000000005b02888ff0e6d27cc98ec3f552d6059955b7fcd6b8f20d45d22f77fe 1 0.00/1.00 vMB 0
15,970 15,970 000000008a807ff398fcd71da6720ffd377101786c41169675be9e65075c0625 1 0.00/1.00 vMB 0
15,969 15,969 0000000037d7c9885177df7af395d2e99b176a9372a03b855abdf2c9adac90b1 1 0.00/1.00 vMB 0
15,968 15,968 00000000201016a83272835468d457d15965d57f57c0da5944dc94ea9389f360 2 0.01/1.00 vMB 0
15,967 15,967 00000000abae6b44fa98526e865a08820f4528eda46cad40445de3690c502ae8 1 0.00/1.00 vMB 0
15,966 15,966 00000000cc1dd5b2428d05394a4049bf4bfa7e94c57b42a7af67ec7b994cd9e3 1 0.00/1.00 vMB 0
15,965 15,965 00000000e8a2b5051db989bd3160e1aa6fd22ecb3fb8b5c515846527d32f7a5f 1 0.00/1.00 vMB 0
15,964 15,964 0000000039921a3bc959d79e4dcebb82d54d6f6537d5263be27b45b5d59451ca 1 0.00/1.00 vMB 0
15,963 15,963 0000000038d9494d5675e4e555072376e269db4a0734a18614c44e24e1c2e364 1 0.00/1.00 vMB 0
15,962 15,962 00000000dbccda10eab9559daa5f3badda20e015958043f8ed0d5d1adf4f5bc0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.51 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 531.64 GB
    • Received: 5.83 GB
  • Uptime:

Notes

  • 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.