Memory Pool Memory Pool Refreshing

9,921 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,525 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (601,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,283 306,283 00000000000000000b12da7081aa624bf1fac3023f4d87ead469925ed4397613 0.17 MB 404 35
306,282 306,282 0000000000000000212b01babd621ab4a831e7fb8603601fa12ead75feb15628 0.00 MB 13 51
306,281 306,281 00000000000000004930b8b9c70487d9e6a30969b537d0c193f04fb125621a62 0.08 MB 183 33
306,280 306,280 000000000000000039d64a18e316c503cabe80b95a0f346088bfd87c7e2cab42 0.25 MB 417 27
306,279 306,279 000000000000000008ca006aafada776e6ef8e910b28be928b7b2c637200d320 0.13 MB 284 41
306,278 306,278 00000000000000000a0bf6312de6128e49e44e720e1cf613e304ffb734960978 0.59 MB 756 24
306,277 306,277 00000000000000000aa32ece4a225463f6384df077680dca80c2129958e2a6a5 0.07 MB 117 27
306,276 306,276 00000000000000000cb5ee0005cbcd62ad56f31c3cdcdd4c9d7f9e90512cb3b4 0.05 MB 83 21
306,275 306,275 00000000000000000c06dd2de5dbadc96bbfc8bd5788a3e8405b84b2a453e770 0.09 MB 186 32
306,274 306,274 0000000000000000195aafe0307ed3911404eb7328d9dea05a9590777d9d577d 0.27 MB 399 26
306,273 306,273 000000000000000045538eb98a6c340109ad7bd0c26bdc199c9c4b8aa4b50b8b 0.28 MB 556 31
306,272 306,272 0000000000000000271c10e568244b58e1774353e8f7e20c3176d6fb39e5fefd 0.04 MB 81 31
306,271 306,271 00000000000000001d7eb2d4d4ef5161137409076ad50ae4c3f26025f458ae41 0.14 MB 286 34
306,270 306,270 00000000000000004343972918b11ad534f623c4db9b111b7a5e4712b3aadd12 0.05 MB 104 21
306,269 306,269 000000000000000019609ea2bb8d793876c267841bca7f3ffc8c8bd6a76e2470 0.04 MB 128 36
306,268 306,268 000000000000000012d2f60d073e4153d880382aa52a031e206a8fb6ba894b6b 0.01 MB 31 30
306,267 306,267 00000000000000004b6658616026b37b5cf92ad6bb5b65f7194af7893bf5a5cc 0.16 MB 292 21
306,266 306,266 000000000000000005fd498aa452f013444764a75f08c56b69dd55fd8b7da9c1 0.49 MB 868 29
306,265 306,265 00000000000000000ace399c1818f4dd9087bfb5acc6d56e919d97d649666363 0.38 MB 633 30
306,264 306,264 00000000000000004b8bc3b5ca13f21e3652e94bbbc1faddf006da63daf54595 0.01 MB 39 34
306,263 306,263 00000000000000002edd93483e7196caaeed796c015cdb94c11fc11278a30c45 0.07 MB 117 25
Previous 10 blocks ↓
Total Size: 769.02 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.76 GB sent, 93.00 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.