Memory Pool Memory Pool Refreshing

3,957 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,472 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (595,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,263 312,263 000000000000000004589a17fbeadb919fd85161777ddb148eb617f57890072b 0.14 MB 220 26
312,262 312,262 00000000000000000ed1a7c4c0272213969dd58bb65e2f9b6906563aa4b00415 0.15 MB 309 26
312,261 312,261 00000000000000002b52f4f294674e773845401b56a570bc26f40e2b0386f47f 0.16 MB 262 27
312,260 312,260 00000000000000001f8fb78d159cdcf1e231da91a95ce134427cf51f4a36d258 0.12 MB 171 27
312,259 312,259 000000000000000010b792876ae6628961ab6c2ef0c9e6467e393d4f272d3959 0.18 MB 272 22
312,258 312,258 00000000000000003d5312a1ed2be2083fa04df6f1066243368591f5f9560861 0.42 MB 746 28
312,257 312,257 000000000000000031dbd112108d413ef9f73ab83976783fbaf059c10a5ad2db 0.18 MB 290 24
312,256 312,256 0000000000000000160b30623c07340ac1d12fedff47a7adfa6d12c32d3eb5c1 0.42 MB 746 27
312,255 312,255 00000000000000001e5c3405b568a00fb356a4edacc6babc059690755cb8701c 0.15 MB 281 23
312,254 312,254 00000000000000002d9773e796a0ef1e1a8ae28a795a1de96b4e81ef9f0ce4b9 0.33 MB 420 20
312,253 312,253 00000000000000000f321018720f407126731fac7edc9ffa2a226cfbe1ea831f 0.25 MB 647 36
312,252 312,252 000000000000000018eb3a159389ae4ae2de329d0237e009399143bc10461273 0.12 MB 224 24
312,251 312,251 000000000000000000b111e174d2184b64d0ef29f25eeec1fb6d5b37e06ad244 0.18 MB 332 24
312,250 312,250 00000000000000002a2166d0d724bff2e0a9af9d1afa207e63d6e2e0be76af13 0.32 MB 718 38
312,249 312,249 00000000000000001536229cdbba869150d6e56f5490e24fefc3e331f367665d 0.03 MB 64 27
312,248 312,248 0000000000000000244ce6fce6707098228715a4551939be5b792913557cbaf1 0.15 MB 248 38
312,247 312,247 0000000000000000153d7a8d8f411282cf165c3243149595bd8d490504c0a9b1 0.16 MB 289 22
312,246 312,246 00000000000000001363cc3b9fe0bdb6df0ef353afc61607657c21c743c6412e 0.01 MB 33 21
312,245 312,245 0000000000000000179bce169089e21c781dd410248c98b662b8fe54a7004024 0.28 MB 505 26
312,244 312,244 0000000000000000219fb83bd70f567ecd56a2e92e9e568bb69f6f92895cb8f3 0.01 MB 23 43
312,243 312,243 00000000000000002b0b726cbd884737ac135505833d6b4c593d1a40c0998fc2 0.14 MB 263 27
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.33 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.