Loading Tool

Explorer IconExplorer

Memory Pool

41,553 transactions
32.59 vMB
0.09541890 BTC
Random Selection Loading Transactions
Max Size: 162.90/200 MB

Candidate Block

Mining Attempt 8bf46d58cb8602a1c2454858b43ffef4df3ae16e4dbe7c114a2d818226196d97
Version 20000000
Previous Block 00000000000000000000b6b9a3b2067fa1426f6080c9f3cdd5cad9a92f6fd98c
Merkle Root 8acac4700408792d3d9295e964493eeeba27eb3d8aa473e6ed3821a31d189714
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,388
Size: 1.00 vMB
Total Fees: 0.02550957 BTC
Feerates: 502.67 > 2.56 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,333 (835,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,425 78,425 0000000000574f1a193a8ef612e4a3a289b67d21bf4ae1a8db0d68c3617dbb3c 2 0.00/1.00 vMB 0
78,424 78,424 000000000047b0d1fed37555376eda3686e3542922de819c2e153317ffed299f 3 0.00/1.00 vMB 0
78,423 78,423 00000000000b6c293ba5c78fd8b7a4e2b766693f91a77c517da5df644a487fa0 1 0.00/1.00 vMB 0
78,422 78,422 000000000000c024bcd0030a3eb0f608e4a4023b042ccd138112a53362e336d0 1 0.00/1.00 vMB 0
78,421 78,421 000000000042ee4270f8dcc4f0e000886c782d32e08b7d5b766ae8b14a4d98bc 1 0.00/1.00 vMB 0
78,420 78,420 000000000055fae9657c9a9b6bee89ee62d7ae950e906076888d2143f0ec93f1 1 0.00/1.00 vMB 0
78,419 78,419 000000000026b90f14e128463aa6676da1ab1811d63961ef396a0ab71a4adcf2 1 0.00/1.00 vMB 0
78,418 78,418 00000000002288d9ed578b45990bffd762f859bae7821103f042110e1db1c2b2 3 0.00/1.00 vMB 0
78,417 78,417 000000000058a3e00ba8cf6d65452d920747c038ab9a6fda9313494888761a18 1 0.00/1.00 vMB 0
78,416 78,416 000000000004d6a652b5d99f9dc0fc88715d1d6455f83393fa882066dcccd898 2 0.00/1.00 vMB 0
78,415 78,415 00000000005f90ca87f9e32837120aaa014dea5b4342278ee6308a8a11f54ed6 1 0.00/1.00 vMB 0
78,414 78,414 00000000001767c2532fea393a0c70fa38c89b330ee08552dff63ed08b80e71d 2 0.00/1.00 vMB 0
78,413 78,413 00000000003558ccecc93cfe45b913445cde8ccf7fbbe5a4cd24ce561dd388c2 1 0.00/1.00 vMB 0
78,412 78,412 0000000000088aa3f5edbcd2c173bd34875a10a5ee26009c33b96cebf15fe120 1 0.00/1.00 vMB 0
78,411 78,411 00000000000b30dce215bf6680cc42a100b28036938764635b643696d2b7c5be 2 0.00/1.00 vMB 0
78,410 78,410 00000000005486b2af351e42bcf3e26cb766af8d2f150e37464fc1955d96c58b 1 0.00/1.00 vMB 0
78,409 78,409 0000000000567f7d26dbcad0ee9a6ff3e1a5b63313b29c36807949a6eef6744d 2 0.00/1.00 vMB 0
78,408 78,408 00000000002c338b748c5de456bdf7583853ba0462b5431c770b56c4ecb754f1 1 0.00/1.00 vMB 0
78,407 78,407 00000000004f029dbb21f6008fa24a12ba06e8e339cc852dc3929d6eca0475d7 2 0.00/1.00 vMB 0
78,406 78,406 0000000000417bd157ba6af7d803ff383e36683b29d6940b3b2b3c0161d3be20 1 0.00/1.00 vMB 0
78,405 78,405 000000000017ff8db3ec6d0c23b5319c5d891a257b58d21b41d5cc326e049d1c 4 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 584.04 GB
    • Received: 9.38 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.