Loading Tool

Explorer IconExplorer

Memory Pool

35,614 transactions
27.73 vMB
0.05769942 BTC
Random Selection Loading Transactions
Max Size: 139.50/200 MB

Candidate Block

Mining Attempt d4095220bc9d33af0256cbba3c8ad6d6ef75c0ded12c962faafbfdcb746c3a76
Version 20000000
Previous Block 000000000000000000001eec6b34950aef5a43e49a51ec58f8f5b097e691fd39
Merkle Root 8ab3247a536384a4ea16cfa7215116cee4fee42d87ee1b4fce28a2e81f6622d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,919
Size: 1.00 vMB
Total Fees: 0.00495735 BTC
Feerates: 40.21 > 0.50 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,622 (426,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,467 488,467 000000000000000000d36b55c14e5d214b5d923f9020ef945be95f9780981f5a 2,216 1.00/1.00 vMB 96
488,466 488,466 000000000000000000ed3e51d24ea17683671d046e7b92f4e68449c630a89f9f 2,127 1.00/1.00 vMB 66
488,465 488,465 00000000000000000058a2ff0fb01cc66a5de23f02af201f4e39791ae635d5cd 1,859 1.00/1.00 vMB 88
488,464 488,464 000000000000000000bfe69f48d8706b5636f04b5fa2d5600ae7b90db2bac5cf 2,437 1.00/1.00 vMB 188
488,463 488,463 0000000000000000001f2dcab4f6a0966ef10e4f6440795ec144299c64d57b78 1,788 0.97/1.00 vMB 30
488,462 488,462 000000000000000000a69bec7c79ccec30a8c7d176b13bf24cbc1218dca2f5d6 2,000 1.00/1.00 vMB 168
488,461 488,461 00000000000000000051e56d9d38430b10efde1398963977d257fda43e248b9e 1,140 1.00/1.00 vMB 66
488,460 488,460 000000000000000000b34861e7c643968dd0a90578c98d2c80bce9def9c3f9ef 1,920 1.00/1.00 vMB 46
488,459 488,459 000000000000000000bdfe7b3cae3ddaa71087bb1000f9df6889d5b42059687e 2,177 0.95/1.00 vMB 61
488,458 488,458 000000000000000000ade7f5e68e9d6e22d8bfeb56768e195a2c4cd1998942aa 2,386 1.00/1.00 vMB 103
488,457 488,457 00000000000000000065c4dcab39d65ae736198e634b1e65f4b6a7a9bc31ad90 2,497 0.94/1.00 vMB 119
488,456 488,456 0000000000000000004ef878b281a181b3410d05da241858ea83c9e29bfc5853 1,966 1.00/1.00 vMB 107
488,455 488,455 000000000000000000566a9051d71499efbbf51e165064ca42d5a9f24a30b577 1,588 1.00/1.00 vMB 105
488,454 488,454 000000000000000000c6e03f51c33e1b1defa42dedaf5871e484e9492bc149e9 1,586 1.00/1.00 vMB 127
488,453 488,453 000000000000000000acca01a50526e7b25b9a8f19d04a631d9fe09e85b7473d 2,206 1.00/1.00 vMB 135
488,452 488,452 000000000000000000211de5eb2802860cfe49f1d074e1636cddfaa47b409632 1,892 1.00/1.00 vMB 142
488,451 488,451 0000000000000000004add76174511d81312c7697b054672397412084cfaf280 2,223 1.00/1.00 vMB 127
488,450 488,450 000000000000000000d711a9ecc9917e2bc04269f289d73799af87fd0a813879 2,096 1.00/1.00 vMB 143
488,449 488,449 000000000000000000ce86c8a09969d8d4810f3cdb2527acaa30d653a7834efb 2,901 0.94/1.00 vMB 133
488,448 488,448 0000000000000000005befc71a41b383a75e42900f8f242a2337aa7d30ca7c81 2,150 0.96/1.00 vMB 167
488,447 488,447 0000000000000000003424548aa545e5d850483647288705036aa5eff7a95e6c 2,239 0.97/1.00 vMB 181
Previous 10 blocks ↓
Total Size: 781.72 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: 629.85 GB
    • Received: 11.96 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.