Loading Tool

Explorer IconExplorer

Memory Pool

82,703 transactions
31.19 vMB
0.09026388 BTC
Random Selection Loading Transactions
Max Size: 191.03/200 MB

Candidate Block

Mining Attempt 811a1dffca97a9629810cd46ab7857a9fe0782c774d8ec582617d8789dba8976
Version 20000000
Previous Block 00000000000000000000a85c36171777e63d64dce13efc9d5a9a92d01c1863c6
Merkle Root 31c19cabb930399965f066533eec83c3f738bbbaae2f97be8ee4a35821edd410
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,064
Size: 1.00 vMB
Total Fees: 0.01997845 BTC
Feerates: 50.62 > 2.00 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,222 (268,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,461 646,461 0000000000000000000a7569f4a001407946fcb78e34a45a2a7dc8a71137df0b 3,168 1.00/1.00 vMB 116
646,460 646,460 0000000000000000000ec8a517ee6fa097f44f1794484bdd20a4623ff14c70e2 2,670 1.00/1.00 vMB 142
646,459 646,459 0000000000000000000765df1a1272151e9679da436575139833b7dee0d09940 3,228 1.00/1.00 vMB 117
646,458 646,458 0000000000000000000e9c17d3331016ca4b11412877465b7c1cb709ab2e931b 1,628 1.00/1.00 vMB 120
646,457 646,457 000000000000000000024652a068869eb8cb500b3c9d1e4a8df1730e461e848a 1,839 1.00/1.00 vMB 129
646,456 646,456 0000000000000000000c68208a2d8b6fc50769dc85d27e8e0899005de9a603bb 3,151 1.00/1.00 vMB 149
646,455 646,455 00000000000000000000324a7df8c232738963d558bc2f7a77b3ef032ea46dc8 3,403 1.00/1.00 vMB 152
646,454 646,454 0000000000000000000039d911e368693018b12674b97316711c76ee465953a7 1,851 1.00/1.00 vMB 134
646,453 646,453 0000000000000000000ae1cb688a988c8b1e4d809cc355a02db8c345cd6cdee7 2,114 1.00/1.00 vMB 136
646,452 646,452 0000000000000000000873deb99cf723ced1ed4428b10cc721b817d3e1256e1d 854 1.00/1.00 vMB 119
646,451 646,451 0000000000000000000c7d4f652efdf4ce5bf14514fffcae7cd098e72185672a 1,690 1.00/1.00 vMB 128
646,450 646,450 0000000000000000000b9cd9e0311118ebfdbaf04c5675383fec4b3f2dc66e5a 2,419 1.00/1.00 vMB 109
646,449 646,449 0000000000000000000f38fba83e19828081db8122de6f8e2a55fffd8ce97460 1,875 1.00/1.00 vMB 124
646,448 646,448 0000000000000000000e2b8347b9c80198a5a29daf28620b8c343658e056a84c 3,130 1.00/1.00 vMB 143
646,447 646,447 0000000000000000000a156944d3cfb2ec5448fa00b2acd8605a3ee303616c37 2,316 1.00/1.00 vMB 93
646,446 646,446 0000000000000000000573783642786d0ceeb43dbf88bec8ff0ab7bf5d9fc222 2,510 1.00/1.00 vMB 102
646,445 646,445 0000000000000000000534adecae2747b8162a0579ff99015ef194d7f352722a 2,846 1.00/1.00 vMB 107
646,444 646,444 0000000000000000000c16f8e249477a4f62043aee6c183ce525bb37ada86216 3,073 1.00/1.00 vMB 132
646,443 646,443 0000000000000000000d54ca5e4d4fbcec5da2108293b7c20cadad1b4b785b1b 3,218 1.00/1.00 vMB 129
646,442 646,442 000000000000000000027de50450a6d3a231c9c1415adcdae6158f24c192499d 2,625 1.00/1.00 vMB 111
646,441 646,441 00000000000000000000cc0f0179918a8407c6adcd727656b650eee3a31e1d2d 2,506 1.00/1.00 vMB 108
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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.38 GB
    • Received: 16.89 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.