Loading Tool

Explorer IconExplorer

Memory Pool

42,594 transactions
26.13 vMB
0.05338749 BTC
Random Selection Loading Transactions
Max Size: 137.22/200 MB

Candidate Block

Mining Attempt 1a5d6acc2be8913ae5680beda5df89ccc3782399b3750da59edd223ea18b09e6
Version 20000000
Previous Block 00000000000000000000d8ba2955f02eb456e7c5acbac6935bbd800431352c76
Merkle Root ae42487bfd5b982604802b03243b24202a7c0886003faa48319bfbe46cf8e431
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,149
Size: 1.00 vMB
Total Fees: 0.00584350 BTC
Feerates: 100.28 > 0.59 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,739 (235,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,371 679,371 00000000000000000003d232ad33c2be8013e34f855e65558ae67058713264f1 2,437 1.00/1.00 vMB 93
679,370 679,370 00000000000000000007452910d88e70674869d89094c1c46d0a69eca3993fca 2,125 1.00/1.00 vMB 104
679,369 679,369 00000000000000000007c11b420e534d9cacdbbe662f4db9c4eda3d4a75145a0 2,798 1.00/1.00 vMB 103
679,368 679,368 0000000000000000000127278117834c4ad4f7359ebf88512fa012cc02ec4ed4 2,602 1.00/1.00 vMB 125
679,367 679,367 000000000000000000027cc793ea06ee40818aa808b9bc2bfa7e289dc88233cd 1,442 1.00/1.00 vMB 108
679,366 679,366 0000000000000000000a44138e4e7a2e7b0556144e17a8b3ee8172d5ba64a926 1,134 1.00/1.00 vMB 105
679,365 679,365 0000000000000000000646a9824beff798df815edac448eb4a8e3a4c29b2e6c4 2,090 1.00/1.00 vMB 105
679,364 679,364 000000000000000000083d5b36cb6ca6b372ffab882952a2943074274d478fa9 2,427 1.00/1.00 vMB 110
679,363 679,363 000000000000000000056c560a61300495d063aad5a7f66fe8d7070bba4471c4 2,133 1.00/1.00 vMB 105
679,362 679,362 00000000000000000007e2bf845c91e4f2075c103e50f29bd8d2d60e23a1d018 1,065 1.00/1.00 vMB 110
679,361 679,361 00000000000000000003b7b038b43fce6afbec0a25e0553f17c417bf49439c2a 2,179 1.00/1.00 vMB 112
679,360 679,360 000000000000000000034bc9b78205e80acbe8499088a9f93edcf4f8b5c8c06a 2,597 1.00/1.00 vMB 120
679,359 679,359 000000000000000000084cd7ed12fcec162c01b3e4508a615073b9e50b4a06e4 3,037 1.00/1.00 vMB 165
679,358 679,358 00000000000000000008ef2be65c31eb1522a7a1ebcd8ad58bbe15768820b3ec 2,400 1.00/1.00 vMB 113
679,357 679,357 0000000000000000000660b62da41e83beeeab7dba8f3c1240881925043ef57e 1,767 1.00/1.00 vMB 125
679,356 679,356 00000000000000000005205b68079bac2a3f0ae47377ae455a9f84532a7995f7 1,749 1.00/1.00 vMB 124
679,355 679,355 0000000000000000000aa4532f65240f58b7be31f57400a795a39432c8d64cda 1,206 1.00/1.00 vMB 117
679,354 679,354 0000000000000000000b39651bd37f8e96be3f35fbfa11c85ad1d54649638c78 2,177 1.00/1.00 vMB 125
679,353 679,353 000000000000000000091bbfc111c6b99dce970a9b94abef3c383da6a2d5c3f1 2,689 1.00/1.00 vMB 107
679,352 679,352 0000000000000000000bf917959c05ae9284b2f351267b868a595e72ba958a0f 2,805 1.00/1.00 vMB 111
679,351 679,351 000000000000000000016f20c4d31b1541e491e0d6d67f5f08c2c7d667c5aeb0 1,240 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 781.93 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: 646.28 GB
    • Received: 12.83 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.