Loading Tool

Explorer IconExplorer

Memory Pool

86,713 transactions
32.97 vMB
0.07831545 BTC
Random Selection Loading Transactions
Max Size: 196.59/200 MB

Candidate Block

Mining Attempt 1b262623e9ac7777b49f16a4f65f25d3f20266e49f539ad6e6514668e33d48f3
Version 20000000
Previous Block 00000000000000000001120b3e90121a7d53199734640ccdc9413977ac8b9735
Merkle Root d71952506c7703251aa948c83f5eb193d734978a40c81d9788751b784ae82682
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,897
Size: 1.00 vMB
Total Fees: 0.01269730 BTC
Feerates: 151.14 > 1.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,947 (794,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,369 120,369 000000000000925914d732d51842b6357982a460dc4f0d94dad199ed8bd53f67 11 0.00/1.00 vMB 0
120,368 120,368 000000000000872477b66030c2e0e191c7690398eff122c3b1d8a1a9c51d3806 52 0.01/1.00 vMB 69
120,367 120,367 000000000000aa14f84d285f3585c15920613e8647b675d4b6316e07f6462c3c 12 0.00/1.00 vMB 925
120,366 120,366 000000000000ac1fc8f5963b157454056576315b6edd6e8fd1962a18969993fc 16 0.01/1.00 vMB 335
120,365 120,365 0000000000005ad1ac2fbee8dd4617d0ca2f8cb555f0c62a0d865b0fb01e184a 13 0.00/1.00 vMB 616
120,364 120,364 000000000000870c0a81c7ab152c2c86e628069a85f06bfaf0b1773e01932101 15 0.00/1.00 vMB 968
120,363 120,363 00000000000021a017c7a52f693d84d17dd60754721c236f2b5b455706ea7623 23 0.01/1.00 vMB 289
120,362 120,362 0000000000005d35d9a035c1ca7396600bd5e46a31f7226a0fddef8c98320f6f 29 0.01/1.00 vMB 235
120,361 120,361 0000000000000914a5fc25db3742494cc22b0aceee90ac5d3dd36791d9496aec 11 0.00/1.00 vMB 324
120,360 120,360 0000000000001fbf9c3387b593915066cbf7f0ccdcf0166b95205f9ad247aab5 6 0.00/1.00 vMB 1,236
120,359 120,359 000000000000221e108fa3fcab4575b4ddfc7418fc1c361b9fc020d6b3a851ee 26 0.01/1.00 vMB 344
120,358 120,358 0000000000009e0c9e92dcf13f2711dad81d220d786b9b91418852e731870137 15 0.02/1.00 vMB 1,111
120,357 120,357 00000000000061b5785799797e3254eb57a4c67d112a769ce183a0e609d68d2d 7 0.00/1.00 vMB 0
120,356 120,356 0000000000008920ca6e5446a103a375ee1140b6bd3e70f328939c3882b2c0e9 11 0.00/1.00 vMB 0
120,355 120,355 00000000000016996dc426efafad4f172d9d9d874aa2a4bbbb1b5a42cf8a5ada 7 0.00/1.00 vMB 0
120,354 120,354 00000000000031ca125a8c3128efbfa4520fc475fa2378d2c3d3dd9a42895706 3 0.00/1.00 vMB 3,868
120,353 120,353 0000000000001caffa008f8e0c0624971bbe30843123b93453d38ed7d89369fa 10 0.00/1.00 vMB 299
120,352 120,352 0000000000005046c437ca4d4ea8f6715b9642144703a21bc3253f8bd23ef065 14 0.00/1.00 vMB 1,128
120,351 120,351 0000000000002841e781b14f52b7c4f90c42d83139bc3c2de13e06af890a867e 53 0.02/1.00 vMB 227
120,350 120,350 0000000000002ad9e7ae4c171a609d6127bb608aa618a85129315327fcace557 4 0.00/1.00 vMB 1,368
120,349 120,349 0000000000000ed7d25f438e5cc7b6c092e826333c33b3a6669f743a5f0cc829 2 0.00/1.00 vMB 3,861
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.