Memory Pool Memory Pool Refreshing

59,379 transactions
28.07 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,190 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 2,290 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,189 (52,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
819,924 819,924 000000000000000000038becf249fc3646e2b4644e470add2049d739157c07a6 1.45 MB 2,663 225
819,923 819,923 00000000000000000003051de96d146f17568d02e9e6da5cc00fd265e4e1bc85 1.44 MB 3,914 242
819,922 819,922 0000000000000000000367aadbfd01dd5f0e4cd00e4f96d7b8639bb9c916ecd4 1.44 MB 4,007 228
819,921 819,921 00000000000000000001210dfa857bb4aa199c8ff35db156f7a2d434b91f4bce 1.42 MB 4,140 227
819,920 819,920 00000000000000000002d647a6c9a3a1e27c7d9e847f707be71c6263b3ec9770 1.44 MB 3,595 275
819,919 819,919 00000000000000000001b32c653231c4f60108da13a47682e0bdefc4aaf5ee9c 1.43 MB 3,959 203
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
Previous 10 blocks ↓
Total Size: 703.56 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: 2,602.87 GB sent, 235.11 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.