Loading Tool

Explorer IconExplorer

Memory Pool

87,941 transactions
32.66 vMB
0.16211167 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt a6e2469cd6fffc8a0810b89708b92fdea0cfd3ce727277ebba102f5c86939756
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root d15d244a4142ad7dc08ea98ab173d220d7e08b8a4795e2d8bcf22a581389b726
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,644
Size: 1.00 vMB
Total Fees: 0.07276205 BTC
Feerates: 502.65 > 7.29 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (264,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,552 650,552 0000000000000000000d0f4e156f793f122902539672cd9b408413986a381e47 2,997 1.00/1.00 vMB 67
650,551 650,551 00000000000000000000625f4f0401f169c55656e768b563fe7e0fec24a5e575 2,555 1.00/1.00 vMB 69
650,550 650,550 0000000000000000000c1ac6b20d95cbac4eb20dee323ed9f4fafcf68d418522 2,775 1.00/1.00 vMB 75
650,549 650,549 0000000000000000000cdccdae027601116d95d5c3a9da4906b760e23c262df3 2,766 1.00/1.00 vMB 77
650,548 650,548 0000000000000000000afb51c22a4c91ef0e02e3f3f5284c127bd07930c9f2c4 2,443 1.00/1.00 vMB 84
650,547 650,547 0000000000000000000699813eafc7d12174685b5b3f1ea64450e041729f14e5 2,597 1.00/1.00 vMB 110
650,546 650,546 000000000000000000088b3bf6c882fce565a4ba520cfe1a29cc429859fc1ea7 2,387 1.00/1.00 vMB 66
650,545 650,545 00000000000000000002c6ec1548a175022e47ffd697cbe079d98ee0d94923b9 2,772 1.00/1.00 vMB 82
650,544 650,544 0000000000000000000a0d5ea59ce337553636e8b34c8c952a476b0bd895a84c 2,911 1.00/1.00 vMB 98
650,543 650,543 0000000000000000000438b2c8e40e636a70e164abecd952e62a7f471c798e25 2,999 1.00/1.00 vMB 88
650,542 650,542 00000000000000000003dda52b9bc3c4b421cc5cb2aaf90a9b263c4334a7e4f5 3,011 1.00/1.00 vMB 70
650,541 650,541 00000000000000000009ce4230ebfa7dcfc2c68f295d4709e2b482db3d49960b 2,729 1.00/1.00 vMB 65
650,540 650,540 0000000000000000000b455094513a41949f1063700b13b4e3432a6d883e00b0 3,180 1.00/1.00 vMB 89
650,539 650,539 00000000000000000000c1f46138a547b54bd6fe941b2e825f4efce6ec21c794 2,679 1.00/1.00 vMB 71
650,538 650,538 0000000000000000000574865a95a9a66e1571215b0d2c6f5aeba8faddd21454 3,118 1.00/1.00 vMB 64
650,537 650,537 0000000000000000000411c27afc11ceafafc7a59d830bb89edb0dd8fb6c6f10 2,269 1.00/1.00 vMB 68
650,536 650,536 000000000000000000090bcb0128bbba728593cd823734c0a85c295b49e20262 2,907 1.00/1.00 vMB 77
650,535 650,535 000000000000000000094e99fd6a0d752cfcfd97d64120c011f0e9be0f61a877 1,951 1.00/1.00 vMB 64
650,534 650,534 0000000000000000000a6fc8fae1038baeefd22e53d89673e3f607e226d91bb4 2,708 1.00/1.00 vMB 82
650,533 650,533 0000000000000000000e343721ebe0a7b3a3410eaf8c9ecec914858c255a925e 2,889 1.00/1.00 vMB 74
650,532 650,532 000000000000000000071de8ee817ff97e952143ba1603f859b988e6bf3a32ec 2,157 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.76 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.16 GB
    • Received: 16.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.