Memory Pool Memory Pool Refreshing

2,492 transactions
1.06 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
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
907,996 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,175 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,995 (765,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,603 142,603 00000000000001cedc8b7678c927bdd5898520cf12454d57886ed1154361ffd4 0.02 MB 58 224
142,602 142,602 00000000000007e35d2b1701831fb7167d60bc9c19e1ebb4266fd1399400f86b 0.00 MB 5 53
142,601 142,601 00000000000007d2142f5d95005afd71e6f8a2c2b8cfef4af8d8e5c3e5ad90ea 0.00 MB 2 193
142,600 142,600 00000000000008d78e7a6e315b9ef038d18353aa0c66191ce4187de630d68c4b 0.01 MB 7 27
142,599 142,599 00000000000006c0a802e3d400369eaf9e0ccb5f81540e3cd1a38f412418fc4c 0.02 MB 35 196
142,598 142,598 00000000000001835c3128810e9e9375d558a7717ead32006eeedf823427abc2 0.00 MB 3 144
142,597 142,597 000000000000016de6e0385bbbf3d24bf7501e2feac5c9ca1fcd8049a6f9b233 0.01 MB 15 161
142,596 142,596 000000000000033766c80bff5639f1f6c96e7989566e73051aeca3025704ca86 0.00 MB 3 216
142,595 142,595 00000000000006778c3385ac6ecc3f600a48011e0c347a1d8dc9f6c21ff8761d 0.01 MB 22 147
142,594 142,594 000000000000058e2656c471d64ffbcafde3be9bb15e1365b646066f4a866fc7 0.03 MB 98 77
142,593 142,593 000000000000038ea76d551339372f66a1ad9cb4799ff837ad4bdddf00ed1e45 0.01 MB 42 113
142,592 142,592 000000000000054abc82de64f7355a46fd1813e1bd2aef0fb6501c0afa562e8a 0.01 MB 19 201
142,591 142,591 000000000000054bf470d139dd41193cdebd022dc310702122e1291d0c0a2390 0.02 MB 34 238
142,590 142,590 00000000000003b923414b20ad0cb13eaeedf00e767128ec701ba9b20d9b7738 0.02 MB 37 159
142,589 142,589 00000000000002a5d61c09a6d83fb24f140c8fec078c3bed898d90c0671d9d97 0.01 MB 19 666
142,588 142,588 0000000000000181fd0452deeefc7db9e0f441ec2d94d13d274ab22fed5a44d5 0.03 MB 104 31
142,587 142,587 0000000000000051d69ebe9b120c9e4771f67e93a5a808495fc712926248e0e3 0.01 MB 17 27
142,586 142,586 0000000000000042ddf971c3ac0d62ba1742c8019ab85b6845e1eafa07e02b7f 0.01 MB 43 87
142,585 142,585 00000000000008a60d3985a00fbea709a0a7d72c3a162627746dc3c768a1b42e 0.04 MB 77 298
142,584 142,584 00000000000004917d0a7120dc299cd796c8f3f306911a1ece2304517ecfdb53 0.02 MB 30 163
142,583 142,583 0000000000000468b9702ab21337aeefffd6b6f691824d21cbdf43e29ffa1438 0.02 MB 40 264
Previous 10 blocks ↓
Total Size: 769.54 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,648.20 GB sent, 95.63 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.