Memory Pool Memory Pool Refreshing

8,797 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,717 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,180 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (697,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,371 210,371 000000000000042a9ed06772197b8ed48bc04b5315221095083bf5db9dc6a544 0.12 MB 305 172
210,370 210,370 00000000000000598691675b089b1bb5ade41e31a75fda7430c4faae3e100b90 0.20 MB 369 160
210,369 210,369 00000000000003ced440f59ab15fb56a7536f653875bebb20fd3ad7dfd82f097 0.19 MB 470 179
210,368 210,368 000000000000001eee1888bc317df9e990b2aa4014690534bcfe6f96e53e61e8 0.25 MB 587 194
210,367 210,367 0000000000000189e0cecb7e0df8e8e6d9ce9879837807bb288a93d647d0d116 0.31 MB 638 184
210,366 210,366 00000000000003f86793368d94024e94d9659776ddb37220e692fc03292a683d 0.05 MB 116 115
210,365 210,365 000000000000025ada4cd2207f019adf073050b0576957b66f257137c5c0897d 0.25 MB 586 182
210,364 210,364 000000000000023b574fd7ad4784d7b307b0fb68cd360da6fef894a2c0b86ddf 0.05 MB 138 87
210,363 210,363 00000000000002b35d3503b342006febb581ab0f9186eb7ddde1bb15f8a41bc3 0.02 MB 43 131
210,362 210,362 0000000000000461b077ce9cc3b82db8d39659e3e3a76910601d3770ef18528a 0.10 MB 237 156
210,361 210,361 000000000000007d723d55edce11528235fa078d7e7325e617751e3c267c544e 0.00 MB 11 202
210,360 210,360 0000000000000051ecfef1fe340a6f8632cfd3ed7dc857bad1c15d9d3fbb4912 0.18 MB 502 303
210,359 210,359 000000000000020f00b6cc650712465b895296b03ebe27d2e1f173195fc2ffd1 0.05 MB 113 196
210,358 210,358 00000000000000795b062febbad5f0db4506fa856b56ed81f9a359c1aac4ce9a 0.01 MB 19 233
210,357 210,357 000000000000045860661a5c8f96e34ab68e379b976e0550200e13379d39a630 0.17 MB 482 198
210,356 210,356 00000000000002de4613ea1c28df13adb3de51c7ae0e065a984892463183c76f 0.03 MB 104 198
210,355 210,355 00000000000004406c2ce1816c861c008dd1e8ba13f7e853c37339ff80d3d593 0.11 MB 304 186
210,354 210,354 000000000000002fd8edc2c445189351c1f2c6133d587a1ccd688718f911c45e 0.17 MB 360 140
210,353 210,353 0000000000000008ad7ba1bc2f7c4e35fad48b8acf3521e3531857011cbdd48d 0.25 MB 715 185
210,352 210,352 0000000000000496e0d6bc9f524ea15cd2a47de38c45e30c9c184b590a18fe76 0.25 MB 878 229
210,351 210,351 000000000000005ec4b38d6301a7cf527960cd5ee3b0d2500cf4aa3c0bdf5301 0.25 MB 627 170
Previous 10 blocks ↓
Total Size: 769.01 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,621.59 GB sent, 92.92 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.