Memory Pool Memory Pool Refreshing

1,386 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,851 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,386 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (423,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
484,721 484,721 000000000000000000323e690f426a67fbaa338910367c062bdec9a8a9865072 1.00 MB 330 13
484,720 484,720 0000000000000000004edf7ab160ff961b83619782abaf685815d2e7284be56a 0.99 MB 211 10
484,719 484,719 000000000000000000049c381dbe17cf5892a12c781413dc678959f6ebc8e600 1.00 MB 953 32
484,718 484,718 000000000000000000a265417132069e857b61784ed70feccfb3b28111f6c3fa 0.70 MB 1,547 203
484,717 484,717 000000000000000001080d76617aecfb02f00a6337f36ab0bb30711a45afc8d3 1.01 MB 1,601 36
484,716 484,716 000000000000000000887b41c3f24e8a13ec940a2f8561ad333ca16473945b99 1.01 MB 2,212 249
484,715 484,715 000000000000000000b1286fb6204c3884f5c73ef80335ab9ae964e515cd18b1 1.01 MB 1,552 81
484,714 484,714 0000000000000000003fade37338035cd48923cdde1b38f044dd734d389b6c4a 1.00 MB 2,094 115
484,713 484,713 000000000000000000beeddad35219a86f151719959e3d6fb7bc5920c128694a 1.00 MB 1,176 49
484,712 484,712 00000000000000000039f6396e0e816eaec360cff7e2dc22f18c9ff4bb05090d 1.01 MB 2,054 112
484,711 484,711 0000000000000000004217ab0612a669c60af70f3d6390c54afe5ed997020b73 1.00 MB 1,535 33
484,710 484,710 000000000000000000bada99a419f01097964314f3873598088beb0655e8e38b 0.78 MB 1,608 169
484,709 484,709 000000000000000000b56da8c6ae67fdc0046693f70c67dd1862fabed2ca89bf 1.00 MB 2,305 52
484,708 484,708 00000000000000000026dd92bfc99795932a4d819fb25bb2a0442602241e518e 1.01 MB 2,292 64
484,707 484,707 000000000000000000928862f1aadab1b5d221baa1615860612432e0651e89ce 1.00 MB 2,565 127
484,706 484,706 000000000000000000fd5600ec11eac5a6637e640341ff538adb09f725c94b44 1.01 MB 2,321 152
484,705 484,705 00000000000000000054b7b78d74f705e00957884f08d0891cd206bba6702f0b 1.01 MB 2,303 120
484,704 484,704 0000000000000000004d6d91fb6985aa3d3b421e3a25deceb85c024c50045eba 1.01 MB 2,479 197
484,703 484,703 000000000000000000f696ddb0c4820880d229cafcb629d4efce365fe99ab131 1.00 MB 2,364 194
484,702 484,702 000000000000000000a404bfa1bd20e763fa88dad32cf08a38a496b2e690a6cd 1.02 MB 2,471 34
484,701 484,701 0000000000000000007ee04f616ab786b80f3087882fe4e387289ec55f712fe0 1.01 MB 2,323 150
Previous 10 blocks ↓
Total Size: 769.26 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,635.24 GB sent, 94.22 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.