Loading Tool

Explorer IconExplorer

Memory Pool

33,276 transactions
25.33 vMB
0.05446928 BTC
Random Selection Loading Transactions
Max Size: 128.23/200 MB

Candidate Block

Mining Attempt f2bfe09cbef3cefac01ba9639676dc6e9b6d5a318dfa5862e002dbf983f5e73c
Version 20000000
Previous Block 00000000000000000001870bbdf84bd9c66dfb3a3bf8fa88686553f61f93d86a
Merkle Root 9273465e6608b36922b0cd517dcb385048ba5b79bbe0f686a81a27c9e55e4d3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,638
Size: 1.00 vMB
Total Fees: 0.00870796 BTC
Feerates: 150.62 > 0.87 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,697 (235,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,378 679,378 000000000000000000042a7166a9b2aa2b536c4eb3071f06a85dccce1c6aaa7f 2,241 1.00/1.00 vMB 124
679,377 679,377 0000000000000000000748781b3239e231bc645fc9ccac9e31156c60463c0195 1,744 1.00/1.00 vMB 86
679,376 679,376 000000000000000000087a2eac7f1a60f9e54128a82c50ebc7a481210e6ef35c 796 1.00/1.00 vMB 111
679,375 679,375 00000000000000000002034e4d176337c97c88b08414433b19a6ad49d91f92f1 1,696 1.00/1.00 vMB 112
679,374 679,374 0000000000000000000ad46d4f1fb0ce7b07741d3f5620507a6c6b970aa1b7a1 2,824 1.00/1.00 vMB 81
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
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.69 GB
    • Received: 12.49 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.