Memory Pool Memory Pool Refreshing

7,412 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,646 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (203,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
703,903 703,903 0000000000000000000d4bb35dcb87507f3644b5d614cbe61c6193da1aedf9b6 1.36 MB 2,311 31
703,902 703,902 00000000000000000008600f1886473ff24492119ed069c1c191adff006364ea 1.49 MB 2,094 23
703,901 703,901 00000000000000000005aac0ce459f74d2d0bab6aa9d7dbc58364206b817e728 1.43 MB 1,659 21
703,900 703,900 0000000000000000000ba38a92a68037ba5eebd3b1c135f215328669596124e9 1.31 MB 1,080 17
703,899 703,899 00000000000000000004f5694a852dbdee7fa721d8a8be46ebd697eb2fc52384 1.33 MB 2,102 11
703,898 703,898 00000000000000000009f3203377aea6631e225fda4e9e54b5cab7f0dd8d15c5 1.27 MB 1,284 18
703,897 703,897 00000000000000000007be2ce88a33ab305c1215bbf9090a67588c3de86e6f33 1.47 MB 1,964 21
703,896 703,896 0000000000000000000e0a3a557cad9064a05567c04b56f32dd0e0db782aa1f9 1.37 MB 1,545 19
703,895 703,895 0000000000000000000216d829d9637cfe4adefa0f7d29ef5a24783600d1f578 1.56 MB 2,130 16
703,894 703,894 0000000000000000000cd92f3c258823fe9ea0d50335708090e9401c65e424ba 1.54 MB 1,000 11
703,893 703,893 00000000000000000007b0b19f6a261a5c708e94d29a9410e9e6a0a7f203fa44 1.50 MB 3,797 14
703,892 703,892 000000000000000000005ed701ea80f19ec209d3e6a009af463ce6aa06317edc 1.25 MB 2,377 11
703,891 703,891 000000000000000000067232d7b7c529d82811d9157eed378ecbbccab6f84f03 1.33 MB 1,725 21
703,890 703,890 00000000000000000008a57cd87c0f0e682c9aaf838c6bdb9de177aade1476d3 1.44 MB 3,227 13
703,889 703,889 000000000000000000032ec22adfe012d060afeabab5722f7d1ed576705fcd8b 1.04 MB 356 14
703,888 703,888 0000000000000000000d4e5b95fc61b60b44acfb1c70719b5429f7b89982123f 1.34 MB 2,548 24
703,887 703,887 00000000000000000000b74b87d116a4688314abdc18d9a0b4a4dfc4474f0b07 1.24 MB 1,398 16
703,886 703,886 0000000000000000000bc664814b02e7811fd8450b933690bee7642fae302d87 1.38 MB 2,707 18
703,885 703,885 00000000000000000008bc02ea23d6d1e948c2d29ca893f6ad0bacbc199f0459 1.37 MB 2,895 30
703,884 703,884 000000000000000000026f869143f40e880ebc982648ac96fd9a9a5b651ea71f 1.42 MB 2,844 19
703,883 703,883 0000000000000000000c8b7d0cc1b03feef6f4cf63398a5f3f07031ee6c3e15e 1.31 MB 1,581 22
Previous 10 blocks ↓
Total Size: 769.28 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.60 GB sent, 94.35 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.