Memory Pool Memory Pool Refreshing

9,071 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,847 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (729,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,364 178,364 0000000000000aa0dba6f8d97ea96913c28dd74d3c97646d3ca43b1c7577bc72 0.12 MB 260 114
178,363 178,363 00000000000008965e3f163e4a0c24a4d6e4d67b80cf3b6c47ad4d3526329504 0.01 MB 20 73
178,362 178,362 000000000000078824cce348d21ff838d9986d8d5c0b77373bbfcd925bf3b999 0.02 MB 57 132
178,361 178,361 00000000000006cd088923b74777f228e56a3f5335a2e83f1e3d63ba5fdc2d33 0.05 MB 131 121
178,360 178,360 000000000000083c4d718901feeaa77afb88f23f829466f97664c540db63b65c 0.05 MB 127 126
178,359 178,359 0000000000000903b27c78b45f97d12513ee3b59bf4e63c31f0cddd239d7be9a 0.04 MB 77 149
178,358 178,358 00000000000002c61e63fd08e77a0d60c5f566dbe5ce278b6eb8fdbe29e9995b 0.03 MB 97 404
178,357 178,357 000000000000065adb28cb7d7a1d2b042f37594e810996ca14a8663aab320da7 0.02 MB 59 139
178,356 178,356 00000000000000a2d1e088f9c0b1546ec9da1eb5717e5a668b0d79e2cd85ee2e 0.04 MB 9 80
178,355 178,355 00000000000009e465156ecbef0e702f9a5ac7dcb523e562aa04248eb57bfc73 0.06 MB 86 131
178,354 178,354 0000000000000176bfca30309648bdb410a505dc43ef01c543be16fb84595b8a 0.05 MB 148 95
178,353 178,353 000000000000004fc22b0eaeba0ed0ac6c3bd74e0eabaf1bda22671a408515db 0.00 MB 9 394
178,352 178,352 000000000000062165b606434d2d8a441fdb17b0ff9ed98c79a761c042c60092 0.00 MB 9 127
178,351 178,351 00000000000002719caf4e1defc2d3b0e4258b960932fc91111c90341f0aac76 0.01 MB 41 214
178,350 178,350 00000000000007cfe4560c0cc88228ccb037b5d5353746647531836e4ff9232d 0.01 MB 16 70
178,349 178,349 000000000000081e6f1b948b0dec3f8108952023ca4ddf1846233a3a950d1764 0.02 MB 63 126
178,348 178,348 000000000000038b7e4e548da5a091c751c564a365c0b422caf58f7b98578357 0.00 MB 4 157
178,347 178,347 00000000000002e2870c92efef7b5e016d4ef7f5f63f5ad9d32df60ca97ae269 0.02 MB 86 10
178,346 178,346 00000000000004cffdeece6ddc3daac9c906edc23c63d59483038692bd8c7b7c 0.04 MB 95 171
178,345 178,345 000000000000010bffa2d5357420c450ca97630c04d4c946191276ed9d8a2923 0.04 MB 105 100
178,344 178,344 00000000000007ea459e9e8ed9b0b3637df9250f041380165c65c2d55ec653da 0.06 MB 134 114
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, 113 incoming
  • Data Transfer: 1,616.38 GB sent, 92.72 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.