Memory Pool Memory Pool Refreshing

8,633 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (603,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,308 304,308 000000000000000012c6a8cdd595ce815589da8165bacab479725167f995b784 0.09 MB 101 22
304,307 304,307 0000000000000000426936a3f715122631ea63a3b5f78ad1703753c039990d14 0.35 MB 628 30
304,306 304,306 00000000000000003c480f75f57f5020cccbb485b9292f13b7b111b506d7f8a6 0.29 MB 365 21
304,305 304,305 000000000000000056c9e7b24b88b009339e539a15cd6504028c797565a9413c 0.35 MB 218 22
304,304 304,304 00000000000000000e2d4edb304dafc4221516a5855092bd138abd0ee9bf8eaa 0.35 MB 229 24
304,303 304,303 00000000000000003df60ae7fd04dcd1c46296db98942a680d7567fa5a527cb5 0.35 MB 201 15
304,302 304,302 0000000000000000284dd974754ad239cf4cdda7ce2e593b4b5aac4489708402 0.35 MB 444 29
304,301 304,301 00000000000000006147875f3dff28d2083e46cab83797db68d36964146ffef9 0.17 MB 210 26
304,300 304,300 0000000000000000447956d7d6c78a470b4753333e0add2a866bfbae9f200e7e 0.05 MB 20 13
304,299 304,299 00000000000000004417bd4f199abaed996014bab42c07d1ee8332ae3315dd94 0.22 MB 299 25
304,298 304,298 00000000000000000e53985141fbb669fdbee5a3d367c947ed85076bff92631c 0.53 MB 998 29
304,297 304,297 000000000000000048c06a0cc3db83b79a271f5070e353442ec3f30787a2f2c3 0.11 MB 95 12
304,296 304,296 00000000000000001f4525fec2daf383605ea98e009d3b796540d767c9710ea3 0.27 MB 309 16
304,295 304,295 00000000000000003a58b64d2b55674e66d4b5ff053e5bc1741552e2b2daad71 0.25 MB 782 43
304,294 304,294 000000000000000045a672b3136bf26882ee4e421e6ff7dc24abc446153d3574 0.37 MB 519 24
304,293 304,293 000000000000000051bfed892a79b8003d3fd93ec0ad4b50ea42785fce47e636 0.28 MB 496 30
304,292 304,292 000000000000000014e66d3ff5013cc59c0013262cf6191e343d30790bec8bf2 0.08 MB 24 2
304,291 304,291 00000000000000003c5be4d3febf16f5352dc65edc830f678496216c7f075a7a 0.61 MB 1,127 33
304,290 304,290 0000000000000000358c9bcddf8cf6ad92714fe0df313fb09a4d7d066f22fc62 0.67 MB 805 23
304,289 304,289 0000000000000000429979f20a6e2e108cd915e47a58dd3e239751d9778738c5 0.06 MB 63 12
304,288 304,288 0000000000000000135449f6811c4779af15de853679cbeeea18cfe03b8c010e 0.24 MB 270 22
Previous 10 blocks ↓
Total Size: 769.01 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,621.31 GB sent, 92.91 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.