Loading Tool

Explorer IconExplorer

Memory Pool

42,515 transactions
26.77 vMB
0.08903252 BTC
Random Selection Loading Transactions
Max Size: 139.86/200 MB

Candidate Block

Mining Attempt 34ecb04f05d1b6851a4b4475a9a54f8dbed73a25390102c240c90afbe7a23f37
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root 35d2a87323d25bea3bc91ef6e24ff11e7b3544d22b7ccae17a809952a8efa5bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,278
Size: 1.00 vMB
Total Fees: 0.03927383 BTC
Feerates: 151.01 > 3.94 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (458,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,348 456,348 0000000000000000005860b0eecf8d196a256f1e62d32dca7d6eef02045ecd34 925 1.00/1.00 vMB 109
456,347 456,347 000000000000000000ccab99d4552c1aec1c85bf85ca7942c8df7721192ecfe2 1,566 1.00/1.00 vMB 169
456,346 456,346 0000000000000000003430714351982ef4657d65ef1197a4b6fa3ad21507c4f0 2,804 1.00/1.00 vMB 94
456,345 456,345 0000000000000000011d07f3d4b5f3f8f9c4e3457033ec0064598324e44fbb05 2,106 1.00/1.00 vMB 170
456,344 456,344 000000000000000001d593ae415a05b46875198335221d880414b035a00dbba6 2,375 1.00/1.00 vMB 111
456,343 456,343 000000000000000001a2bce55674b4778cc6c2ad693ddbf6d7f366cf3a0945a3 2,475 1.00/1.00 vMB 124
456,342 456,342 0000000000000000009fa25163f1339ba02276cedcc56ca2734bb6e25966730e 1,480 1.00/1.00 vMB 127
456,341 456,341 000000000000000001fa83cf9382dee627f1f87345c8013021714c3027e6c63f 2,783 1.00/1.00 vMB 134
456,340 456,340 0000000000000000015b1238fde3a9d6edb866ba83f2ec48bca8bb24387637d5 2,139 1.00/1.00 vMB 169
456,339 456,339 00000000000000000249e674defa218be1dd6af56025bd2006b51777908906a2 2,271 1.00/1.00 vMB 191
456,338 456,338 0000000000000000004072b4f4045d27ae7e31567ee2b2f7bdf6a70d283f30ec 2,278 1.00/1.00 vMB 185
456,337 456,337 0000000000000000015ce37a06e58c10edb2e482c89073be9561aa6aa8886f9d 1,966 1.00/1.00 vMB 215
456,336 456,336 000000000000000000fbafb90bbbf570679363fe0842d4ef5ae9d13a73830095 2,769 1.00/1.00 vMB 247
456,335 456,335 000000000000000001f095e8dbbd580471647055a0e8f8996b2003cfbb2e67ad 1,960 1.00/1.00 vMB 142
456,334 456,334 000000000000000001fd346d1830da5f4fc2fe51b561f006ad934bf1c65e1824 1,832 1.00/1.00 vMB 171
456,333 456,333 0000000000000000007ed8d018d5f723f2aa0fd12c248551312fd5d94b26153b 2,611 1.00/1.00 vMB 218
456,332 456,332 0000000000000000009d51014baee55de85bf296b760a9e3a6494b2c3b354458 903 1.00/1.00 vMB 162
456,331 456,331 00000000000000000224855cc0bc4b39e6d9fb1368bfecb540a200a7479a2f58 2,352 1.00/1.00 vMB 199
456,330 456,330 0000000000000000006dad363cb600e0987265612f2b33a3dc86ac79e6aae14c 1,814 1.00/1.00 vMB 157
456,329 456,329 00000000000000000256026fefdb82973f9f3e5a555a3d206933b5a41a14cb81 2,440 1.00/1.00 vMB 190
456,328 456,328 0000000000000000011e37de1825faa01559f6dfc971addb811c80aa5e7e2dea 3,254 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.18 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: 653.63 GB
    • Received: 13.97 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.