Loading Tool

Explorer IconExplorer

Memory Pool

86,698 transactions
32.97 vMB
0.07818646 BTC
Random Selection Loading Transactions
Max Size: 196.56/200 MB

Candidate Block

Mining Attempt bacd95807df9cf069f7310af2d4443e09d4abf5ad48fccd7a0dbb6fe6605844e
Version 20000000
Previous Block 00000000000000000001120b3e90121a7d53199734640ccdc9413977ac8b9735
Merkle Root 4ef70533e6220c56f3fb5e14646008a13005dd5bd2ad16fedaeac8934dc6cb73
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,923
Size: 1.00 vMB
Total Fees: 0.01252235 BTC
Feerates: 151.14 > 1.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,947 (794,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,336 120,336 000000000000809b56781a50ffc447dd47c8531dd68306d9b02abbe0c4323fd5 11 0.01/1.00 vMB 346
120,335 120,335 000000000000adf2d624078c8b79faf3da9c0f7f04ca6a13728f12ef2add9d18 9 0.00/1.00 vMB 0
120,334 120,334 000000000000196cc5bfc0da93328d1b74ee9c0413240eb6eb56ad8aa8b7b6d6 13 0.01/1.00 vMB 1,437
120,333 120,333 0000000000006666ef4f89f64e38fe8f7983b8d24fae3403f1e0b5fc23d97be3 23 0.01/1.00 vMB 168
120,332 120,332 00000000000043cb3f111cd0ee4026c3e92cf6199201881e4eb164bfbddb6f29 31 0.01/1.00 vMB 202
120,331 120,331 00000000000054347fe0994fd78eb7cb7b619e62a0cb64d8f552688d50f9beb2 19 0.01/1.00 vMB 313
120,330 120,330 00000000000021f40f4ea50f03b91ade71c6e76cc494ac09c913621a4c3d2457 20 0.01/1.00 vMB 0
120,329 120,329 0000000000005c4bf2b3c89020fdc78c2d542a60d9f4fadad444b717ce2a6b57 13 0.00/1.00 vMB 314
120,328 120,328 000000000000a49748452b62dfa877a412420bca9c3ac85bdc18d1921b404744 17 0.01/1.00 vMB 715
120,327 120,327 000000000000716c29d40e402187645ee1afa7690e000fd6bab1cc1700c34d5a 43 0.03/1.00 vMB 1,159
120,326 120,326 00000000000074bf052f84e609832b1264bc4bd0d01ec3e60df7cb1880123c45 7 0.00/1.00 vMB 589
120,325 120,325 00000000000086399d4a02de17fa271533944bce381ecc7a3cc80bab7b36e276 4 0.00/1.00 vMB 1,556
120,324 120,324 00000000000097bc96839d87b442c3aba71e1f94a99c50ccb7a774f2584c7e8f 8 0.00/1.00 vMB 311
120,323 120,323 00000000000037787e46125dd87563025f9c33a9ece8d1102772f3bf2b3b5d6c 10 0.01/1.00 vMB 319
120,322 120,322 0000000000002089e5fe11875e85ea86d3c59df915cdb6cd97174c63c748e1be 7 0.00/1.00 vMB 322
120,321 120,321 000000000000388a49a4b82f0332f1dda847ac77faa263c69101d52eb31fa067 14 0.01/1.00 vMB 947
120,320 120,320 0000000000007394ee041abc24dca753a4b65dd45a5a6253d405fcba3347468b 9 0.00/1.00 vMB 636
120,319 120,319 000000000000a4a501418a0f5feef405b6c768c5c44b1199f6439108a1af7cdf 50 0.03/1.00 vMB 394
120,318 120,318 00000000000091f43a5484e34bec970b72917efea5aec3dc61b8ce162921405f 11 0.00/1.00 vMB 0
120,317 120,317 0000000000007eaff6edab53d136cc6f49e96aca01bff795f799f4b452be09e7 12 0.00/1.00 vMB 1,144
120,316 120,316 000000000000556874c7ae014625a3aa567fdb378ebdb38f5bb1d151cafa8545 3 0.00/1.00 vMB 358
Previous 10 blocks ↓
Total Size: 782.29 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: 657.32 GB
    • Received: 14.52 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.