Memory Pool Memory Pool Refreshing

6,618 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (507,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
400,337 400,337 0000000000000000009204200601af062ade954da7a30a840ab0628c75ddbe3a 0.30 MB 689 39
400,336 400,336 000000000000000001b135ef44886abadaad5251be55448881a37c2f5eec35b2 0.47 MB 1,070 40
400,335 400,335 000000000000000003e5335b9912a45d9d3cee04ad6f5b5bc429f690ca1ac1ba 0.29 MB 355 21
400,334 400,334 000000000000000000bf4437912d7df42ccb07546b49de43612daec111b93385 1.00 MB 2,707 46
400,333 400,333 000000000000000001a177cb9457b539c121ed0c02dddd1977ffe244c75d0fca 0.09 MB 177 38
400,332 400,332 000000000000000000580105cc4c5b5bba3d2800af41ac73c31860333f132ffc 0.11 MB 172 20
400,331 400,331 000000000000000000939aff3f8474c36e354066ce1749ac6ddcf62c60178798 1.00 MB 543 11
400,330 400,330 000000000000000002ef42937664b9f11724318e69aecd30cdf6b773aff5e153 0.69 MB 1,142 26
400,329 400,329 0000000000000000008226cbd3ee88467afaec1115c8167eceff1acd77dad436 0.75 MB 1,950 53
400,328 400,328 00000000000000000645b87068b62c487017a1efb7b71df46f3bd538013ccb46 0.73 MB 1,003 19
400,327 400,327 000000000000000003db88e81153969c42a446dcce5fc0b0e1cf40db6964f3cf 0.93 MB 2,791 57
400,326 400,326 000000000000000002b97963efacc87a9e81b63e726b13a407c633c64b1e09e6 0.22 MB 196 18
400,325 400,325 0000000000000000038ee9adfe05cfc42423418764e94525865a07fe44deab13 0.06 MB 150 43
400,324 400,324 0000000000000000019803d9db57721693d46bd5a91e66a7e6e1e091fa855427 0.99 MB 1,087 20
400,323 400,323 0000000000000000014b8d5e8420f0271ed189370d2a4a208ee8230b7820ea80 0.57 MB 1,174 37
400,322 400,322 0000000000000000011036e20117341152d37f79f0e3cf804a47eabf7ac1e13c 0.18 MB 340 36
400,321 400,321 000000000000000000c3c4cb3d1fa5d8c3b3ec72de6dd2cf1a355a6586872a94 1.00 MB 693 13
400,320 400,320 000000000000000004b7465f6310314f9e41b7a1354ba51fe66d3d009f718b13 1.00 MB 1,574 24
400,319 400,319 0000000000000000009955d2c801b0149e20c93318b46607792ab87a40f72124 1.00 MB 2,560 50
400,318 400,318 000000000000000002a3e271b08e62cb895e4cc9affd934a61bf41e2766a10f6 0.75 MB 1,661 51
400,317 400,317 000000000000000002bfc6f8cb66d8605ba8b4a8bb8965828f3519314ef66286 0.55 MB 953 32
Previous 10 blocks ↓
Total Size: 769.27 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.32 GB sent, 94.25 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.