Memory Pool Memory Pool Refreshing

1,102 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,074 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (771,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,479 136,479 00000000000002e6783834d79e002131ef9c964303129e88c764692f2e8fff5d 0.00 MB 11 431
136,478 136,478 000000000000047e77354cf2babc462b380e6ea4d2b3e61a947123960934c1d6 0.02 MB 36 620
136,477 136,477 0000000000000153dbab4cf106fc4b092f3b40887358e55acb74f7377abb6390 0.03 MB 95 92
136,476 136,476 0000000000000940e8c3e65e013c5439426ed03016adc5cc5584e8740d2aa63f 0.05 MB 165 116
136,475 136,475 000000000000049538973f7e64c6026da453b44dde79dff13e8a397a8aa50fd1 0.02 MB 40 452
136,474 136,474 0000000000000307d1d491bc8e0c13edc826aa2fffc32b002789f2a7796e12cc 0.01 MB 36 101
136,473 136,473 00000000000008e77c4ef10f14f019cd40ad162f54c5905ea348c66b16f968e8 0.08 MB 213 203
136,472 136,472 00000000000001cbcab11ee6cdbbb269ecaaf6e0c2739d93e61abedeca8d50c5 0.06 MB 150 907
136,471 136,471 00000000000004e94347fa3e6e4da9c9524b19db89a0500c850a27e41ce943a9 0.02 MB 41 586
136,470 136,470 00000000000001e9e6252b1899549afeea8cedd9170658764daab4ebda48e4e9 0.02 MB 33 524
136,469 136,469 0000000000000664682de2722612eefc339f76dfec8c29e943ce3751f97ea345 0.00 MB 11 0
136,468 136,468 00000000000006bdc232da6a61f563660bc2491dcfe3c8a0f2d961c7d16cd77f 0.01 MB 31 340
136,467 136,467 0000000000000450f9387ad2d27e9931f2764c6e6081f14cba0ec42e63cae230 0.00 MB 15 845
136,466 136,466 000000000000089ca877bb941387a680c027315f13529f07ab17efd5026aa39d 0.00 MB 14 518
136,465 136,465 0000000000000a1aa5877a0f7fec0a768208febdce57528927aa31edd7b05934 0.02 MB 43 0
136,464 136,464 0000000000000133eb55026c4d3b84701cddf047e6ad281e44a73f9eb7361d70 0.03 MB 56 249
136,463 136,463 000000000000052050fa7deead05be7c675d16faec8d5b43aad1e894918fed15 0.11 MB 196 1,684
136,462 136,462 000000000000024f0fd59b205c1bf7082662a62ec3a2315d23637e38360a86a7 0.02 MB 35 938
136,461 136,461 000000000000013fd83f35a478cba3276a920d7f3ab1b7eb1ee4528d6dd6dd48 0.03 MB 62 569
136,460 136,460 00000000000007e5e89bb42aea2cc123967610299a61f9d64b91e48e1c38c12e 0.04 MB 73 225
136,459 136,459 0000000000000595cd15535acf6921da90300257a37844f92119aa7d87d35d10 0.02 MB 25 575
Previous 10 blocks ↓
Total Size: 769.28 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.48 GB sent, 94.30 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.