Memory Pool Memory Pool Refreshing

1,525 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,881 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,519 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,880 (319,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
588,444 588,444 0000000000000000001cd05a287fd22709dcbb416312f129c351a9706ec43bc3 1.35 MB 1,833 8
588,443 588,443 0000000000000000001a285a9ce9316debf5f936649ef8caab384079adfd477c 1.22 MB 2,270 20
588,442 588,442 000000000000000000188478bd1e76eb016b3591e042a00ec0e25ff748e924f3 1.33 MB 2,073 8
588,441 588,441 00000000000000000004ffdc1aa4a7dfd2a3e98ad7521ff17e94a09e09390122 1.11 MB 1,506 24
588,440 588,440 0000000000000000001cfe7796f07d18327095e6533018ccd1407d25e6c624f5 1.20 MB 2,529 18
588,439 588,439 0000000000000000001a8db02158784431b3c93cf2d068244c875847ecf72f06 1.38 MB 2,995 36
588,438 588,438 0000000000000000001b84e25dc30be9c40aa0b7c5353b52aab44e5d5ab8134a 1.28 MB 3,229 29
588,437 588,437 00000000000000000005bef39eb14327b211e46853b8bef9af44b2168992cf9f 1.25 MB 2,370 11
588,436 588,436 00000000000000000018e9a87bf2167544ef1aa5f6c906f9b65ff0de183765d4 1.19 MB 3,271 22
588,435 588,435 000000000000000000097da8a102fd94654599e3dff815370659eef29def4dd0 1.21 MB 3,002 17
588,434 588,434 000000000000000000098f2210889410afa2e32b7868fec01eb01ffd757c9da3 1.12 MB 2,847 11
588,433 588,433 0000000000000000000c47a966da81d05824ab1d9caec7b50bd226ab21a9d696 1.20 MB 2,639 14
588,432 588,432 00000000000000000012e19b88ca231133bc6fe79c81837d33ae1b1cca51ff1b 1.32 MB 2,989 27
588,431 588,431 0000000000000000000491a0cfaac7fd77201caceab58ef6ee90d0b53b407a96 1.45 MB 2,142 48
588,430 588,430 000000000000000000080d594b80e70d192b16ade80ce64950f06529cab45638 1.33 MB 1,945 50
588,429 588,429 0000000000000000001e3b8f9a2c41b8806fc3f857d9fd61618c6616f0f3c63b 0.46 MB 1,060 18
588,428 588,428 0000000000000000001e3a7bd79fe41800a3446e8b86fe6f02dd5c53baf1833a 0.26 MB 602 25
588,427 588,427 0000000000000000000bdd030236efa1e7704aa9bad6e74466d5f8f805b82a13 0.22 MB 487 30
588,426 588,426 0000000000000000001af6a11b9620560276c43766e79b1abe3f43e0676eb207 0.15 MB 333 22
588,425 588,425 0000000000000000001d7dbd7f9aca5def6b6767fff5234110f8b4c395235949 1.17 MB 3,049 19
588,424 588,424 00000000000000000014396caadc23e94b5dfa2b29bc25f01969cc13572e8048 0.09 MB 138 13
Previous 10 blocks ↓
Total Size: 769.32 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,643.04 GB sent, 94.55 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.