Memory Pool Memory Pool Refreshing

1,928 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,904 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (4,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
903,251 903,251 000000000000000000003597ab2e02d10ecfc65135d7e67d2d2b2359f3c7db22 0.81 MB 1,121 2
903,250 903,250 0000000000000000000079ab04d4e6e9e92036db0f8654a8ac43c4f46c6517e9 1.14 MB 3,063 0
903,249 903,249 000000000000000000004c41275d0611a96943cf0dac6b5a2b4bf094f8448e8d 0.18 MB 366 2
903,248 903,248 00000000000000000001fbefef2adf3441ccb08ab617abd6d869c9190bc7fbd3 0.08 MB 219 2
903,247 903,247 0000000000000000000197ab76527297296e3c249bfcff35b7425e9a9bd0a6f2 0.33 MB 528 2
903,246 903,246 00000000000000000000ecff626b59f444646e3731739a3f7e6f4405563b979e 0.04 MB 97 2
903,245 903,245 000000000000000000000080e1a1d31ae37aa7344ecd50048e9822fe785fc6c7 0.75 MB 1,039 2
903,244 903,244 000000000000000000001d48a4e4a0321a814979fc3202875a2136c6b3cc9688 1.64 MB 3,301 2
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.66 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.