Memory Pool Memory Pool Refreshing

6,129 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (730,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,478 177,478 000000000000094a9e1d4af1efa289fd10ccec64f32be1aab81a08551d1d0809 0.05 MB 128 892
177,477 177,477 00000000000006ac9da052a733155550ac0988c43347d1f8832ad8bb43516742 0.01 MB 14 8
177,476 177,476 000000000000021d3ccbf3babf32b4c15cb8642f0cf8bb9f08c8dcb67a636836 0.02 MB 42 120
177,475 177,475 00000000000008a6e18f48a3cc1de03baf1d6123118fd2e8806f6bad6f833012 0.03 MB 100 39
177,474 177,474 00000000000008a2e74ceaca609ffe03dcd75a39c7937f6aad0c9e9042665bf6 0.04 MB 82 77
177,473 177,473 00000000000002a4057c83dcdd68334bcb5f2c7931ce755975907f4c650e6a8b 0.07 MB 151 186
177,472 177,472 0000000000000331993adac6369b3d34146555c7ffa7e60760e9925968b4ada8 0.01 MB 19 1,200
177,471 177,471 00000000000003ca58fe201ce22ca8624586c64a64e733316626d4c438a057fe 0.01 MB 29 137
177,470 177,470 0000000000000792b9d49a9af56625c098d4a72307147135dd31c6b94fc31b21 0.03 MB 58 152
177,469 177,469 0000000000000363a5c361b616a8793bad832a29be9782b6cdd0409f8a091832 0.03 MB 93 77
177,468 177,468 000000000000078b69954c7f64ff3ec722216e653517968cff967ac6240e7257 0.01 MB 15 187
177,467 177,467 000000000000089ba37b1ae39da375d2ed6dddd698d5fa5c9e9a6719d14d11fd 0.03 MB 45 61
177,466 177,466 00000000000006ebf20796e4bd7062e107f18fac531c75adf198d8703f24f98c 0.04 MB 83 330
177,465 177,465 00000000000005b81a2a1b3c10c11128d35aac9738fcea3f64cb69f031c9c2ce 0.03 MB 53 78
177,464 177,464 0000000000000539fcf6037cc1caa6185eb0ad5676a841f1a269cfbdd0066ba3 0.02 MB 32 277
177,463 177,463 000000000000003f96b21377c3e0492b547516c0901ed91986261f26907f0ddc 0.00 MB 16 21
177,462 177,462 000000000000015fa506708c5f1e6e21db190ce1adbd52cb45ae5ee33561470e 0.00 MB 15 50
177,461 177,461 0000000000000afaaabf281298cf5b1710ccd026acdbc22e999b4df3a9bd53be 0.03 MB 55 118
177,460 177,460 00000000000009136c813e63c32ebb16538c19a498f42f08b1336327e9e71289 0.05 MB 95 117
177,459 177,459 0000000000000650f01df17634d05c1e726b071fd2c1369e03582c3585cecb9d 0.00 MB 16 52
177,458 177,458 00000000000002cb3aa9383578127ce51676692cdcb21fff9d6a3c58df6b89e0 0.01 MB 19 48
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.70 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.