Memory Pool Memory Pool Refreshing

13,983 transactions
4.45 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (710,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,515 197,515 00000000000005c8d18d52358878ff3cea0b36e277314beb7ce4a63f98b20491 0.17 MB 196 94
197,514 197,514 00000000000002a89ab57518c1a9e46e93eda520ab952c49fc7e57b69d09c8a2 0.05 MB 147 143
197,513 197,513 00000000000002272fa6874fd2411f9c9d3b9858dd027e3dc39de66c8b08d780 0.05 MB 131 102
197,512 197,512 0000000000000274fb87164d733b33eba02a94a1d282ce5b1070418d3b344778 0.21 MB 574 140
197,511 197,511 0000000000000530a3fe320049286dc85918e989e98a3182ecee58ab2616d94c 0.10 MB 256 212
197,510 197,510 00000000000002da826b0204c3df6aea75f2a83026ba527e8a26a55df20d22ed 0.04 MB 77 179
197,509 197,509 00000000000005d66afcbf8ac6c856a02f28b445d751e3f0717953f15aa8ea53 0.03 MB 58 136
197,508 197,508 00000000000003efd61a70d9e171cf8c77370574d5ead13fbd5748c069b02301 0.17 MB 451 245
197,507 197,507 00000000000000e8fb30464492b2cf5bd382ddbe64c1dc9564c523dae18c89a1 0.01 MB 26 109
197,506 197,506 0000000000000545ffd57fc294a31026f99dd1ce020aadb921878f2b79d11aab 0.01 MB 40 178
197,505 197,505 00000000000005b387aba6424c05cb4612d9323326b2ad71e4b4b8b5211caf79 0.10 MB 263 138
197,504 197,504 000000000000035421fbd250fb25e92237ddae3de50c79309acc31a02666a01d 0.10 MB 256 220
197,503 197,503 0000000000000506ea264030b53c2e6d6ba04184a6075a5a6e0725fd05088a28 0.00 MB 2 0
197,502 197,502 000000000000015a54dba5a73ae9cd283f2df550b740a0bb108d04edead62970 0.11 MB 260 111
197,501 197,501 00000000000004838d75888b95fb5d7b28dedd62f87bb0e99a4742ad641ca85a 0.13 MB 261 168
197,500 197,500 0000000000000426196708cf453989f530797e643e822e2c47b931a5b6afa54e 0.00 MB 2 0
197,499 197,499 00000000000006a2179d8f8a98510261e10bd595b5a2a49cfce8e3ad5a0e4842 0.17 MB 444 201
197,498 197,498 000000000000045879d31375e141a0f492154a5db926494e4236bf1f8136f509 0.21 MB 621 169
197,497 197,497 00000000000005614171145c9d5955fa3d7069c26d8160b6aa0633035a9b8e8a 0.08 MB 189 128
197,496 197,496 00000000000003c85fdbfa05b0602f81f658811be7a43857c677fff56dc1b97c 0.10 MB 294 163
197,495 197,495 000000000000066db2b2fe8c2ff51f6dc5c907c81507566d55a3de4827cefe4b 0.10 MB 215 118
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,622.94 GB sent, 92.96 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.