Memory Pool Memory Pool Refreshing

4,015 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,735 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,718 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,734 (211,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
696,285 696,285 00000000000000000004b424c281231743a4433fc33433058c35ed60ae860fd1 1.36 MB 2,553 10
696,284 696,284 000000000000000000011cba0ff3c309d89fefd75df4d52a23a6019dd5964f44 1.24 MB 960 3
696,283 696,283 00000000000000000005dc5a8e32d7fff208d03d300d06eac726d76937f7fd09 1.46 MB 2,657 23
696,282 696,282 00000000000000000001526e458583eb1659bef1ed925131e6c7a50c0257ebcb 1.14 MB 993 7
696,281 696,281 0000000000000000000c1b6ec20b79c81c1c50f336a5fd8f6d96ffd6bb287033 1.47 MB 2,748 20
696,280 696,280 0000000000000000000544d9bcb396f9d6fe7a895855df78b66b7847bb02303d 1.14 MB 480 2
696,279 696,279 0000000000000000000cefb86486f57fe3037e1c89ce9ded26ab68373f8cb122 1.47 MB 2,973 15
696,278 696,278 0000000000000000000afc6a78b033e393b686514d0008793e1ed8d479c8093c 1.00 MB 81 1
696,277 696,277 0000000000000000000330316a57e338a6f0d3421547ae7b6ef2080f651d8487 1.24 MB 1,399 2
696,276 696,276 00000000000000000005a0b6b6561611d34ccee4483c3e631c69c652e4240db2 1.48 MB 2,911 18
696,275 696,275 00000000000000000007f944a66e1a9393c4a3ddcfa4d2e59eda3a3c7468b512 0.66 MB 1,181 3
696,274 696,274 000000000000000000044401ca50db62b03dfd45d8cef69c8e99cb350bdc2fc1 1.49 MB 3,089 17
696,273 696,273 0000000000000000000ae702616c8cacd44e8531980fa7cc21644bd90c7fbc19 0.62 MB 1,148 18
696,272 696,272 0000000000000000000f7d99224106102f3b2e2f2ff54d07d50db6ab0bea8d1a 1.22 MB 1,459 6
696,271 696,271 000000000000000000095907c7fee621c43b71c27133b3b2e41856f8ab8ef38e 0.99 MB 1,749 10
696,270 696,270 000000000000000000084d3752ef345a8667bcba7fa1b22632b6262591655641 1.37 MB 2,597 10
696,269 696,269 00000000000000000000987bb9e34ccd4e56a10db98cdbade450bd9195038bf1 1.30 MB 2,206 4
696,268 696,268 00000000000000000003d60f7d73ab81e6090277bb492453342ac78359fc1c2c 1.32 MB 1,838 9
696,267 696,267 00000000000000000001e19473be366772752658102135769bf69957b7568727 1.38 MB 1,785 9
696,266 696,266 000000000000000000067894489710d3b70e59e268b64e6a6bcbb6e10c60979a 1.51 MB 2,790 8
696,265 696,265 00000000000000000011c0b4c693e784cd426bbf59d2eed272ddfbb581b77abf 1.55 MB 2,940 6
Previous 10 blocks ↓
Total Size: 769.05 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,627.17 GB sent, 93.11 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.