Memory Pool Memory Pool Refreshing

8,408 transactions
3.83 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,075 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (668,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,625 239,625 00000000000000019452614bf1b2055c227cd24f39f14e2cbbe52cc064604a5b 0.14 MB 288 165
239,624 239,624 000000000000011e71013d002d12853b5d9c1d007cff9023029fbcca9ea9251a 0.12 MB 291 206
239,623 239,623 000000000000002a8c61bf10c28ae0ae9e7e6662c15d043a6ef559a24dd63906 0.25 MB 537 170
239,622 239,622 000000000000006ebd3dcc045ba14e9e86db83a3936e4a721c7eccff38b4ff42 0.04 MB 92 151
239,621 239,621 00000000000000338a9ca57b5d7d3fa60d80e137c11777da9890c352638a7446 0.09 MB 205 162
239,620 239,620 0000000000000060865cbc53bf9ebd959a07926a88fdc585b4ac89bbd2a515bd 0.03 MB 70 153
239,619 239,619 00000000000000913ab12cf7b7119cf3f56179e79104bd6ec8649c5eccd2523d 0.11 MB 197 43
239,618 239,618 000000000000001b74784cb4173dc5fb53dfb44bf8bae2011a4b05a7780ec95f 0.25 MB 649 185
239,617 239,617 0000000000000143a0d9529ead322d4fc45c9bff955c2ba1637a1c11c2bf65e9 0.22 MB 301 100
239,616 239,616 000000000000015af3e4d8b3a584501bc4155483b52c54e5d53ebe0ab9ccf835 0.08 MB 256 204
239,615 239,615 000000000000004a02bddccdf300bc841b7c42b83bb159e772de3e7710c550c6 0.08 MB 222 25
239,614 239,614 000000000000011c0cbe9111baa0286208ce60a4471dee38d454929583ce582a 0.25 MB 701 226
239,613 239,613 00000000000000c706f44ee7dd09f63ca03a36a255b1ca9f55b1ed110b86f07b 0.06 MB 127 239
239,612 239,612 00000000000001479f774ab87bf37bcf89140c3ad2def65056b5e04398a3d773 0.12 MB 277 144
239,611 239,611 00000000000001191045c75d659af9432050e04bd7a36d04221c0632b5571e5e 0.02 MB 48 126
239,610 239,610 000000000000007b3e82a4393b5415bbea6c82f2a8f7d10c61289f3e177ebf60 0.06 MB 126 108
239,609 239,609 0000000000000041dc7dc9e363ddc45d20b3e8ff5143c7327db37b957e581dca 0.04 MB 85 143
239,608 239,608 0000000000000085a2117a455a03d63f2d9ccb2dc18b2f9e1af0b8bdad620d25 0.06 MB 130 134
239,607 239,607 000000000000009b29bfb413c19a66e109e020e525aac8909f467995455e39bb 0.12 MB 273 149
239,606 239,606 00000000000001412efb7458c13309352eb1efda00db78010c50bcd991804b6d 0.04 MB 86 137
239,605 239,605 00000000000000005760fa1ceb8a13cdb07c16d7e8712155b4a8232d6011ed76 0.09 MB 219 132
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,624.94 GB sent, 93.01 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.