Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,581 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (849,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,293 59,293 00000000069110e883bb10ed7b8d2d6bed0ec5a98b2eeb237e32c06ceab37ce8 0.00 MB 1 0
59,292 59,292 000000000991f374a104cdf1eb4983580516c7659061ff9bb61567907658acec 0.00 MB 1 0
59,291 59,291 000000000054b5acf768cdc974d08240315ec2ff603866e131e9b84805429dcc 0.00 MB 1 0
59,290 59,290 000000000a2dc243bde1cb1148af8894c77c970eaecc2d1fdf24e4be798047c9 0.00 MB 1 0
59,289 59,289 0000000009e5d1f8ce31b266e51cd929c646f851dd50bbca6d6c5e36dbfbc3c3 0.00 MB 1 0
59,288 59,288 00000000005a5bf4e2ea8007d2f4b79b076a56169504edf8ca3738dd04227bee 0.00 MB 1 0
59,287 59,287 000000000bcce55d25d14a3d17b117d1155f8aa4445357276bd78394a2d7dc7d 0.00 MB 1 0
59,286 59,286 000000000dfa8ccdf252096b5bda15dcc354b56a917817586ec4f2f4d739783d 0.00 MB 1 0
59,285 59,285 0000000001bbdd85b6d2ee1586bc0a180e129c494617808bf0ed02b653af19db 0.00 MB 1 0
59,284 59,284 000000000abbf0541c4a7b9c4c80f9c03eb0c1fc20d109fc509c2c74a23404fc 0.00 MB 1 0
59,283 59,283 000000000924df7694edf6ebef8c1a7d271ea883b34f66c17cdfc8b3a8885817 0.00 MB 1 0
59,282 59,282 0000000006b601928c5139ce1f0d0c85ed7e3ecfd343a55349c126a1d150a6e3 0.00 MB 1 0
59,281 59,281 00000000018392d908e896c981f0c5eeb62837c29bc05f141afdb5948d3d379e 0.00 MB 1 0
59,280 59,280 00000000074cb7af4686a2791c7557da97231d4c08d60d355ba21ab600020a92 0.00 MB 1 0
59,279 59,279 0000000001190bb753c6a78e6a5be46828d73e7f644fca339a896526f2572f6b 0.00 MB 1 0
59,278 59,278 000000000409d470d40815bccee9e6b970d95da6030a21cd2b383c591e62f470 0.00 MB 1 0
59,277 59,277 0000000006ec629e243ad58bbd487b95a5c87c6692b2e8f2d98b860112a5b6ef 0.00 MB 1 0
59,276 59,276 000000000eada3f5be15fb8910a63e499b7aeb6f89d1b6315e296e57b6668cd4 0.00 MB 1 0
59,275 59,275 000000000032965e1cab9de770eb4b6eb347dafa83033b882c8533befd026c49 0.00 MB 5 0
59,274 59,274 00000000082efdf10e597e28d962eba4fb68713aec7b87a9dd9e4d56ea4fcf96 0.00 MB 1 0
59,273 59,273 000000000e2acba391a437010c174725a6f3b9587f4ae792c78b54ba41754165 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.76 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.