Loading Tool

Explorer IconExplorer

Memory Pool

18,961 transactions
8.34 vMB
0.03180280 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.35/200 MB

Candidate Block

Mining Attempt f958636d33b42645ab4165dfceeffc6fd64594423f382597e836a8d1115a1c69
Version 20000000
Previous Block 00000000000000000000a3bbaab364c8a67678d454613e29c10bae8cf58f784a
Merkle Root 6135a4588cbb4134ea683e79076d18117899a1feb5eabd4649cb0b952f2bd380
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,715
Size: 1.00 vMB
Total Fees: 0.01410924 BTC
Median Feerate: 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,410 (760,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
152,577 152,577 0000000000000af311f49b0d23d7b2cd02ae4c95c7ba7f0355223e4fe9c51074 10 0.00 vMB 838
152,576 152,576 000000000000005002daceb4c74fb8f8513e55496abb2ba60ea6a8872b7180f0 61 0.03 vMB 58
152,575 152,575 00000000000008237963b31647fd9a8cc6b6afe53230637b76fe3f1f14289810 17 0.01 vMB 86
152,574 152,574 00000000000008e6f63b41c74c321d1edb97997a77359e05b5843ef0c62e7e67 11 0.01 vMB 22
152,573 152,573 000000000000065eff6b0e493db70fad6019db47d61805db8d645a21b3b02d41 12 0.00 vMB 123
152,572 152,572 000000000000076ac4b4dfb5ca194ad932ee959a38fe9ba791af838abe30a2d4 23 0.01 vMB 74
152,571 152,571 0000000000000c0fec8908487545045b32d14bb94bd66a851783c9adacf02ad4 24 0.01 vMB 109
152,570 152,570 00000000000002596b42655cb565fd2149a3db47e85a1f3ff15592ee8d71ff37 34 0.03 vMB 69
152,569 152,569 0000000000000dd5a654105d1b7eb821e02c0cd0f326488483a3191bedc3d590 33 0.02 vMB 95
152,568 152,568 00000000000000ef8f40543b07370ad286a3bf786d071d29025e76f420e7d97c 56 0.03 vMB 155
152,567 152,567 000000000000000fa3f3de204bc2c15cd11c71c762e08d569896d27e6d7b46fb 40 0.01 vMB 117
152,566 152,566 000000000000028b528f0bbe05e97a878db25263bb00c30cc5451ce86907e799 75 0.04 vMB 47
152,565 152,565 000000000000034f7d111e3a84084bd55249fc48d6e7822a69d69d502bfe47b8 14 0.01 vMB 107
152,564 152,564 00000000000000f4e71edb57157e66736cee44640358ee1da0dd1ebe354fe23a 10 0.00 vMB 109
152,563 152,563 0000000000000a8ad3a343f891a25949ae7937f2091a71e72874f4177183f828 5 0.01 vMB 118
152,562 152,562 000000000000051f28c98dc67d5654ce0a8fe6f3045d80e265704a67ef7350c3 41 0.02 vMB 66
152,561 152,561 0000000000000db75f7c0a1cb14ad736282b9655c9f46a7423c4a6932904fed3 59 0.03 vMB 128
152,560 152,560 000000000000098f39a69b166be8b7e967b3a6843472b8ab6af6901deb77af63 4 0.01 vMB 0
152,559 152,559 0000000000000672526c2358bce027648d6534c9f281bed82c1dcf8a79d73f27 29 0.01 vMB 151
152,558 152,558 0000000000000480ebed5d4005dd46facc95bee07900ac579b8121bb6cb168ab 124 0.05 vMB 116
152,557 152,557 0000000000000618c49194fca669a6371e6d2b79c4c505cd2c6ce7ff9c13cbf8 5 0.00 vMB 28
Previous 10 blocks ↓
Total Size: 779.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 11
  • Data Transfer:
    • Sent: 283.84 GB
    • Received: 1.13 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.