Memory Pool Memory Pool Refreshing

3,658 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,636 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (596,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,912 310,912 00000000000000000bffabb72768e791a4e889c8aebf0020bf739a649256375b 0.04 MB 128 69
310,911 310,911 0000000000000000142445a043236d828b555ab140a44e2a5352f8f505195879 0.43 MB 525 24
310,910 310,910 0000000000000000274abc0b85ffb6c7c4264e89a419c9db06b6327514f4c76e 0.24 MB 437 32
310,909 310,909 000000000000000036adcf61da10ac26efd75e99376baef96d8956234d8ca4e7 0.28 MB 503 27
310,908 310,908 00000000000000002ba2535fdbe4415fde8178c4b4ebb357cf6c19dadb35a65d 0.16 MB 322 28
310,907 310,907 00000000000000002fd2ef50953cc86abe521548e7825a1b8a9862c935a2423f 0.32 MB 448 39
310,906 310,906 00000000000000002ed94ff98b4dfa6ba96eeadafd48ed25a262cd3d5ba6f0d2 0.14 MB 287 33
310,905 310,905 000000000000000015fa3895b67797fe876f6cb4594124c855d7a4693e55c5c6 0.08 MB 143 33
310,904 310,904 00000000000000003d1bb41366b72f0871a2cc7335a563e0f29c9a1bff405e81 0.11 MB 210 30
310,903 310,903 00000000000000001c5f2b80dfa36dd48a805117efb2f6e873382c7467902095 0.07 MB 153 32
310,902 310,902 000000000000000020edb447699f08a608908ca42f5696dc6b79fc4e17c5f69b 0.04 MB 85 36
310,901 310,901 00000000000000000899596d7c730afe553fdd1b838085b3852df8fa7df4669f 0.37 MB 672 29
310,900 310,900 00000000000000000ea87d6c72a702867239260cc4347ae109d5a0812b65c16a 0.28 MB 441 26
310,899 310,899 00000000000000001acf4d0e3c6f52c7335641107288519a21401625f82aee7e 0.20 MB 331 27
310,898 310,898 0000000000000000157672e15e89a2cda235bb38b9a4a3fc809b79117d6fed99 0.21 MB 452 32
310,897 310,897 00000000000000001ba2000b721e29a96662a47a25a79f48b5e63cdc18d101c4 0.36 MB 727 29
310,896 310,896 000000000000000022df4c50865b8b2abdda486c15e7531beb144ad1cbea3565 0.43 MB 542 21
310,895 310,895 000000000000000027d72f4179021c82ce4d9d58c8f88139c6f3ac432f948703 0.18 MB 512 40
310,894 310,894 00000000000000003201bf7f5a39e191b729b641a123ea8c3bfabeb8c236de1e 0.16 MB 285 27
310,893 310,893 00000000000000000dcab32f506ec2e1d036288fc9a26b05b215b4ca6a4c2b4e 0.31 MB 589 32
310,892 310,892 000000000000000033d2520f998c56801abf9645576665e34e056906719ad6d8 0.25 MB 510 33
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.