Memory Pool Memory Pool Refreshing

5,672 transactions
2.45 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,924 (4,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,272 903,272 000000000000000000007368cb368b3ed0e8c8cd44505ad035196667a4e0f97e 1.84 MB 3,209 3
903,271 903,271 00000000000000000001bb62af9027786fc101771a7f47eaeddfdda54948d605 1.70 MB 3,982 1
903,270 903,270 00000000000000000000591eb7386b9da8dd7562cfe30ca40a5d2521ccb89147 1.37 MB 2,214 1
903,269 903,269 0000000000000000000127a8e629d15909cd3be34efc67834846357390dd3ec7 1.48 MB 2,417 1
903,268 903,268 0000000000000000000208ba6bc7722b6f81d115e2103da7b614c607af0ba119 1.74 MB 3,423 1
903,267 903,267 000000000000000000023506205c04278b8314e117c757260fa502522cb8de21 1.56 MB 3,162 3
903,266 903,266 00000000000000000001bca0426ccce24700ba9fce9279d2b838923262618162 1.66 MB 3,591 3
903,265 903,265 00000000000000000000437f64acafc073803d7e04a4435196d1bf626a9742ec 1.59 MB 2,980 2
903,264 903,264 00000000000000000000d219fff4d1c6a6ee9dee52ffd7659e0bb84a3a259c5a 1.52 MB 3,284 2
903,263 903,263 0000000000000000000256c122e1739a70c3bd374afec6e404ca1d5d1a2f1a38 1.80 MB 4,254 1
903,262 903,262 0000000000000000000151502d0dae95d57555914c381318eae3a0e8305f3385 1.69 MB 4,196 2
903,261 903,261 00000000000000000001833bf3db7b5ee03c43dc1e8bab79c5530fec4f40e7f0 1.61 MB 4,110 5
903,260 903,260 00000000000000000001212d640ac3f0900956e5151d92970ca94ed36919983a 1.68 MB 4,235 2
903,259 903,259 0000000000000000000199445fe69dd6f0a1ce399f4f45e5bae9d8d889c0d44d 1.69 MB 3,784 2
903,258 903,258 000000000000000000021b7d59ad58051c2b10de4ff804c5f608099ff5d7a88d 1.28 MB 1,353 1
903,257 903,257 00000000000000000000947d8872ffc8c676bbfb1bdc33d073fb916dde74ef4c 1.68 MB 2,481 2
903,256 903,256 00000000000000000000fd351f3bce1d82869435bdb2622860564bb1e4371e88 1.88 MB 2,693 1
903,255 903,255 000000000000000000012f39f35dc741c94d56cac7f70b4ac4b29ffaaf0540e7 1.52 MB 3,510 4
903,254 903,254 000000000000000000002454cbbfc63534454f980b67b140bc7e59e137a57f7d 0.36 MB 497 3
903,253 903,253 00000000000000000000bd6023b5303c78f74a9624ab79df3b31b9ac2d11f494 0.50 MB 1,305 2
903,252 903,252 00000000000000000000cd18dda2e33df024dd2cb97b1d4163dc347f6251da0b 0.81 MB 1,097 1
Previous 10 blocks ↓
Total Size: 769.40 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,644.74 GB sent, 94.97 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.