Loading Tool

Explorer IconExplorer

Memory Pool

34,386 transactions
25.60 vMB
0.06163656 BTC
Random Selection Loading Transactions
Max Size: 129.92/200 MB

Candidate Block

Mining Attempt 1c4b82f46ba4c2247a13111cfc8393e9bbc8567ed9ce1a30b4f0e692b269870d
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root dfbcf9f254d229f802d524e030db2020559dc1c138008de5a08609465343e923
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,810
Size: 1.00 vMB
Total Fees: 0.01499617 BTC
Feerates: 150.62 > 1.50 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (235,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,373 679,373 00000000000000000008619cc43b9443605b23f96b64434a64fecca699f15808 2,584 1.00/1.00 vMB 104
679,372 679,372 0000000000000000000468e91a59973b82a1418abd36894f95a0d103c4840297 2,379 1.00/1.00 vMB 98
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
Previous 10 blocks ↓
Total Size: 781.85 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: 638.81 GB
    • Received: 12.50 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.