Loading Tool

Explorer IconExplorer

Memory Pool

84,449 transactions
31.67 vMB
0.10703583 BTC
Random Selection Loading Transactions
Max Size: 194.17/200 MB

Candidate Block

Mining Attempt bdecb4c72a0f11bd80843176e17f583dfc79df48c4c9183c8ec7991c0b7dc555
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root d9d252402027a8653155b602c2a483d8f16e16bc0f68bf1748396135573c1121
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,129
Size: 1.00 vMB
Total Fees: 0.03280255 BTC
Feerates: 504.27 > 3.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (306,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,464 608,464 00000000000000000002bd45e26404ff1b85c7e93784ed1c7bfca7e44dcb62f5 2,544 0.72/1.00 vMB 7
608,463 608,463 00000000000000000012f99e5faac843c28460b702e6136610dbdaadba48dade 3,057 1.00/1.00 vMB 18
608,462 608,462 00000000000000000004d38593dfbfb27ebb9ee0987e9aeb2ca7eb94fcb8e3c9 2,899 1.00/1.00 vMB 24
608,461 608,461 0000000000000000000d1e8e904d3200ada8b3d32683fb60c967d0694f4cb376 2,845 0.82/1.00 vMB 15
608,460 608,460 000000000000000000075a04d84500c1cc49cf2c62985a589009b341646b70d3 2,408 1.00/1.00 vMB 21
608,459 608,459 0000000000000000000c48ae2e818a9bff17a42e9f44452db7bb51d330a16c4a 1,081 0.95/1.00 vMB 3
608,458 608,458 000000000000000000040d5d46d5cd4fc92fb461a2c5e923bb39edfa5b4da013 467 1.00/1.00 vMB 5
608,457 608,457 0000000000000000000cb0ed74fbde0c98dd23b2bcb85ce533d316682e309038 523 1.00/1.00 vMB 6
608,456 608,456 0000000000000000000743bf301bc6af8488c188cded064a4dd1d5250d4c89b0 1,549 1.00/1.00 vMB 12
608,455 608,455 000000000000000000147f5522c697fdd5bb8cf15e09960ad26b7381403fefd4 2,432 1.00/1.00 vMB 16
608,454 608,454 000000000000000000126499af8bca1375534a41acb7aa2ee45285564cee4369 1,602 1.00/1.00 vMB 14
608,453 608,453 0000000000000000000edb3020eaa1cfafcdb9c036c19fec7b4a78c38ecf1dc7 1,041 1.00/1.00 vMB 10
608,452 608,452 00000000000000000011466b3d84303b8a17eddcd4effbe006837e970f09782d 3,151 1.00/1.00 vMB 23
608,451 608,451 00000000000000000002b3403d1caf15bcae9c8c7e96603e90c09bbfd79cc93a 2,121 1.00/1.00 vMB 8
608,450 608,450 000000000000000000148f2f986d477e8086d9408df9bcc252858efa266965d7 2,751 1.00/1.00 vMB 26
608,449 608,449 000000000000000000131607bbaa054e7c90d6d5b8bde1c3046e42c9e6ec4619 1,944 1.00/1.00 vMB 6
608,448 608,448 000000000000000000031c827b8a3d762e9f9e4851bd13075ef1b3974dbb7918 2,383 1.00/1.00 vMB 21
608,447 608,447 0000000000000000000532ae6481bc59a90a282a0b94f2af8e8f5fee527b81b9 2,766 1.00/1.00 vMB 12
608,446 608,446 00000000000000000010930f25a278837518de34897a64eed66631e4bc9acf34 2,940 1.00/1.00 vMB 22
608,445 608,445 000000000000000000146e59ea9e44c75de85b63dbfa11d42798b219aa113541 1,924 0.66/1.00 vMB 15
608,444 608,444 000000000000000000134f663dd547412d14fdacd6694bff68bd6ce02a50dce6 1,485 0.48/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.77 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: 709.30 GB
    • Received: 16.87 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.