Loading Tool

Explorer IconExplorer

Memory Pool

38,123 transactions
28.30 vMB
0.06219398 BTC
Random Selection Loading Transactions
Max Size: 143.27/200 MB

Candidate Block

Mining Attempt 26c8c1f3c9055672f036560b4a136f79751a6a6e043e20726040890ee8d4c93f
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root 8529de8f67ab299d88804c6a3c6a246d4e50e10f78e8bc65052f758ec4003473
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,399
Size: 1.00 vMB
Total Fees: 0.00773803 BTC
Feerates: 100.52 > 0.78 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (610,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
304,435 304,435 00000000000000000fe4798777b01b096fb6e2ca02cc24841d280efd5db05ee7 40 0.06/1.00 vMB 5
304,434 304,434 00000000000000003add8d0cbedf82ca40752e8386c28cb7952325c1fbe85a63 174 0.09/1.00 vMB 28
304,433 304,433 000000000000000040b0814cb4b1c87bb361d6f2f70d8dfa5dca1b76a3719efa 258 0.31/1.00 vMB 18
304,432 304,432 00000000000000004dcb7d9ac1fd2bf1dc6bbbe0bd9175e006e1c7e187a57fbe 690 0.50/1.00 vMB 21
304,431 304,431 0000000000000000531f09776e2b4c75b9d3cb1e307fef008cc2641107b39055 1,065 0.35/1.00 vMB 48
304,430 304,430 00000000000000005086fa249e62810f67b52a5e66a4968b3b9365319a190af4 942 0.35/1.00 vMB 43
304,429 304,429 00000000000000005c34fcde4ecb0646ba89b001fa5a1fb2c83af94dc18e9660 171 0.12/1.00 vMB 21
304,428 304,428 00000000000000005301658eee2e72f3b70420ce5e7595803db841c758c142d3 161 0.09/1.00 vMB 31
304,427 304,427 00000000000000000d1920bd97beb7541ae6ce523b4e259fe6bd497820274e15 484 0.34/1.00 vMB 18
304,426 304,426 00000000000000005c05657d5e92e497fd9bed5c7c07b5f8430dcf37c21951ec 386 0.22/1.00 vMB 29
304,425 304,425 000000000000000004e9e6d6b7ec1181c673021dbd666e3893c067677ca4208c 197 0.09/1.00 vMB 34
304,424 304,424 000000000000000025cf510be44bf09fc21186143814f1da2ee589b0975fb905 205 0.13/1.00 vMB 28
304,423 304,423 00000000000000003f91be1ebd5476a15de1f58b899dd6b6c743e8bd03eb7bc8 575 0.34/1.00 vMB 29
304,422 304,422 00000000000000003a0d58e62399fc4c028e8ca12e7f589d6e9f7cb0c40ca28b 291 0.17/1.00 vMB 26
304,421 304,421 0000000000000000183141df676e87d43a13fe088d88ddec154ddb354f68ad45 507 0.26/1.00 vMB 32
304,420 304,420 000000000000000014fc89dc14f3007dea10bcf0ebc6c2fe30fbb2d9e4f56e31 572 0.37/1.00 vMB 29
304,419 304,419 000000000000000055f362de50f9a4a639be8d6858768abad6e07b3ed7a4158b 136 0.08/1.00 vMB 35
304,418 304,418 00000000000000000af14083d0d91e4a6dc21388d873027f7641ff0f6b68d6b2 49 0.03/1.00 vMB 18
304,417 304,417 00000000000000003099b15d7c5d1f7b8c8c1250eef9a1ee9a16138f0edd944d 308 0.17/1.00 vMB 29
304,416 304,416 00000000000000000ead30f2a70f979a6b07f841ca05302497a92b3c9a9488a3 427 0.24/1.00 vMB 67
304,415 304,415 00000000000000000401800189014bad6a3ca1af029e19b362d6ef3c5425a8dc 526 0.34/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.60 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: 623.58 GB
    • Received: 11.46 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.