Memory Pool Memory Pool Refreshing

5,285 transactions
2.29 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,426 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (707,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,344 200,344 00000000000002815a8737d47d8c8c0aae46d1c58ebe1939315d4aa3061c395c 0.09 MB 298 192
200,343 200,343 00000000000000bd426e7b3e7fa4ad550050fad17225dd6d7815ebb5be130813 0.00 MB 9 0
200,342 200,342 00000000000003395e40ddbaec40eca520aa30491d8be7089d547f9a65d805fd 0.08 MB 18 55
200,341 200,341 0000000000000509f95c000fdc9c1a9beb6fae33b248c40488143a5205726229 0.23 MB 598 191
200,340 200,340 00000000000001610b133d1ba0bbf7531e0b89d5601d316313f16bd6e6c2d6e6 0.00 MB 4 154
200,339 200,339 00000000000004b04e93107a3503289704fe2291b43052f9df86667e4eea48b3 0.15 MB 362 222
200,338 200,338 000000000000025c87572da6b7c518f90b9d38db0b2989835165a552ad20e2bb 0.06 MB 138 82
200,337 200,337 00000000000000f84bd6e23a4c5f59141d4413c3383db37da5d5e570c521b581 0.25 MB 593 152
200,336 200,336 00000000000001fa95e94aa8373402e38257e8bbdd6e51b3db9098a1095ca632 0.11 MB 248 201
200,335 200,335 000000000000004f1f0b74385a4c00e83ddb608bf7efee5ffa87641d5dc9f201 0.14 MB 321 603
200,334 200,334 0000000000000381f99c3e77522b81477574ca979b844827eca42a100e72fa5d 0.12 MB 320 245
200,333 200,333 00000000000005d9f163bc54c2030dbf59c0076ae16af3bbb0dd3ce385a79f5d 0.07 MB 105 103
200,332 200,332 000000000000037139f712a8424b11716945296a5db40dd20183f215469005fd 0.05 MB 129 144
200,331 200,331 00000000000004a4ec34ebd32c938237e12c7ac869d728679df0dc050b48cc3c 0.13 MB 356 188
200,330 200,330 00000000000003f6acc339178ce4c7238051472e4c040e7e081a7e2ec09c54a7 0.00 MB 11 18
200,329 200,329 00000000000002795182a6c62988ded2b0238cc43ccd45a820144943eb23c606 0.08 MB 179 131
200,328 200,328 000000000000015f949f7464570e97aa4815a5d543c1f7c2d0e53bc623c6ac15 0.02 MB 49 218
200,327 200,327 00000000000002961efaf053619054b775b4d082d46d736bacccfc32406d30dd 0.04 MB 66 101
200,326 200,326 00000000000003386c55090b193e86330aeb6b67fb102b159c28eaee161cd03f 0.01 MB 17 126
200,325 200,325 00000000000001e2b45884c9969cc951edc67999be176e8b9c2558b655fb295e 0.10 MB 190 77
200,324 200,324 000000000000037822e6aee66af1d2f6a0e44e8886ebdb790d9a6bae733086b3 0.06 MB 156 80
Previous 10 blocks ↓
Total Size: 769.21 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,634.34 GB sent, 93.98 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.