Loading Tool

Explorer IconExplorer

Memory Pool

46,936 transactions
20.49 vMB
0.05630300 BTC
Random Selection Loading Transactions
Max Size: 117.61/200 MB

Candidate Block

Mining Attempt 5f7fc9faa18a5682d304f0d01bccf6d149527b7b13bbd684948189b7f2f00981
Version 20000000
Previous Block 000000000000000000004e80a4a164ef1b024f660dc937b6a3b5dcb22d8bcea5
Merkle Root 80c0c1af9e7b313dad6bc15d69ff1a84d6b8320d8ac410092ab8dda3b46a7d7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,534
Size: 1.00 vMB
Total Fees: 0.01573108 BTC
Feerates: 401.39 > 1.58 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,948 (757,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,302 156,302 0000000000000a7b583419389c4ea4e9f4ff380c8e6cd290f6019b41b7d7eed3 120 0.05/1.00 vMB 113
156,301 156,301 000000000000070ffbddcbfa7822c4042ab1481d1121a919bef969e5fa2d8477 94 0.03/1.00 vMB 68
156,300 156,300 0000000000000ef2f9b13157d3fe699e353769b245802524649dd127a2b22ad5 21 0.01/1.00 vMB 150
156,299 156,299 0000000000000e7cce1cd40b4901f081e928413ba57d8a09353b2bd620982d8e 102 0.03/1.00 vMB 38
156,298 156,298 0000000000000990a11db50ce2a89f2ea8cb608559a675a943fe5c7c731e1790 51 0.02/1.00 vMB 129
156,297 156,297 0000000000000eeb55b71228189435de7ab388f9645662ce9327c5b66a78d432 11 0.00/1.00 vMB 0
156,296 156,296 00000000000008deccdc77d29ac8d38b8a96f7aa9a5cfbe5988eea6f19a0cef3 101 0.03/1.00 vMB 46
156,295 156,295 0000000000000cf210dee845edfb28be692a536cb091c1d31d311f7897de272a 13 0.01/1.00 vMB 35
156,294 156,294 000000000000037475de32b3de6103c7a480d484bef22bce51022cf043aff91f 155 0.05/1.00 vMB 18
156,293 156,293 0000000000000181b250d5a0b4a2c8f1084c02abf00f485155842689eb54a646 14 0.01/1.00 vMB 228
156,292 156,292 0000000000000e0a92ffd792ed425e2180ce115935df24e75dacd34bee89ae35 23 0.01/1.00 vMB 121
156,291 156,291 00000000000006ce133a9b81935d0855a4a548b0e966388a3c48284ce1e70c8e 87 0.03/1.00 vMB 56
156,290 156,290 0000000000000e33aa47ded0ff0f35f549bdda1e608e0c4fa522e633e1cb57e0 49 0.03/1.00 vMB 123
156,289 156,289 000000000000062fd6279cfb0f90b6ce161f246fde0a528fb94541d2615f2c88 9 0.01/1.00 vMB 45
156,288 156,288 000000000000051a5be9d2494dbee8c58d6d3621ba13e7055590493ab4b08c6c 23 0.02/1.00 vMB 104
156,287 156,287 0000000000000a2a84b26f896cd002e36d0a610cc828b0d1e0a9fff387446651 57 0.01/1.00 vMB 3
156,286 156,286 0000000000000d679145013984b359045283d65acf716f007fa619dd8f8d592d 11 0.00/1.00 vMB 30
156,285 156,285 000000000000015235af350b34c9bde322b3a4dc21852a485f3f2c6afe0116da 68 0.02/1.00 vMB 147
156,284 156,284 0000000000000570165044a8480ef1ab81f7342ca55727ce8c3e7efa6fa0dd9d 12 0.00/1.00 vMB 0
156,283 156,283 00000000000000c4c3e67f806f256b85c5d0a42b2bb412caabf02805be7335df 6 0.00/1.00 vMB 14
156,282 156,282 000000000000064b10fa295594ec535d6813daf7774ddebff8ea36e6e516d11a 18 0.01/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 780.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 534.16 GB
    • Received: 5.85 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.