Loading Tool

Explorer IconExplorer

Memory Pool

22,461 transactions
20.89 vMB
0.03700264 BTC
Random Selection Loading Transactions
Max Size: 110.17/200 MB

Candidate Block

Mining Attempt 39565f19e5261a7e4535f9ef49eee6533b4807b1038e9d0c0a4a005122be75a6
Version 20000000
Previous Block 0000000000000000000005fd3d9260f27c804175f11e012035ebf42833921070
Merkle Root 33cd3dd2ca0caf9f4f7765b7776784d8ed84c4ae6786a088fae6c8193c029712
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,227
Size: 1.00 vMB
Total Fees: 0.01445091 BTC
Feerates: 150.93 > 1.45 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,792 (3,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
936,658 936,658 00000000000000000000a33ae7a9ec2d19ebf7c57789b3d0c4fdd46f4675e208 3,102 1.00/1.00 vMB 1
936,657 936,657 00000000000000000002290d8974509b199c825f67690e1a28920e4a42379f24 2,795 0.96/1.00 vMB 0
936,656 936,656 00000000000000000000e814668d7dfa57fb6d467c11058f9491ed57f15bbe71 5,988 1.00/1.00 vMB 0
936,655 936,655 0000000000000000000149fea46768ab09fe782752410fd85b285e07832362bc 3,037 1.00/1.00 vMB 1
936,654 936,654 0000000000000000000120fc8e209d9ff5d2ca740f4619c538118e066a982d1c 6,676 1.00/1.00 vMB 0
936,653 936,653 00000000000000000001584898379a9819259611379091736ce2bd89271ed3a6 6,858 1.00/1.00 vMB 0
936,652 936,652 00000000000000000000433bdcb37c07cfca7c9c867047dd94662f4eae37d54a 6,323 1.00/1.00 vMB 0
936,651 936,651 00000000000000000001d6affc8293595eb3fcf74586bd75bab2e7e9a4388b15 3,594 1.00/1.00 vMB 1
936,650 936,650 0000000000000000000180bdc3afd5a27a23163ae1c12e2a8bdc22044127ec4c 2,193 1.00/1.00 vMB 0
936,649 936,649 000000000000000000007ddf778a3f07e730d442bf12cd476bc0ab7ebfca5030 2,846 1.00/1.00 vMB 0
936,648 936,648 00000000000000000000cdad38aa1e54e16916a8c5ece0323d3297ecf2dbfe1c 61 0.03/1.00 vMB 3
936,647 936,647 00000000000000000000fba9b66d9f871f90d20cd72f6d00bf7445d7fdc910c6 1,299 1.00/1.00 vMB 1
936,646 936,646 00000000000000000001ec80cfc09cad6997107737fd96c4d79746b40156f742 416 0.19/1.00 vMB 1
936,645 936,645 000000000000000000011adb4b7f647fad3d034a8839d32384ce4a8b530ea3d0 4,407 0.96/1.00 vMB 0
936,644 936,644 00000000000000000000252ebaab0720f5b5dfdee1707712be0c06bef2865491 6,494 0.98/1.00 vMB 0
936,643 936,643 000000000000000000017e987b85c1f21e2667aeb806d777999660ad6285a7ee 6,693 1.00/1.00 vMB 0
936,642 936,642 000000000000000000021e30edd151ebfc90e321eae5fce58db3becaea9d6d52 4,312 1.00/1.00 vMB 1
936,641 936,641 00000000000000000001285bf5fbe3f52ce4462001ed648d6b818acc3bb6cc53 663 0.33/1.00 vMB 1
936,640 936,640 0000000000000000000099f0977c5ec1152b7a6f09d60320c6e2d4420273bd05 5,827 1.00/1.00 vMB 0
936,639 936,639 00000000000000000000e9dbd7895cf5d68d1619fb1445a8c2ad640d9b59cae4 6,116 1.00/1.00 vMB 0
936,638 936,638 00000000000000000000f8de64b07754b1a96731956e224d622699bde39f4acb 5,192 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 826.35 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: 4,288.91 GB
    • Received: 237.78 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.