Memory Pool Memory Pool Refreshing

5,131 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,738 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,965 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (566,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
341,401 341,401 0000000000000000171137287df7fca749dde778ae6168e6e22254edd7582847 0.13 MB 283 18
341,400 341,400 0000000000000000122bc60cae83932c8a461960bc6258e124339de69664b424 0.36 MB 531 24
341,399 341,399 00000000000000001006f6f38eddf946c128947a89e6157331b0e7151ee95965 0.42 MB 814 24
341,398 341,398 00000000000000000551426f56bdd9407cae1664ebaf31b3463dd576eea30ec9 0.61 MB 1,118 27
341,397 341,397 0000000000000000108af6d7115e6f4b7e84114baf614e4ed9a0a2983eda73ef 0.49 MB 495 15
341,396 341,396 000000000000000019d4ed92fb2156bbaf66ba30ce192936e2c4bc2148b22046 0.09 MB 256 33
341,395 341,395 00000000000000000bd9dede2707b532a4fde0a7e30344cdca08bf620c846e1a 0.39 MB 906 26
341,394 341,394 000000000000000003e7e1e023cd43c2aff85c63d356a1a68e1657e1af5f34cc 0.21 MB 286 22
341,393 341,393 0000000000000000150d9d8d058727b2fddb82ab63cb011d8b3c62d71892f8a4 0.34 MB 659 24
341,392 341,392 000000000000000009a434f7eac38e6c4988b0efe3d0d8c186791a5fa9293c0f 0.51 MB 934 30
341,391 341,391 000000000000000007f70006754971d4f190ebc9f602fc572e5d9b22d3739fce 0.45 MB 740 26
341,390 341,390 00000000000000000f9c5bdb3b5060e27f39bc94f7dfebe9f5c59f3ca44e28b7 0.10 MB 166 23
341,389 341,389 000000000000000017e4e35f99ea3928866cf33cd43d7d97f42b9d00adf65dd9 0.10 MB 116 18
341,388 341,388 00000000000000000df6a0d8a296604bcf65a8bf7af045d982457084662cbd94 0.44 MB 743 26
341,387 341,387 000000000000000013ebc8b53625c8d4ceaf5de1c78c69c6e124526324faa437 0.48 MB 1,059 27
341,386 341,386 00000000000000000529abb80489e235cf269f3038bd4a3f10b3cb96ca28da03 0.36 MB 615 27
341,385 341,385 00000000000000000211f825aebdcb75c1183a5b1080f75c83c63eab9423e8d3 0.15 MB 292 23
341,384 341,384 00000000000000000ceb2ea85e6501cf685a6cf1901a429b6fcf9e366a9f9bda 0.26 MB 608 27
341,383 341,383 000000000000000012d66daccf23f3d0dc77eea799bca40ea34118e1600ee5b4 0.10 MB 245 15
341,382 341,382 00000000000000000bafbeb893ec5583e93f5a6df28d4c6350fb3d86e8223143 0.06 MB 119 22
341,381 341,381 0000000000000000094b5baf0552683cad938f617161c03ecd1ca85eab9f5c13 0.22 MB 413 22
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.65 GB sent, 93.14 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.