Memory Pool Memory Pool Refreshing

19,778 transactions
6.34 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,695 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (771,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,015 136,015 00000000000001d9f791901a489fdf71d39cdcd0533d04ca3d5372e94861295b 0.00 MB 4 64
136,014 136,014 000000000000032b10979f9eceddcf1f93fa193dc7194a6eaf337b6c8a039719 0.04 MB 133 154
136,013 136,013 000000000000089615ce492e8881c514b7f0ef769323ae1bfa2d3709a7c20cff 0.05 MB 106 444
136,012 136,012 000000000000099af0028cd9144a1cf3ba07845805efd7ffdc32d1040c47c39c 0.01 MB 27 528
136,011 136,011 0000000000000174e2560f6f82f50d12ffffbae3016c3530ab5a92888a38142f 0.01 MB 18 534
136,010 136,010 0000000000000a1353888eae75fdbfb9718fde9ac664ca950c9b30adaaf3b1fb 0.02 MB 42 159
136,009 136,009 00000000000003149bb7358b6637752027901d28628c1efdab33418eb7eb3491 0.01 MB 21 530
136,008 136,008 00000000000000b57edb86030e65310e13fd2079ce69c0486f1a2a0683f7f5d7 0.04 MB 70 449
136,007 136,007 00000000000002d6d4b3be09a6384a29f11635409558e2227f9ff74228452c16 0.01 MB 22 94
136,006 136,006 00000000000006b3e1f2a02f60cba1b7ae037b7bf9f0f06b3359c20f9cc1e8f3 0.02 MB 39 592
136,005 136,005 00000000000006d8a4999aa4a008199b6f6bc36084592e6d7e83357e8e71e6d7 0.02 MB 40 341
136,004 136,004 000000000000023c81573fb4936dde514b5b002ecb56b0c3812e96ddd7b29d28 0.01 MB 27 177
136,003 136,003 000000000000042cb2a7269c7588b541aa24960dde6ddcbb12e6772bca7689dd 0.02 MB 50 318
136,002 136,002 00000000000000b2b44a6a23b53af477ec510d42645e31faccdde06b2c3df911 0.01 MB 15 373
136,001 136,001 00000000000009a3aab1d1d5c4f1fbddf45a3c1d0484fcb5f0773d0755f42353 0.04 MB 94 533
136,000 136,000 00000000000004da0d6d69fd474fa08fe2ff3111ff1e9e01f72899dcd9d897f0 0.02 MB 57 507
135,999 135,999 000000000000019d7d8365d747b7c77c5f58be9e213b26cef5cdeecedba7f714 0.05 MB 137 298
135,998 135,998 00000000000002f2312543518a611d4bb45b701c1b15d19ad3534c0225a83a0e 0.00 MB 13 15
135,997 135,997 0000000000000a7badb5d7632e06d17db489eef9b2b8b952b7064b2bf059eb7b 0.02 MB 46 356
135,996 135,996 00000000000000891c1029b91e884bb68e0447fe04db87977752d79e56e65e62 0.04 MB 89 840
135,995 135,995 00000000000006d2e1aec76824ab6811911a40cf4fcccbd05941ca53a4603591 0.00 MB 13 86
Previous 10 blocks ↓
Total Size: 769.02 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,624.54 GB sent, 93.00 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.