Loading Tool

Explorer IconExplorer

Memory Pool

49,685 transactions
30.43 vMB
0.18547939 BTC
Random Selection Loading Transactions
Max Size: 162.90/200 MB

Candidate Block

Mining Attempt 028f737126c25e9fa375583fabcd3db2c442a7de2494dcdedf93a877aefd3a0f
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root f5aeeb97e5612978ff9ae4ce67698247fa6b94e3cb6b10292ffcb2b567b1d9b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,800
Size: 1.00 vMB
Total Fees: 0.10074670 BTC
Feerates: 261.10 > 10.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (270,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,464 644,464 0000000000000000000c503796e7471d1826e9c05229e77351a4770bd55ee27f 2,600 1.00/1.00 vMB 28
644,463 644,463 000000000000000000032ebedba2721760cb2789d4fcd8d75262abd8c8da6cb7 2,243 1.00/1.00 vMB 35
644,462 644,462 0000000000000000000539c9bf6fc1a215fa37ebdce950dd67f81fa46d8178ba 2,817 1.00/1.00 vMB 35
644,461 644,461 0000000000000000000780f4c752797e822fe6ca0bde2f1b73dcbd8e20d28109 2,645 1.00/1.00 vMB 99
644,460 644,460 00000000000000000000569e4069462251b4c324711019856e1f64d61f3cd16b 2,056 1.00/1.00 vMB 143
644,459 644,459 0000000000000000000ad23dcda76c0b01d7d2d00482cd4741e3d5e749ee4a8d 2,094 1.00/1.00 vMB 146
644,458 644,458 000000000000000000080874ac14418311e4c26049e0413aad361ba72acc4e2e 3,017 1.00/1.00 vMB 167
644,457 644,457 0000000000000000000fd47ff5d0c584460baa4083cc19a38bdd74f3f117e652 2,568 1.00/1.00 vMB 99
644,456 644,456 00000000000000000003db2f557bc62db60298efe4a7520f9c40a4906aa50b9f 3,098 1.00/1.00 vMB 157
644,455 644,455 0000000000000000000556484e5708ddc016fbb38a7517f2a1306855d0d3cc27 2,552 1.00/1.00 vMB 85
644,454 644,454 00000000000000000003dddd6117d276b69a6ffa513c1c221494bda622fdd1b7 2,928 1.00/1.00 vMB 130
644,453 644,453 00000000000000000002d66d01974cb8c108a9f3937efab8858b34b7c67c13db 2,407 1.00/1.00 vMB 27
644,452 644,452 0000000000000000000b6816b0c23c9e626cba444348752c19f007b9523324cd 2,076 1.00/1.00 vMB 57
644,451 644,451 0000000000000000000d453f4fe3882eb6087a8dbb4db970457d44d180e04823 2,303 1.00/1.00 vMB 60
644,450 644,450 0000000000000000000bf5ace7e174763a3c3400897778f58d5c3b79c3a92fa6 2,378 1.00/1.00 vMB 82
644,449 644,449 00000000000000000004fbbf315d8bbc9dbe3d11d4ae031c49af76177e0943ef 1,651 1.00/1.00 vMB 70
644,448 644,448 00000000000000000003f445ca565fcc3e642b0c6ae7204313c5a80098c4e72e 2,534 1.00/1.00 vMB 94
644,447 644,447 000000000000000000078b9c36270e44e1e70c6492908a13a5eb6fc4f484f9d8 1,826 1.00/1.00 vMB 146
644,446 644,446 00000000000000000002582853de00423d5e2242bed6c5dd15ff9c70aa973813 1,269 1.00/1.00 vMB 62
644,445 644,445 000000000000000000040b1ccc3640af3a1fd32e2bee694a893ab50b3941df27 2,836 1.00/1.00 vMB 79
644,444 644,444 00000000000000000008e1f8f51b17da25390e1945e14906be47cd8746eddfe3 2,830 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.38 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.