Memory Pool Memory Pool Refreshing

4,653 transactions
1.60 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,504 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (48,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,897 858,897 000000000000000000014269bc08d3470116b345a337f2211bbc3b5d4e9892e4 1.78 MB 5,322 3
858,896 858,896 000000000000000000018a4cd73b7b759dae7a74de267d008159d3571a1d9fbf 1.59 MB 4,968 3
858,895 858,895 000000000000000000021ac4217bb9440606f25e6bb779c5303a62d64cd1f8f4 1.99 MB 1,477 3
858,894 858,894 00000000000000000002e067450ded5c74e6857e934defb7fc8e4fcee5a569bb 1.67 MB 5,374 3
858,893 858,893 0000000000000000000133a6db734d785ccd0fbea8eac865c652d4d35ae0feb7 1.66 MB 6,757 2
858,892 858,892 000000000000000000017c9c773204fd35fe9a9fc8d8aea50b8f3fcf3506a825 1.65 MB 4,127 5
858,891 858,891 00000000000000000001fd93fbf0801f3958ccbe3b6c54eb81596a96a085c6d5 1.63 MB 6,039 3
858,890 858,890 000000000000000000012686285620afdb7c6c4f147b69b3d7673df4d22e2ac3 1.67 MB 6,247 3
858,889 858,889 0000000000000000000036989ad6ebaabfc16c118c207f4aa21732d0509f2197 1.72 MB 6,765 2
858,888 858,888 00000000000000000001ee4f505abc5987040bb986b9d66a4e9b2203454665c6 1.64 MB 5,220 4
858,887 858,887 000000000000000000008df26ef2bcab8024b596de55763f31688d3d93e0e958 1.55 MB 3,574 4
858,886 858,886 00000000000000000000c7ce903c90d10c9a6e2288c4083913c4b90ea76ad9b4 1.36 MB 2,711 5
858,885 858,885 0000000000000000000271f1a42834620b1a32aecc9100c7a157456b38944ed8 1.61 MB 6,525 3
858,884 858,884 0000000000000000000202ae508405a6f821332b7fb19fcba5eeb71687fea6ce 1.75 MB 4,157 3
858,883 858,883 00000000000000000001b53f3f22ad78b5d54f5f7e666c2fc3473a16bc505db7 1.80 MB 3,159 6
858,882 858,882 00000000000000000000681cfe3e2edbb76fbb374f19e7da72c40bd3bb2e1ec5 2.37 MB 2,462 5
858,881 858,881 00000000000000000000a0a8c48e3988fd609ed1edd1ab08701f673c3e210129 1.80 MB 3,082 6
858,880 858,880 00000000000000000000935b05099e7d8c7ee6ac50ad7ffa4470f0ae345d8ae4 1.72 MB 4,612 4
858,879 858,879 000000000000000000026b1a76a00c2041512f3086815186b137ae26712acc62 1.78 MB 5,168 4
858,878 858,878 000000000000000000031d5fd69f6e8922fda23a002046e6ee99e3c017541c30 1.68 MB 6,901 3
858,877 858,877 00000000000000000003043b913472b2f9457ea934b95df9e2949f5573a7e50f 1.78 MB 2,101 5
Previous 10 blocks ↓
Total Size: 769.27 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.40 GB sent, 94.28 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.