Loading Tool

Explorer IconExplorer

Memory Pool

39,158 transactions
19.46 vMB
0.04293995 BTC
Random Selection Loading Transactions
Max Size: 108.38/200 MB

Candidate Block

Mining Attempt c481b4f3dbd99a6311fbf793f6f70cdc1a82f4cc67c54f52e8b53d89b1f9124e
Version 20000000
Previous Block 00000000000000000001aed755c8b5575afca68597b9147ec44688a839cdd923
Merkle Root 397c65c5e34fb0152f504781c9d33849beb2bfffc87fb16547c0581f2a7d35c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,620
Size: 1.00 vMB
Total Fees: 0.00526887 BTC
Feerates: 77.90 > 0.53 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,108 (859,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
54,578 54,578 00000000022eb7b443e889f86575872d836b4f96677ab550885609b10e94dc95 1 0.00/1.00 vMB 0
54,577 54,577 0000000004fdd455de71f2a69e37a9c2f93b847cdd941239cbf5b9adfbcda915 1 0.00/1.00 vMB 0
54,576 54,576 000000000038786f5c3c81b97d717df05e83508417b148fc20f3d0e56a85fb74 1 0.00/1.00 vMB 0
54,575 54,575 000000000e6067486307e5a2587d80147ce8e9646ee917078f39c24aea2c862a 1 0.00/1.00 vMB 0
54,574 54,574 000000000836ab6a52dcfbeb60f9d63a2eb4d2bf28bcd3eb699c121619ba0aa5 1 0.00/1.00 vMB 0
54,573 54,573 000000000bb389056055745e7a8abb2d26045454cd68893f2c98032903a48eea 1 0.00/1.00 vMB 0
54,572 54,572 000000000155671d351aa0fb6984129f7df3b2a0c23e98e9e045fe7a9e29a80a 1 0.00/1.00 vMB 0
54,571 54,571 00000000097a398343cdf982c9d770c97c9f462dc534d0f492fd88c2a3a69989 1 0.00/1.00 vMB 0
54,570 54,570 0000000011c89123ec09a7023e301b35eb5af340b28a9afef28acadc3cb0d8c5 1 0.00/1.00 vMB 0
54,569 54,569 00000000131edf4f0de351da3721aa292248482954686e279ab389d7cb40fb12 1 0.00/1.00 vMB 0
54,568 54,568 000000000c8cf3655264c30f6b26f80328cf38bb990d887e83360b5dbb771a32 1 0.00/1.00 vMB 0
54,567 54,567 000000000547f9a7654829e2734992b375e42602d2b3e949a06b48f19e7dd47a 1 0.00/1.00 vMB 0
54,566 54,566 0000000001e738da151356c296b44ed7cc69acea8fe2540ac252494c8c407924 1 0.00/1.00 vMB 0
54,565 54,565 000000000b8e5eb0eb44af0708aed5d420413665f139395c315e0d3ed57fa2c3 2 0.00/1.00 vMB 0
54,564 54,564 00000000009cb1a5a15b4a04ba62fe09f1347ed5c8c25f89e234fc66fd11b95c 1 0.00/1.00 vMB 0
54,563 54,563 000000000cfde65cc988865c614a72394c406cbd1d1557707067fa90d565e0cc 1 0.00/1.00 vMB 0
54,562 54,562 00000000125b46b053cdf581106d0840b4db848e23bf5b77fcd8de930af3c9ff 1 0.00/1.00 vMB 0
54,561 54,561 0000000004eb8ba00f0da1635fdf6a53a9b4a40db853451e19a22108392fd152 1 0.00/1.00 vMB 0
54,560 54,560 000000000a8cc9cb69ad378ffdad2a7d3f4f1d5e191f0d39e9d70d2305fd1fb8 1 0.00/1.00 vMB 0
54,559 54,559 0000000007bf92df0f242c2fd936b149e8893970a6110dc3661c69046e116e7d 1 0.00/1.00 vMB 0
54,558 54,558 000000000631c3de6c064835da6107b1dab51b379b2f4c2a2023c9830f4163cd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.79 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: 559.47 GB
    • Received: 7.23 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.