Loading Tool

Explorer IconExplorer

Memory Pool

45,917 transactions
27.70 vMB
0.07641451 BTC
Random Selection Loading Transactions
Max Size: 146.58/200 MB

Candidate Block

Mining Attempt 0b81676e6ad615c2de68419bfd556eeaa70ded9d72a8bc4a65b64d7ed802200c
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root f35d6cb2bf50e1d4d1308aeadddbf0436ce2f67477ee7a6e099122ecfb0664a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,583
Size: 1.00 vMB
Total Fees: 0.02408288 BTC
Feerates: 502.65 > 2.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (401,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
513,589 513,589 000000000000000000434f1458d8a05a4b6f75a727c5c8c5fb3a3bcc92ce9499 1,222 0.55/1.00 vMB 39
513,588 513,588 0000000000000000001d1a5997ca205128fa30bff53bd87a7a111ac7d2f07cfe 548 0.25/1.00 vMB 49
513,587 513,587 000000000000000000406b31140ff3ce31c7e5aedbcfbd97cad48ad0660b224c 1,885 0.87/1.00 vMB 37
513,586 513,586 0000000000000000000123a96f77dd982f0be0e4f9c491c99e1dcd4a38872cbb 2,367 0.98/1.00 vMB 36
513,585 513,585 0000000000000000000e9d04b0b624e509c1f40ba6bbd94eb08cc8e618e92742 258 0.19/1.00 vMB 60
513,584 513,584 0000000000000000003f85435d68be598643266844145f5bc8e33aa46eb17894 1,152 0.44/1.00 vMB 39
513,583 513,583 0000000000000000003e5eb407ba07d46148e360b540f8a72f96d1b9ad329165 56 0.08/1.00 vMB 16
513,582 513,582 0000000000000000003e88c591be777f9a190df59242d39c787fe66e9b70a85a 129 0.05/1.00 vMB 36
513,581 513,581 000000000000000000103a89c1e7e8ecb11693b3284095284e138eabbffafe65 1,849 0.88/1.00 vMB 36
513,580 513,580 00000000000000000017069c0d7c64ac07965348d33cc11fe2f3dff4cd88d06e 2,768 1.00/1.00 vMB 47
513,579 513,579 0000000000000000000e64d5b062b28897533fa43651ffa94fefd463932b35ba 2,173 0.98/1.00 vMB 39
513,578 513,578 00000000000000000031bb3b3ad12033c973b075e7aa74f033e2faf2f55b2689 432 0.18/1.00 vMB 28
513,577 513,577 0000000000000000002879d25053d21781841ca807b1b6bec59e92d1007a3965 620 0.33/1.00 vMB 26
513,576 513,576 0000000000000000003c4fa42cdde69d3d48dedd7c8f59af533d5440e2d6977c 2,378 0.99/1.00 vMB 36
513,575 513,575 0000000000000000001d70b7f874611c9ef76f1d298a9019389a8a851034c150 2,266 0.99/1.00 vMB 35
513,574 513,574 000000000000000000443221116f62b90e9f68dcc039e41751061896af550a7d 1,711 0.88/1.00 vMB 44
513,573 513,573 00000000000000000002ec14c6fdfa5270bac5b3bf90c7e5d33e6f6d20c667f6 317 0.20/1.00 vMB 30
513,572 513,572 00000000000000000035fded8d0a5c24ddbf5c636e60a6ef609eb1297af4e67c 273 0.10/1.00 vMB 37
513,571 513,571 00000000000000000047e81454e718ac8dfee0d8dcf791be7ae0acf946f08361 231 0.20/1.00 vMB 28
513,570 513,570 00000000000000000025e30572ba66e8370890259c717da174923d10afcc4809 1,015 0.60/1.00 vMB 36
513,569 513,569 0000000000000000000120db04a7858faeab963fd169eea4f68f95903406597c 1,308 0.79/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.24 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: 655.25 GB
    • Received: 14.28 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.