Memory Pool Memory Pool Refreshing

2,794 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 sats/vbyte 3
2 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
908,143 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 2,786 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,142 (631,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,043 277,043 00000000000000031f296d793c2115679b011ad97906df6efe2092938f8e423a 0.15 MB 140 15
277,042 277,042 000000000000000105b7c49e29367e01375f38593bd051e2e48e99921c2d4118 0.20 MB 405 54
277,041 277,041 00000000000000019a72a0835f496975fc02df55d7da78208981d3757bff5ed6 0.15 MB 279 39
277,040 277,040 00000000000000022ddf85a22045b43aefa2e0a5a3f6572e185ae8412d738b9b 0.24 MB 402 35
277,039 277,039 0000000000000002d484e7913606b487431671a454018b8b854c3c2a169434f5 0.03 MB 84 165
277,038 277,038 0000000000000002aa0f3201a82d6e750e7e68436319b369b66a819c3514b6b7 0.03 MB 63 51
277,037 277,037 0000000000000003363cafc57493bd170c21ebb3a664668e6b19186b84d5beff 0.16 MB 261 30
277,036 277,036 0000000000000002e68aa1b43e9f0a3b2f8a10d11348dc3a1792065877a15a91 0.03 MB 51 106
277,035 277,035 0000000000000002f799697fcbef8c9d085cf434e46429a17dc12b32a25b8c2c 0.04 MB 93 52
277,034 277,034 0000000000000002cedf14025fe607a626bcd96c763e1a13290db68cdab6d777 0.43 MB 311 19
277,033 277,033 0000000000000002a698072cae83d800db3135127b4679825844e997c817d72b 0.03 MB 86 104
277,032 277,032 00000000000000030c9fe90902cfaa288053732fa34b5a5d11f9b2d37f555199 0.07 MB 21 12
277,031 277,031 0000000000000001572eaa9869016ed6a6a4898d559303683fc4b007d5c984a2 0.25 MB 265 26
277,030 277,030 00000000000000008426038a81dd4cf5fe54c836a45d4a7e3fa57b6862a2e8af 0.24 MB 215 30
277,029 277,029 00000000000000010dfbd311d54963d0a5839c599a2ffa1ad644fe5273f17bd8 0.21 MB 328 48
277,028 277,028 000000000000000059c4d2e0f2ef420ac14ae418999ae48166aec5f7d510ac97 0.13 MB 223 55
277,027 277,027 00000000000000022b31812106926967ccc3379eeb0e2e0a7d2909095d2d0b75 0.38 MB 374 27
277,026 277,026 0000000000000001fa2040368f32b60e4ee4bb906b687c9100d204a1e80fb0b3 0.25 MB 168 18
277,025 277,025 0000000000000001c6782b982d67f9cdfc7af5548cb2b1d25f9d9f65df001cd0 0.25 MB 664 63
277,024 277,024 0000000000000000d1dfceaf91f5eb341ffa758a004e71e399b8691fc83d28c4 0.25 MB 394 37
277,023 277,023 00000000000000032cb3d0b765ad0412f5f03affc1af79f4e5cf51f0d0eded3d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.82 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,680.55 GB sent, 96.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.