Memory Pool Memory Pool Refreshing

4,016 transactions
26.26 vMB
Show Random Selection Loading Transactions
Max Size: 107/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,307 (859,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,043 49,043 0000000000c916c659aaebc1b378704eed6c73e623768290b0c6e1260cb9c643 0.00 MB 1 0
49,042 49,042 0000000004554d3408b80b0ab330fc074d7e342afc01ba2a24032403b7b41d51 0.00 MB 2 0
49,041 49,041 000000001c4634bd60693d57fbcc71cfeb953f7b4a373da645fab5c26b03a587 0.00 MB 2 0
49,040 49,040 0000000008c8a3f9e05dbdb2e1d50520b81b911c5dd6770678dfa3fe470887ea 0.00 MB 1 0
49,039 49,039 000000001130290438bdf8d8e69cd8f9a0e59c22652a1d7251a7f236c68c31aa 0.00 MB 1 0
49,038 49,038 000000001cd5e5d428f0bf0f1680a8f51fe190e029b6e4e197992cd34775cc14 0.00 MB 1 0
49,037 49,037 0000000020440b2365a4b4a726086ef09146a0c09ec6177435513c295314935e 0.00 MB 1 0
49,036 49,036 000000000374d100609e8d08d55ff6a120d20a52ddebbae148831756cdf08e39 0.00 MB 1 0
49,035 49,035 00000000096c97be9f113010860b3255f889dc99934b58288010c6591287e791 0.00 MB 2 0
49,034 49,034 00000000194a0625ca48c4adc30562694759dba6e78ab488706e029da1449c9d 0.00 MB 1 0
49,033 49,033 0000000011c26a6ee4fa37d1a58d410abedc507bc5c4e66b08fc77210e31b28c 0.00 MB 1 0
49,032 49,032 0000000008911d708534570661675d3596e17f25c32c6946c0abb0114960b309 0.00 MB 2 0
49,031 49,031 0000000020653581c5f586bc766a232a170aab316f3cfda60a3a04eea6c2ba48 0.00 MB 1 0
49,030 49,030 0000000011b1755bd94f3ac0760b4115e861eeab8df7692dd23e4586132e083b 0.00 MB 1 0
49,029 49,029 0000000023402921d3b802707859a3bfb5395784434dc85c8c7b69b9d1f9bf3e 0.00 MB 1 0
49,028 49,028 0000000019674c40da65d3fc22c3b0b702674c18fdd02430c2a0b9e54813d3fd 0.00 MB 2 0
49,027 49,027 000000000f8928e6dbac31744f618e1347bb9459f94c902e41f9f5c942a93ae4 0.00 MB 1 0
49,026 49,026 0000000015d13b0edec2ba8602cacb60919f5e0b1422cdcbda706961183e50a6 0.00 MB 1 0
49,025 49,025 0000000011188f0b50280fd3db41b4e70fe9f0b060afa3a41c7c93e2a3d59bc8 0.00 MB 1 0
49,024 49,024 00000000296b0b516a45f573af38e0ea0d5b09997cb9895e3bd982a7de8e1879 0.00 MB 1 0
49,023 49,023 00000000169e0c32533d253e3c29c0cd25c8a0a3ec8544c3a703b553a30c5d19 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,695.99 GB sent, 98.57 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.