Loading Tool

Explorer IconExplorer

Memory Pool

25,737 transactions
7.00 vMB
0.04110676 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.19/200 MB

Candidate Block

Mining Attempt 8a844487371937df00d08e701e2c5cc4404667dcfb97d9e061881e36d56e03bc
Version 20000000
Previous Block 00000000000000000000977eeff7f56ada7e990651c9aa87ce147e78cf4f0c1b
Merkle Root 6dbbdb8b2fcb1eb8f1c3092781e068eccf506293ef9e458e638daa0ec0954b63
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,087
Size: 1.00 vMB
Total Fees: 0.01801624 BTC
Avg Feerate: 1.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,000 (664,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
248,605 248,605 000000000000003893c99694ef24a7bd30a2840f18b241811624ac0b04242f6e 0.10 MB 237 148
248,604 248,604 0000000000000066ebc2a2f38d56939a3bc13d784585916e100a9653e1d9f2d9 0.15 MB 310 83
248,603 248,603 000000000000002a642be2f1ecd7a896b8b7bcc11c643a54981dd797b2875bc1 0.25 MB 527 43
248,602 248,602 0000000000000027cd7c4694bb1e41ee9f8bf254efc3ba3f831e3a23075c7a32 0.25 MB 680 166
248,601 248,601 0000000000000008e4c523116b7364f55a1383dd4981acb70e9055d308783c31 0.25 MB 579 136
248,600 248,600 000000000000006900e1c65b7dae83fde2ce6efa7020ffe83ef4cc13c778a3fa 0.00 MB 5 76
248,599 248,599 000000000000002314e03a57e5b74d67310dad547444952fbf4d3cd320704dfa 0.04 MB 93 121
248,598 248,598 0000000000000063372533e9e07de84c254d3c47f613cf0be28d2528506de621 0.06 MB 145 141
248,597 248,597 000000000000002665fddf996cf85ab07de9068280551fc0d5dc4f05be648c17 0.08 MB 165 88
248,596 248,596 000000000000002c2c90a29aff7c1142e02a98b58327c4b42735a7ceaff9f385 0.12 MB 270 129
248,595 248,595 0000000000000016597c7c2ec417b39afa909bfef7f231c6535fe3af0d0a056f 0.10 MB 256 80
248,594 248,594 0000000000000007b71fcccc4cbdca52f7cfaba631346492ab8884976074850a 0.04 MB 95 165
248,593 248,593 00000000000000000ce84e315900096f772ddce728fe74eb01cb2f5ca9b8a608 0.08 MB 128 53
248,592 248,592 000000000000002e0b10538aebbca80ec416a4862db761adc0325262477cc95e 0.10 MB 331 24
248,591 248,591 00000000000000008c09025e03bb29ae93809e04e686b639e3ae852daa1913fc 0.23 MB 624 132
248,590 248,590 00000000000000083038ea511688ac49182733b363b4c089f8ff75cb9ef4cac1 0.16 MB 316 124
248,589 248,589 0000000000000020770f17f10611d5e6003f96d6591876185019032df871a8ca 0.19 MB 454 123
248,588 248,588 000000000000001a194a9befebba103f4d3c67cb6e605832f5f0aabdb4905aac 0.25 MB 564 102
248,587 248,587 000000000000003c100fb37b5ae2d1be2ff081506bc4ddc714e36fc035bb92ee 0.03 MB 73 92
248,586 248,586 000000000000002d83a8275292963fad7699e65eb2e56d64f1ece55969b6d2cf 0.02 MB 62 56
248,585 248,585 0000000000000045d36b8a60260c4783ad568eb33755f0582cb20b130523df54 0.11 MB 219 156
Previous 10 blocks ↓
Total Size: 778.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: 380.85 GB
    • Received: 3.43 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.