Memory Pool Memory Pool Refreshing

1,087 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 1,084 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (892,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,278 16,278 00000000d72cd040d6fc91506e9fc4234854681d048d03ff5870f18b23da94b2 0.00 MB 1 0
16,277 16,277 000000009316e8d6c5d7ad4255dd539a67b130f2eeddbf9bf89eb7f660115e41 0.00 MB 1 0
16,276 16,276 000000006c64d62a60cd33dc8b3a60be76f9fbe36f19e3b2e6cae4520f6c4315 0.00 MB 1 0
16,275 16,275 00000000bdeb6f38b4721f09f4bc2bf8171329ecb1437f715ae4377b538da8cf 0.00 MB 1 0
16,274 16,274 00000000a658b4a4f47146b5196ab3764d339cb0e55fbe5569d3e3640c69fdec 0.00 MB 1 0
16,273 16,273 00000000d13cfc1d3e556a2c46c240559a8a9462eae27f3b8f5b0b411fd41c3a 0.00 MB 1 0
16,272 16,272 0000000042c743e5b7a4dafb512f7c37b0b1192f19a12e53c3fe2c345ac7a9d1 0.00 MB 1 0
16,271 16,271 00000000be905c88edb210f918bfc7e214a9edbe9791318e6654a44481c7a399 0.00 MB 1 0
16,270 16,270 000000005b2ff6e5fe6a8a680374dd7e8120a130d22d2fd0e6ecc8d6352359d9 0.00 MB 1 0
16,269 16,269 000000003cf333476ee8c4f45128562dc7036f3fbc354bef61473b888f616e8d 0.00 MB 1 0
16,268 16,268 000000002d7bb28f1ebeb69c38ba73adbe1074dd527065cad02ca15fa017c90e 0.00 MB 1 0
16,267 16,267 000000005260df074e5968e17f5ded3f2acdf7875d432a1b3dab913b21737d22 0.00 MB 1 0
16,266 16,266 00000000a4b3c6e49eff2575055515a24b294fec70bbcf30b3934f19002abda2 0.00 MB 1 0
16,265 16,265 000000009101f3a38431907ca7f3d5a4c1f8350b904f1cfb3d1b82c9db48badc 0.00 MB 1 0
16,264 16,264 00000000ae70393e00f5b44b98baa846c28678edb61c61249b51915381150071 0.00 MB 1 0
16,263 16,263 0000000042f6ae5cda798280de87b62da738735beb36e33533dc8e609a466e78 0.00 MB 1 0
16,262 16,262 00000000883698b976bd5089623cdd0ee010e53cc913d68ac547a006e6349901 0.00 MB 1 0
16,261 16,261 00000000f039c077d4306ab541bf5f15bf5bc7963e7fe7eb6371881e3c452dd9 0.00 MB 1 0
16,260 16,260 000000008d5e8a260e034c0cdeffb71450b44bdbb75aeb38cb3290cdb6ba50e2 0.00 MB 1 0
16,259 16,259 000000005fa6c9d83fa89130cdcbaca9cde6d5440c5bf158f81b03e84093a45d 0.00 MB 1 0
16,258 16,258 0000000041e0702f0ba1cd76127eb620320890fdb0763485d30a8f28a4716d35 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.32 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.