Memory Pool Memory Pool Refreshing

5,867 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,533 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (99,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
808,166 808,166 000000000000000000016f934c970cb7afc270eb7bc20b18213d4c952d61242e 1.61 MB 3,874 21
808,165 808,165 00000000000000000003e91b815ca1031c9c057d5e64c5bf264758166ab1c92f 1.82 MB 5,019 20
808,164 808,164 000000000000000000043fc152846d14ecbfa482cb9d8bcebf0c40fd8f5db61f 1.62 MB 3,916 19
808,163 808,163 0000000000000000000129fe9d8d97158b9f2bb64d6405568ba6b8265e917580 1.56 MB 2,113 24
808,162 808,162 00000000000000000005262eb09eb50e05d5be5491a61f17e98c280b121b0d5c 1.98 MB 6,055 18
808,161 808,161 000000000000000000010a90138f2be099b886fa75e2d20cbd5ffa76b28eb03f 1.53 MB 3,263 22
808,160 808,160 000000000000000000047b12cb714eacfc241b3eb3a77f8746161f140c075d1d 1.47 MB 2,952 18
808,159 808,159 00000000000000000004f7d2df2bb25c223651d22da5578638544e4dc0286934 1.33 MB 2,396 26
808,158 808,158 00000000000000000003efe899c3855cbdbda939a4c42c466faf964a9bd4050d 1.70 MB 4,372 21
808,157 808,157 00000000000000000000c0074a9dd3df9f4dfc8e490c62fe44a5c71ced2d5b81 1.49 MB 3,077 22
808,156 808,156 00000000000000000004730b8c6b67661fe9a4f2e2e1566385c7a5cb99e75053 1.92 MB 3,562 16
808,155 808,155 00000000000000000002ebad47c8a4792a026df2cac9525485d88e968d3af6e9 1.63 MB 3,865 18
808,154 808,154 000000000000000000013f172e1061576288889b072a5a786838b23c2dfef65f 1.62 MB 4,110 22
808,153 808,153 0000000000000000000388aae0bff83b04998d90dbfd51d031f35bd4f0568924 1.98 MB 4,339 16
808,152 808,152 0000000000000000000022525b02a20addc274f155680606eea8cca37cd1a4b5 1.93 MB 5,775 18
808,151 808,151 000000000000000000026090ecaaf376f61490e9b58c9e49fdd6d01790ad5aa3 1.63 MB 4,137 19
808,150 808,150 00000000000000000001189fa1c6ed4de4bebceabbc8f3947d040c8cdc9f4a35 1.78 MB 4,510 16
808,149 808,149 0000000000000000000047a97b078e6f74b56d9ccb8ea5c6c58bf1bfa59408a0 1.93 MB 5,984 17
808,148 808,148 0000000000000000000037964f74e9be3af927d7cde92babc6c7974cf37fb2f2 1.87 MB 5,020 16
808,147 808,147 00000000000000000003424910dfc9d03c74b6b4e286e85f739db48ac105f0db 1.59 MB 3,311 20
808,146 808,146 000000000000000000051d5cd2460b3db69ee43540846d3ad8a4297a83a5384d 1.88 MB 5,191 20
Previous 10 blocks ↓
Total Size: 769.29 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.61 GB sent, 94.36 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.