Loading Tool

Explorer IconExplorer

Memory Pool

53,535 transactions
33.80 vMB
0.13336306 BTC
Random Selection Loading Transactions
Max Size: 174.40/200 MB

Candidate Block

Mining Attempt 616c26c5b7b7151ddfe94ac0fc75a72968aad0bee89fbbfc1148b5889554b3f1
Version 20000000
Previous Block 000000000000000000017a98b1c7d9052f1c2b6b85393b7fa5e5919d663547b0
Merkle Root 675009703a380fe235677221f35c46dc6afcf00059015db86d9de5459bfe80ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,702
Size: 1.00 vMB
Total Fees: 0.05557077 BTC
Feerates: 301.57 > 5.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,395 (842,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
72,284 72,284 0000000000cbd03f748f117ad64deb9fe30e986b2314cc7107c13f5e0765339c 1 0.00/1.00 vMB 0
72,283 72,283 0000000000eb886ef457725d1a8a23dd12eaef9617ae6f4d6d9aaa5485efa087 1 0.00/1.00 vMB 0
72,282 72,282 00000000007635f55da3aaf2bff299c229a536a18ec611936cc61b68e6f82282 1 0.00/1.00 vMB 0
72,281 72,281 0000000000075025568143a8137e6727364f8b7cdb153515dbdd1e8021aaba84 1 0.00/1.00 vMB 0
72,280 72,280 00000000003dc8966c727f5e3708abfb67cb9183cf21096df7a971e9442b7cca 1 0.00/1.00 vMB 0
72,279 72,279 0000000000ee11e892764cdf4ae9dc03de2694aff1f5a14935190c583e8f9665 1 0.00/1.00 vMB 0
72,278 72,278 000000000094a435fe224b4db55e3aad213c1d6c667c8351c1c3079570a399ff 1 0.00/1.00 vMB 0
72,277 72,277 00000000009521b75255374fbe25d8edb30e793e70c5f2cf8467cc52571160d1 1 0.00/1.00 vMB 0
72,276 72,276 0000000000e4c76564a0ba239247a2fbfc589a5b9c518b0d716557aaee4a146e 1 0.00/1.00 vMB 0
72,275 72,275 0000000000f6ff8860fe311b72b237fa35abbe87676e06f853c791fbf974c588 1 0.00/1.00 vMB 0
72,274 72,274 00000000005e9a0602807c72059ee6aca4c57bd3a93adbc7e6e8ba4c812de9b1 1 0.00/1.00 vMB 0
72,273 72,273 000000000048b10934c3ea590f5bb49cf7a9bee9bdb1806d065ef9b9cb1d387f 1 0.00/1.00 vMB 0
72,272 72,272 0000000000f69ea8fe1edcc1e25320ece381be60dc7131eb68e8be2e66e2abb8 2 0.00/1.00 vMB 0
72,271 72,271 0000000000eeecab9c8acd45228a1e93df16c60942ce764249e892ba910a48c9 2 0.00/1.00 vMB 0
72,270 72,270 0000000000d933ac63ee34fac0a8d1ffb6400db67c01089e4831e607c82bfb04 1 0.00/1.00 vMB 0
72,269 72,269 00000000002568024806418124b91bee92fe32415f22803e3df111263ab92494 1 0.00/1.00 vMB 0
72,268 72,268 0000000000275ad42bbdca9b6ef35eff452a2dfa671248df19f9f3b6c04e1d1d 2 0.00/1.00 vMB 0
72,267 72,267 00000000009a6b1ec78aa6c5f159af0f9093758025a44d58547d7049049d7147 1 0.00/1.00 vMB 0
72,266 72,266 0000000000f58a4de59b3e38ed83ea05aab631c29985fee692ab7e94f0beafdf 1 0.00/1.00 vMB 0
72,265 72,265 000000000054e27a6bb0e2f1a27a55eadd48b143d6a3f3abbe2e68f5734103a6 2 0.00/1.00 vMB 0
72,264 72,264 0000000000e4d790eaf5116fbff05531065c3c1eda7630f827190d1d70244e25 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.30 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 598.85 GB
    • Received: 9.99 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.