Memory Pool Memory Pool Refreshing

1,005 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
908,601 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 991 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,600 (880,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,182 28,182 000000005bd5f91d817bc5a56203b6da85a240d9ee64b8b83ada6d6f02206616 0.00 MB 1 0
28,181 28,181 000000008f87433302a1c34e2ce581dfb308ed8fd39817218b6ff7c786d26696 0.00 MB 1 0
28,180 28,180 00000000e36aa82c81b2f92d1d54e1a7bb037912e3c2dd43fa934afc33ecd2bf 0.00 MB 1 0
28,179 28,179 00000000a4d021c1cfe752fd596819b97782df1317326024492f806bfc9601f8 0.00 MB 1 0
28,178 28,178 000000007acf5eec5923aad812de7caca0f8d9913084bf30d72bd034f6fd057e 0.00 MB 1 0
28,177 28,177 00000000914d23b87ae895422999da060318241ba81a0fd505c4ca1c43012582 0.00 MB 1 0
28,176 28,176 000000000047358d0fde5d7dbd3e76e02ced8820144c5cda86c4500c07034b26 0.00 MB 1 0
28,175 28,175 000000009953018f599db592c040cec66f994bc716b751adbfdd6297c7a08547 0.00 MB 1 0
28,174 28,174 00000000b557b2c0fb5fa1666a1ea8735446e1d07cc488b5f8b25f0d7e5b2129 0.00 MB 1 0
28,173 28,173 000000008930c9842e5d8b59140f04aa2e86228383ebc9bf36f2a9f1b5e7b07b 0.00 MB 1 0
28,172 28,172 0000000094faded078aa930f477a2d1564e2301b7fb60cf1c2db781565f61f0e 0.00 MB 1 0
28,171 28,171 0000000069b6395c2752714f75b99ef2ea6c67f54969920357847adad12a6d19 0.00 MB 1 0
28,170 28,170 000000000c04e972186f51abb1e26a3c614ca307cd04c162b41ee841dc7407c8 0.00 MB 1 0
28,169 28,169 00000000e4ab3c90543a337029f619ebc2526ce1838b3004908e69a421c88945 0.00 MB 1 0
28,168 28,168 0000000013a35f71d05f1db377f70d4379c2033855ba86bd688f1021654b1c26 0.00 MB 1 0
28,167 28,167 00000000ccce8938d025c3e5aa87e8039aa51a8f70655fde4e1bed5c8aad8e43 0.00 MB 1 0
28,166 28,166 00000000b043246b367a08d62b574e7f18cdf72c9b31db88dd24e20f553fda61 0.00 MB 1 0
28,165 28,165 00000000caf44bbc2ed513a7856d543e782b7d7983da6bf8dcac323b31063953 0.00 MB 1 0
28,164 28,164 0000000061bfc873bff64778be1f2ebaff246d61691edfa45860c6768216ece5 0.00 MB 1 0
28,163 28,163 00000000e058df2fab1c468b486f324bff40f239af1e5eed2dc0887ba48cd4fb 0.00 MB 1 0
28,162 28,162 0000000085803d0947b79bae4032d64925e95aff2ddaa978cc4219d929f9da44 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.53 GB sent, 101.03 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.