Loading Tool

Explorer IconExplorer

Memory Pool

66,252 transactions
30.43 vMB
0.07745270 BTC
Random Selection Loading Transactions
Max Size: 172.36/200 MB

Candidate Block

Mining Attempt 2579d7d455954086f010f2a1811ebf1428e8e226a6c479daf1e1ec33b2316366
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 3fff6d22454e5abf9da577127c3af072508c4a6f2d3844a5755ebb287bf1fd5a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,250
Size: 1.00 vMB
Total Fees: 0.01823167 BTC
Feerates: 150.93 > 1.83 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (362,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
552,375 552,375 0000000000000000001f9c4e883e9ae9a4f166a61534fd6cdad4bb987da31d85 520 0.19/1.00 vMB 46
552,374 552,374 000000000000000000282f8f1d583fca97e06bcdbcd035c23eb578a451e49130 1,207 0.74/1.00 vMB 14
552,373 552,373 00000000000000000019910431ae57d8a17e9ecd8ffaa2c612a08c640d69be0a 1,168 1.00/1.00 vMB 9
552,372 552,372 0000000000000000000ac6030e6db64bde6ac8eee23b1bb25c0819c4639049f8 2,314 1.00/1.00 vMB 12
552,371 552,371 000000000000000000054d7a535b6b8e48b1a488c902f583805a1f0602b8ce84 2,364 1.00/1.00 vMB 33
552,370 552,370 00000000000000000018808105804be6825432b1d2be3754d27c17b05d4bed42 368 0.23/1.00 vMB 25
552,369 552,369 00000000000000000016df3c5c6084c5aa6d2d03dbcf77fc6c5fdd54bfa96dd2 273 0.23/1.00 vMB 14
552,368 552,368 00000000000000000008918e860fa5a948d2ab5cb5b255fa164f8c13ecaafd81 1 0.00/1.00 vMB 0
552,367 552,367 0000000000000000000d26e2bcd9b541e88a02e6a204fc2988e8e6a2856cbade 1,157 1.00/1.00 vMB 15
552,366 552,366 0000000000000000001cd29c7ec717c02325dab077f159577bd711ee5ed7f6e1 1,395 1.00/1.00 vMB 15
552,365 552,365 0000000000000000000e82b1e379c3904863ec5512a8469a937e8143be8842d4 1,665 1.00/1.00 vMB 2
552,364 552,364 00000000000000000014ed875a31c3ebe5be620ac0649681392a33e2ecbac6d3 995 1.00/1.00 vMB 13
552,363 552,363 0000000000000000000e9718eea96659e0023326ead6b1c94ef26fa908bdc9d4 2,418 1.00/1.00 vMB 41
552,362 552,362 000000000000000000097aaea672347bd858c484d2cf19ba44ad2cac983e1847 1,746 1.00/1.00 vMB 14
552,361 552,361 00000000000000000000ae1c5db92d63704bbdd0728f348c0cab5ac6bfe58f53 1,845 1.00/1.00 vMB 34
552,360 552,360 000000000000000000235e74df5af29b270b8b8e508be360b938e9add8b44218 2,811 1.00/1.00 vMB 11
552,359 552,359 0000000000000000000a52cca2a5d73fe202ee8d8f521ccf8b83a275e9cbdd92 2,389 1.00/1.00 vMB 40
552,358 552,358 00000000000000000014ab97bc35aea07232d40782b4b5bb1452520c8cc9ce97 1,193 0.53/1.00 vMB 20
552,357 552,357 0000000000000000001a36880432d122fd3f1fa21cee6fdb6dc6c80144836314 2,451 1.00/1.00 vMB 16
552,356 552,356 000000000000000000250343eba721a27eb95a679ab441b698e5616def66869e 1,474 0.65/1.00 vMB 14
552,355 552,355 000000000000000000218859b2a02b34a1f971c0a0761b130228611dcf29d078 413 0.15/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.29 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: 657.08 GB
    • Received: 14.48 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.