Memory Pool Memory Pool Refreshing

52,413 transactions
23.46 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,043 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,565 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,042 (660,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
201,925 201,925 00000000000003112a2f742171037266e41d11df153431b359b3162b8693c3fa 0.12 MB 361 189
201,924 201,924 00000000000001951082211da27726c5788a09f9d172853e33f64783d6efefb8 0.12 MB 234 95
201,923 201,923 00000000000002b170cd44e03de2678c5f9992ff1cd6276bfbbaa8891072308c 0.02 MB 67 68
201,922 201,922 000000000000012c9a9f36881572a1dbfa9b6ad256a8ce02f4296fc7d2517b4a 0.25 MB 688 191
201,921 201,921 000000000000055f2e89b27c15fcf90cffb1372a38d16ef2c54d45c7d404462e 0.05 MB 154 125
201,920 201,920 0000000000000321c3282315627941b2243953adf5479ab5a1c522ed01e4e88a 0.00 MB 13 43
201,919 201,919 0000000000000167173913551fbc5644a751c32ee5ef9ccc9a1915f8c0bead3e 0.02 MB 43 145
201,918 201,918 000000000000055c59498e2f7672cd8e644575fbccc20af61ad110a08f8a6c63 0.16 MB 354 128
201,917 201,917 00000000000005420e1b41d428c9cdf24e935ee766b7fc33fd922333163b4d57 0.02 MB 57 143
201,916 201,916 00000000000004316bf59248a0a6ddcaeff424dd30fd8c46a458c9032427e0fa 0.17 MB 455 137
201,915 201,915 00000000000005474383f298c63f91fe9c0fd82e14e7f03107e0121ed3c144a4 0.06 MB 198 87
201,914 201,914 00000000000003e234768bdf0dca86fa152e4968c6b2d6e68a4ad1ec0f71582d 0.02 MB 84 109
201,913 201,913 00000000000002bd0b1952ea2bb9c4efecdb5fd2b6ac18a3ef9406d374a1cdb3 0.34 MB 732 448
201,912 201,912 0000000000000346f284040328812d145cfbd0f582cccf35b5b42769a2f485db 0.25 MB 258 99
201,911 201,911 000000000000057a4584302585fa12142ce2dfa1c49400057ae76b38858ad41b 0.21 MB 464 139
201,910 201,910 000000000000025acb4bb19529d587744cd0e8a4fd5bc82b1b1e827f54395a3c 0.05 MB 149 200
201,909 201,909 00000000000002b496caeba9ea6b07ab333294f6e1a24b12a45b9689522e8e90 0.02 MB 38 107
201,908 201,908 00000000000005328c46b84072035759c6db2df833a63538e8b1ab0528494240 0.00 MB 12 155
201,907 201,907 0000000000000133e7eaf11dcdbdf694e8ae971b745a061da8c723d4958e709e 0.01 MB 40 143
201,906 201,906 00000000000002ea04a55ef7dc0b5e75e928ac4095e6df54e11c5b82a8040ddf 0.06 MB 118 124
201,905 201,905 00000000000001e32ad98248a1fd29efbab41238c7e0a85f6f48fbfeced1b5e4 0.02 MB 36 130
Previous 10 blocks ↓
Total Size: 684.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,330.62 GB sent, 99.97 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.