Memory Pool Memory Pool Refreshing

7,360 transactions
2.32 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (747,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,257 160,257 0000000000000d893d1cca2ed345064ae3925b05cf7d97845bcf429d585f581c 0.00 MB 3 0
160,256 160,256 0000000000000142fff9c30cc5d583485fb04e39de8ddc592e718330196bd5d1 0.01 MB 15 373
160,255 160,255 0000000000000b9d78e66752190a47f1f3124f48d8de1ee6389e31a0fa2d0aa1 0.00 MB 9 0
160,254 160,254 00000000000000f92ab3fcb26040a01176ff848a35c0cbd148ef616de84c6898 0.01 MB 7 3
160,253 160,253 0000000000000e56b58258dd77264c99bba23ee76f52962c247f168725379f49 0.04 MB 58 229
160,252 160,252 00000000000001389733665015a57083e5822e66f649bb64990cda5ea6a2ad8a 0.01 MB 27 176
160,251 160,251 0000000000000b75fc98ebfd3cbe28707d2447b4303112bcdbaece1e25ea509e 0.01 MB 48 87
160,250 160,250 0000000000000200adbe58081ca679b2905cc852110336c47802249c8414ff14 0.00 MB 7 17
160,249 160,249 0000000000000a0f879ace980cacfc09fadcfcb7ce354e7fc38ef1b60e46837a 0.01 MB 15 58
160,248 160,248 00000000000009cd0783714fefdb2b86a0188691e7e45e9ad82726cc09e93b2e 0.03 MB 71 29
160,247 160,247 00000000000009b18f3da6eaddbfccd4d082f1d852c187113a9a2da13b60667f 0.04 MB 42 202
160,246 160,246 0000000000000ded51d0df0f86bcc28d6ba96ea62fd478f6c992fbec7aeb1a75 0.10 MB 37 804
160,245 160,245 0000000000000ab225e76f6c5c35eb0f0ddcba444a23af6ca6703430d4fda12c 0.03 MB 109 93
160,244 160,244 000000000000091b94c7913b11c6705f1774adaf336de086b9ddb0e0969650cb 0.01 MB 25 189
160,243 160,243 00000000000001acaccebae13d005ca4db8b45e8c67d3e117652ae16af8c28ce 0.01 MB 17 121
160,242 160,242 00000000000003b7f89f4e2c68ab37c2d842aa4a0425da163ceaa2adc56f5c59 0.01 MB 12 35
160,241 160,241 0000000000000b5991a4698935fcfa9cd47e3ca7287ac7437d365a632ebe9c90 0.00 MB 13 33
160,240 160,240 0000000000000c9ff432363834e77c741d2694b339e62bfebc270f1673a93166 0.03 MB 67 349
160,239 160,239 000000000000048292e5dcc61c01300d88b1610e2452c7cc92aa03e26db2a190 0.00 MB 7 44
160,238 160,238 00000000000004c1d00eed5eda6974fb69be02a24f7a59827edd789640c6c07a 0.01 MB 20 39
160,237 160,237 000000000000060c34cc5a85ceed8dab563ad85400ed3f8d92979a756d759940 0.00 MB 6 39
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.