Memory Pool Memory Pool Refreshing

8,460 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,555 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (796,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,170 111,170 0000000000003cb21b02f92845d44bb9911d376f8ed0075aed680d2fcbe1dc11 0.00 MB 11 0
111,169 111,169 00000000000091e0e65a1ee146aaa6c28d5c8c08cac6c219b85147f14ab1d0bd 0.01 MB 22 0
111,168 111,168 0000000000001cd32a8833f33878d588f1196f912fc8a637a92b6e6e2092c6d4 0.00 MB 5 0
111,167 111,167 00000000000000992c57ba6ae8a5e87152989222fcec68c7236935897f7ffa58 0.00 MB 11 0
111,166 111,166 000000000000db47b7a4ea9c52e0d8177863ffd0f10b351828a4ebd1b56e2d99 0.00 MB 12 0
111,165 111,165 0000000000009eb0dda43642549aa790a74d57d25d79187abfd499c92868b41e 0.05 MB 117 0
111,164 111,164 0000000000012476945e66759a45aa0b86e28c4d84dc1003e0ecd5130344fa0b 0.00 MB 11 0
111,163 111,163 0000000000008ee634a9029af134999b013ca069858406756facf6ba31747a49 0.00 MB 7 0
111,162 111,162 0000000000004710dfd1cb22d4fd6d324d4b1be88aa654cfaf38f04dde0e5ae1 0.00 MB 12 0
111,161 111,161 00000000000085019d80b6ff46ed825aff5cf797a8aefa938bd0c0c6bc9a3f1b 0.00 MB 13 0
111,160 111,160 000000000000dd8119c1bf769f024dc25223135c07ff54655d61f95bb1d234a2 0.00 MB 16 0
111,159 111,159 000000000000477ba264ee2d0cb6af86cf4413f41ec38f739ddd527a94479d11 0.00 MB 12 0
111,158 111,158 0000000000000a1565ecd5435210393d82df7ab13184001328fbcef403e310a9 0.00 MB 10 0
111,157 111,157 0000000000009d61a8503ee316e0b00f10a8d45160894d0101a5585060eeed4b 0.00 MB 9 0
111,156 111,156 00000000000110517afee1dad8fed5192990522ab1520901325442750d42a42e 0.00 MB 10 0
111,155 111,155 00000000000118414da7030276a10f5dbded7bbda323f164881c156181bc9cc7 0.00 MB 13 345
111,154 111,154 0000000000011e002ff72ab482bea907a3d0b39875b76c5677689e532994edc0 0.00 MB 1 0
111,153 111,153 000000000000a784dbb2ae89a926cbfd32b64df45146aa1b1880a7dbf2b6c10e 0.00 MB 1 0
111,152 111,152 0000000000012d7129235a3122f7d16ddbb6be528a8fa182d559c780c0006fe7 0.00 MB 10 0
111,151 111,151 0000000000005caa48e4d7c1e43a72d12ee58810021c84489b6a6dcbc8be194c 0.00 MB 12 0
111,150 111,150 0000000000012a68024a0482edb3742e05c2e7317ac24e7b8aee52462179d2bd 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 769.04 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,626.89 GB sent, 93.09 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.