Memory Pool Memory Pool Refreshing

5,673 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (754,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,268 153,268 00000000000002c12c065904fa70cf395267294c3fb61cd8d026383583a65b30 0.03 MB 39 87
153,267 153,267 0000000000000a490c9b749a2381b32e01586f004ff59d9ed70f0f063bcf058f 0.03 MB 80 172
153,266 153,266 000000000000017cf55b891b58d4852b8bcc7e1e76988b063c955db72262bbe3 0.02 MB 60 190
153,265 153,265 000000000000007334654b354af82a12428e50d00ec95b6b601823ab8986052e 0.01 MB 26 131
153,264 153,264 0000000000000380bcb06eceb44db2293b93baf2c6b9a3ca307d8913442780e6 0.05 MB 77 45
153,263 153,263 00000000000002468d4312d889dacfc24ef7e8a7846be3c1b8043596a90440ea 0.00 MB 11 4,586
153,262 153,262 0000000000000446c3901e84d171c8d44311b0e089f367863e304794bc6016cf 0.03 MB 73 35
153,261 153,261 0000000000000e09b9ccda3657d990503e24c5eadb1f8fdee89e497dfad7aae6 0.05 MB 64 62
153,260 153,260 000000000000036e1b4a13fd82da8d9be0959a46a9f1b95ac9b200b77715d43e 0.00 MB 1 0
153,259 153,259 0000000000000c0dd1258e63d5e69e4f81a9a72b59af6ccdeb39656dfe971a87 0.00 MB 12 0
153,258 153,258 000000000000075d28b392afaec99b2353492f350cd6c571ef719b49fb58c348 0.02 MB 38 55
153,257 153,257 00000000000006c45fe04f05fa93d780347926e81a27989a42ed02ce48e61a22 0.01 MB 37 50
153,256 153,256 000000000000034b7ec290c640673b0bf20d772f3865b0c9334706bd984e364b 0.01 MB 27 143
153,255 153,255 0000000000000c051559f560af58d8e3042250ef9d0355a38afa817a1ee76bfe 0.00 MB 9 34
153,254 153,254 00000000000007b2c5aba85406002656b4ffdfb254c4826955fc02786936c2ab 0.02 MB 39 53
153,253 153,253 000000000000009abd5f436f7f5d8976da083be660871751b06fbbef15a3862e 0.00 MB 8 21
153,252 153,252 000000000000084fa08fed34ba06bb2cfa0c6f2f7da9e07502859768b903d2e0 0.03 MB 84 48
153,251 153,251 000000000000061eb410a475a2d99ff918a61a21ca2c83e12589cd0563e60a57 0.02 MB 36 88
153,250 153,250 000000000000087b9b3841befade8c10c8b54abb6aa2fd629f197edf70950d94 0.00 MB 11 58
153,249 153,249 00000000000002e6dd776f23c778fcc34ad90f8738e7a36c07f408c581c4a34c 0.02 MB 29 82
153,248 153,248 00000000000001d0795297bab6de6baa9da0c54903ff90729d5a0e90c31bb7e5 0.01 MB 17 217
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.