Memory Pool Memory Pool Refreshing

6,180 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (613,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,300 294,300 00000000000000008f06cc0e9ac75d7474a65756c1e94ac0fc68da20f68b74f7 0.19 MB 312 28
294,299 294,299 0000000000000000b050c72d00321fbde09b224eabab510f56036b578fa341ec 0.12 MB 195 32
294,298 294,298 000000000000000042b10cdcb6f81dd8f7d5ae1b74450bbcb7906ff01c12374c 0.22 MB 373 28
294,297 294,297 000000000000000064941a6df24eadfe15e718cf443ee87636118719a1f935a8 0.30 MB 626 37
294,296 294,296 0000000000000000b7a12a4c2e77b71d6938ce3489eb44a36757d362ac2705ac 0.21 MB 371 31
294,295 294,295 000000000000000008d46018a9007b5e364e9ad473a9b56c7fd8e820dd7fc628 0.10 MB 187 31
294,294 294,294 0000000000000000daef9feaa497f5336ab1b6c0a1cb8dd0cbed95d9889a9fd8 0.04 MB 85 34
294,293 294,293 0000000000000000c8b676ed40401a777b0d067136bde5166d88debf0059a273 0.14 MB 281 35
294,292 294,292 00000000000000008c71361d6615e96cb40e3fa1e6149379a28067a2332280a4 0.25 MB 406 33
294,291 294,291 00000000000000008ced90640f06789760199f6d7dc3ee404ef793fb8fa3ee7f 0.13 MB 277 35
294,290 294,290 00000000000000007e18f1b04315d0392f3b387fb2ea499291ee0d56f40c0ceb 0.35 MB 422 17
294,289 294,289 0000000000000000b619de7e576d70f0e1de9eb177dd4508685939de1d78de6d 0.37 MB 645 33
294,288 294,288 00000000000000006833e66cf84da6f85a2f9e80d83e06b35575578696153c37 0.10 MB 92 16
294,287 294,287 0000000000000000b9aa996eeb8bf45c51cf32b2ff4d74c5cef2a014dc7054fb 0.02 MB 64 45
294,286 294,286 0000000000000000ccbc9947e27dfe5d4296ca88c30d896fb4d2089b98042997 0.20 MB 372 30
294,285 294,285 0000000000000000289506cf81f38c4ecf9f6cecf95c1ed6bcbc9cbbaf4ac685 0.08 MB 45 6
294,284 294,284 00000000000000003bc4d0d8303ac5a0cc5ec47d43e384a21b0fafa83123689d 0.10 MB 144 24
294,283 294,283 000000000000000057d9ec421ab1de9509c94a47bee642b87101d203e612a181 0.08 MB 184 38
294,282 294,282 0000000000000000919b02b460fb3345d2ee1634c97f223e101a1ff2d00cd33a 0.05 MB 95 34
294,281 294,281 000000000000000032a4b9a3412122aa8fb66b265af8d631389ae2994e1a0dad 0.12 MB 194 35
294,280 294,280 000000000000000023b23f0f31d6ef7a3b70063609e427c42a0f4f46258fac52 0.04 MB 72 145
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.