Memory Pool Memory Pool Refreshing

5,560 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,732 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (87,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,918 819,918 00000000000000000001c8c091da5292b30c54cb7a6ba33a3c33db5e42df4ae1 1.47 MB 3,468 182
819,917 819,917 00000000000000000002f9fdcc3505c8951e631850f4d8390305b8669fcc4a45 1.56 MB 3,990 180
819,916 819,916 000000000000000000002f77779b4802b31c4c538629a601384cd6413d7f6319 1.48 MB 4,088 202
819,915 819,915 00000000000000000000e9e145be64ab62b1c3d4322fe2656266a4c6302bbf4e 1.44 MB 3,972 227
819,914 819,914 000000000000000000009aed5c5d6139a6142bcf9365fe438a896e9980349145 1.45 MB 3,902 191
819,913 819,913 00000000000000000000586ca38a60f581c4eab7311038214fdae3ced21fa55a 1.47 MB 4,056 209
819,912 819,912 00000000000000000003fe441db72915c0365fb3b5a10e4ddaee1f4aa99c78b2 1.48 MB 3,683 171
819,911 819,911 00000000000000000000b7ef2ebb650a62f984242d2f153502fcb4d11c55c5d2 1.56 MB 3,856 174
819,910 819,910 0000000000000000000396d41159ed4a4b4da893242188ccd3c7de2f66b57869 1.52 MB 2,697 184
819,909 819,909 00000000000000000002a924e6b1b4a171941a4527f367d4be520c01913d97dc 1.47 MB 4,052 209
819,908 819,908 0000000000000000000100bca2a03c99cd6fe573f30892ce5cff8f97991edc92 1.36 MB 3,701 232
819,907 819,907 00000000000000000000de0233d4fb0bb60fd7fc18c4784afbde7d059811b9fc 1.54 MB 3,523 186
819,906 819,906 00000000000000000001313db684c9fd5549d95d6880e21f0c0530932d8bf875 1.41 MB 4,025 231
819,905 819,905 000000000000000000037a6e9e03fe42d32875ee897afa0375fe8509f9bdf8f0 1.49 MB 3,931 213
819,904 819,904 00000000000000000000e090a882968969617fbdcf896db3ab1331ecc600b9f0 1.48 MB 4,121 207
819,903 819,903 00000000000000000002188800bb85ffe09a892d75e3fa91cf2ffdc46a229788 1.49 MB 3,196 184
819,902 819,902 000000000000000000001407e65b46ba9d1bbf09a1302b50137abda87354fa85 1.55 MB 3,398 188
819,901 819,901 000000000000000000018f59c6e6ebb272d300590726503fa0a9f8ca6d65939e 1.56 MB 4,426 195
819,900 819,900 00000000000000000003f8264dd209624c390e8974c73818fe054127606eb2c5 1.48 MB 3,822 222
819,899 819,899 00000000000000000002cb4252e0dc3ad07aaf562bcb63f7100539738dd9eb5c 1.43 MB 3,508 200
819,898 819,898 00000000000000000002da726e591e9005f200a7ba091cf7142b0a7e9806602d 1.46 MB 3,380 233
Previous 10 blocks ↓
Total Size: 768.98 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,616.00 GB sent, 92.71 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.