Loading Tool

Explorer IconExplorer

Memory Pool

79,530 transactions
30.36 vMB
0.08005138 BTC
Random Selection Loading Transactions
Max Size: 184.94/200 MB

Candidate Block

Mining Attempt 78a5a319b0f95e4358b4fa19060a52f9bcd5524a2abc8d4f6d3ce96f9ecef21b
Version 20000000
Previous Block 00000000000000000000fba2abb8d490d843f57da6d6a845cd44dde2952f7920
Merkle Root 0df60ca25966aefbb69b6cdde39fe7a356fff637e6f08d02d08b9a8124551331
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,791
Size: 1.00 vMB
Total Fees: 0.01189097 BTC
Feerates: 40.21 > 1.19 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,388 (302,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,580 612,580 0000000000000000000c11c8e355ae1e3efcead392550929928bdd3f39af1a5d 581 0.17/1.00 vMB 13
612,579 612,579 000000000000000000002e0a5cccb288c0e5066f475ed8fd2f880bf80f757ede 2,035 0.70/1.00 vMB 10
612,578 612,578 000000000000000000077ffc581aa9fa711d9d69d9b13f9686c8b7e7c05d80ab 3,237 0.92/1.00 vMB 9
612,577 612,577 0000000000000000000a17fa84f32bfbe3264bff31c7138a1e4bceba6761fe52 3,498 1.00/1.00 vMB 8
612,576 612,576 000000000000000000134ecd062f5876b4dfa4ae3d747af9e104e4b0c844052e 3,402 1.00/1.00 vMB 20
612,575 612,575 00000000000000000008daea0c715253cc4e7dca55387e0890b23455909588d5 786 0.24/1.00 vMB 9
612,574 612,574 000000000000000000126f10513c23e48b179e5713e0c76c99207b7e4e2508e5 2,734 0.77/1.00 vMB 11
612,573 612,573 0000000000000000000820e95f4a5211b3fdbcc2423f8583448a68c5e05b70cf 1,483 0.41/1.00 vMB 12
612,572 612,572 00000000000000000005386bdcf3df97e2f03332a5a542d673c7b6a38829a58d 592 0.17/1.00 vMB 17
612,571 612,571 000000000000000000076e5cbc66b55d911f35fd844be9571eab6757c738163c 2,676 0.77/1.00 vMB 10
612,570 612,570 00000000000000000002acfd44c7d3a2067405d6f7ea5ae2da654f00448155c3 850 0.25/1.00 vMB 10
612,569 612,569 0000000000000000000ca424985b1a83f1365f5fa266b55ff05992fc838fc38e 1,921 0.53/1.00 vMB 14
612,568 612,568 0000000000000000000fb5c15df8dc912fa44c6f6c09f764b3992a1a2900dd68 1,949 0.65/1.00 vMB 13
612,567 612,567 0000000000000000001225a2c8d2f7cd499643af6ad47dd445ff5efe74f43e6b 1,500 0.64/1.00 vMB 13
612,566 612,566 000000000000000000069f9aa4aafb32251d87088e9dcae9f536256b985b0361 2,979 0.80/1.00 vMB 13
612,565 612,565 00000000000000000002636f8a94bf1cb2765bc158dc4c9765231c6e5b9ca5e2 484 0.13/1.00 vMB 6
612,564 612,564 0000000000000000000a72989683f5014ab31dde92cab66353aeb72cc24c34f9 3,022 1.00/1.00 vMB 3
612,563 612,563 0000000000000000000e4a87415a774355a0a9cd8466bc5b8a5cc879dac80230 3,481 1.00/1.00 vMB 19
612,562 612,562 0000000000000000000130ec24afc18347fb4c6cf48112af6feb599f937400b2 2,451 1.00/1.00 vMB 3
612,561 612,561 00000000000000000007354459d22a277b6e4beea9dfb0cda6d4321318f42f9e 2,443 1.00/1.00 vMB 5
612,560 612,560 000000000000000000060e7a7af49a91703e0a26075ed1add43ae6f164297d2f 3,051 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.06 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: 720.82 GB
    • Received: 18.27 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.