Loading Tool

Explorer IconExplorer

Memory Pool

21,476 transactions
9.60 vMB
0.02143630 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.96/200 MB

Candidate Block

Mining Attempt f45842b566f855c5e1fe6c7882b447deb91c248388ee166bd52e331c144c474e
Version 20000000
Previous Block 00000000000000000001301767fdc1d95a58b3fa74809d6e3a3f9a7d8596467e
Merkle Root 35dbc0dfc696b12c6b8b6306e6b3bba66e3c939cdd031b9c9f6889e44e0f803c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,654
Size: 1.00 vMB
Total Fees: 0.00640316 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,564 (813,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,896 99,896 0000000000006cb8a8db4ff698abe4f995dd4fb0c93deb2be6d1383b1982fb8e 5 0.00/1.00 vMB 0
99,895 99,895 000000000000b39cdf84cf98141ce6e8a7a4eb226d43f6411e0c02493adc0770 1 0.00/1.00 vMB 0
99,894 99,894 000000000001df95e8f156b61ca8755a8c102d4f94062c935ac4502016b17c33 1 0.00/1.00 vMB 0
99,893 99,893 0000000000035abe5032487bcf3d2431c1c1a57e82c12dd0495db93920890bcc 2 0.00/1.00 vMB 0
99,892 99,892 00000000000426001d49c8b35c6e3185b45626dffe7d776416051e6408f73e00 1 0.00/1.00 vMB 0
99,891 99,891 0000000000004dbe64ebc2e0005972615a5b56927de30559d8b30d6608e3cd06 1 0.00/1.00 vMB 0
99,890 99,890 0000000000025871b959d5fca203575e2335675eaef03e58b2d06e8e7daccd71 3 0.00/1.00 vMB 0
99,889 99,889 00000000000049bfd16b1b6c3a04ac465e1d814155cde61df9c7737bba29093b 4 0.00/1.00 vMB 0
99,888 99,888 000000000003412dc1509675fcec0bed2c6c9d11ceb1180972494ca15e6046aa 1 0.00/1.00 vMB 0
99,887 99,887 0000000000019ba889ac9004dd735a73e5f87ed55513122c0c7cc439ce0209bf 1 0.00/1.00 vMB 0
99,886 99,886 000000000000f1fab74104861414bc7627ce82d3f9da208a9da0879e09010588 4 0.00/1.00 vMB 0
99,885 99,885 00000000000345447414915c8b3733c37fa0923c5e6e73ae2eb7e2b16bb2c4c6 4 0.00/1.00 vMB 0
99,884 99,884 0000000000041e60a6b3a3a93ff1fa47b904e92e5c0ee6a70bdd312ab2b54caa 6 0.00/1.00 vMB 0
99,883 99,883 000000000003462c9005b1e4405f652056d32a2ff8487a9170aae876a424a9ae 1 0.00/1.00 vMB 0
99,882 99,882 000000000000671417c4afe64a950ea951d3f4e8fc25a983ae34d6ea705791a7 9 0.00/1.00 vMB 0
99,881 99,881 000000000003085eb4d7316d668e84337b6f923734232297e62deeda322a0a7c 3 0.00/1.00 vMB 1,941
99,880 99,880 000000000001bd299241427a999d68c8478961e9ee688e5601faab5d6d4f42f2 6 0.00/1.00 vMB 0
99,879 99,879 0000000000008197088349193b9c0a72ba711232f1940004c0eea4f13e4de9fe 12 0.00/1.00 vMB 0
99,878 99,878 000000000001bedd072f2522e026f8bdd45bfe62d5822bb2868de5c39e73682a 12 0.00/1.00 vMB 0
99,877 99,877 000000000002254b68c49db4af96ab49d5c15ea2ba930e36a752312dd39fcb14 1 0.00/1.00 vMB 0
99,876 99,876 00000000000372a455bfee5ea255d2ff13f02d1e9dc8c033d372556fe6416e33 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.84 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: 428.33 GB
    • Received: 2.33 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.