Loading Tool

Explorer IconExplorer

Memory Pool

49,402 transactions
28.51 vMB
0.13972020 BTC
Random Selection Loading Transactions
Max Size: 152.48/200 MB

Candidate Block

Mining Attempt 1ef09a65173cd893cfe53879c28baa1549fc2223bebd63dfc3212c7cbab5c901
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root a49f9ea82bd0ae9951f405cd7871d2c5c9249fb95a6b3d5e452953a2f6846d09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,481
Size: 1.00 vMB
Total Fees: 0.08277369 BTC
Feerates: 301.05 > 8.29 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (522,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
392,364 392,364 000000000000000006130ac32684911f7b1b3b5f5350c56a7f4551d0d56ce5e3 346 0.20/1.00 vMB 21
392,363 392,363 00000000000000000143263f42c741e6d5c8e9caec929b9439abee2ac290f425 1,525 0.83/1.00 vMB 27
392,362 392,362 0000000000000000015059d2b5fe9fc6a3908a8361026c9232a233d537fd5288 1,837 0.75/1.00 vMB 41
392,361 392,361 00000000000000000a117df2838b5f504a2e66dc26fdcb04b3301c448ea26b4d 133 0.14/1.00 vMB 14
392,360 392,360 00000000000000000a68b57876c46b7b8bdbb35a7e4325e5ac3b38b49de68de3 643 0.33/1.00 vMB 30
392,359 392,359 000000000000000008668c562cc65262bfcd74611b99486f4194532b5f16f07e 539 0.66/1.00 vMB 14
392,358 392,358 000000000000000005158d64050b97fa436302a583e256c56c874e7b3bf256cc 89 0.03/1.00 vMB 25
392,357 392,357 000000000000000004495c7ba512f3ac752bfaf27547660cc147552f423b07ac 634 0.45/1.00 vMB 26
392,356 392,356 000000000000000000a02a494f2e1792151ffe22509d38ebe4736436f6068f36 1,845 0.90/1.00 vMB 41
392,355 392,355 000000000000000008d13e61be96801e8bfb6e7f18c3966f277600475bc85962 215 0.25/1.00 vMB 10
392,354 392,354 000000000000000007d461e89dad5ad1cf0c65956006f0391e719b0b597e471f 1,207 0.75/1.00 vMB 29
392,353 392,353 00000000000000000a21e75a91ae2bb6848907affbf59ba2ee4739abf51ac36e 2,353 0.93/1.00 vMB 47
392,352 392,352 0000000000000000022fdff30c3bf0251ff57b9a6b27b0e2011d873b6415649d 1,243 0.90/1.00 vMB 25
392,351 392,351 00000000000000000a014eb04af2ce1148c357bbffca7a7e4807759ee2a38684 1,138 0.85/1.00 vMB 23
392,350 392,350 00000000000000000714d7cb12397adfc4aa6734021e9faa4f5a88f9cd3f3410 1,638 0.75/1.00 vMB 37
392,349 392,349 00000000000000000a0c6abd5ca2ce8e897a6712095045f3a6af15f9982122b6 2 0.00/1.00 vMB 0
392,348 392,348 000000000000000000df7f7fe2af6b0d20a9b9a589d0589408f6caa32edc5861 1,155 0.84/1.00 vMB 23
392,347 392,347 000000000000000004dbb5c2146f5d0a3c0c5aee3beb151f52447c13043bf282 1,619 0.93/1.00 vMB 25
392,346 392,346 000000000000000001e2f91286a98b91ebda35c4ebcabdd62b065b191f05d9a6 2,758 0.93/1.00 vMB 51
392,345 392,345 00000000000000000339352f7dd392cb81a42bb4416acbd4ad192d024b16c955 724 0.99/1.00 vMB 16
392,344 392,344 00000000000000000a80a3b2881af03d22b8bf7e8ddacede9655480f09f9c23b 797 0.48/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.01 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: 649.64 GB
    • Received: 13.19 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.