Memory Pool Memory Pool Refreshing

61,083 transactions
27.39 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,521 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 2,950 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,520 (73,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
798,695 798,695 00000000000000000004c0a6342fefb47c38cf7dcaf35c296975fa205c24e864 1.61 MB 2,257 10
798,694 798,694 000000000000000000000d24cd1a1792a593cf73081f6be3ec725d9a9c443504 1.66 MB 1,660 12
798,693 798,693 000000000000000000027abdbe59d6fc6b8c72ed05ae484bb3b48b8977471f54 1.56 MB 2,087 14
798,692 798,692 00000000000000000000c54d8a6f2fca73ae227cd478ca784040fe3264d74595 1.44 MB 2,920 23
798,691 798,691 00000000000000000003a42755c9587d8ea095deb2e386f666a9644578e6527e 1.67 MB 2,653 11
798,690 798,690 000000000000000000043c95a4cbde0fb6478cd78d2a5e52cee66a6c37211f5a 1.59 MB 3,245 15
798,689 798,689 000000000000000000048b15632ab75a063de6cce28f0594fd7e9da9dc11b825 1.88 MB 2,016 15
798,688 798,688 00000000000000000003bebc831f9f4b0a9f2bc40fe90a47b5f7402becced2c6 1.25 MB 1,990 21
798,687 798,687 000000000000000000032b354f0e632133e324c49b512d5d524de990a22336c9 1.39 MB 1,886 20
798,686 798,686 0000000000000000000297bf099bb30318b1c2126e32fd5fd74da6fcc33a6305 1.55 MB 3,490 26
798,685 798,685 000000000000000000007c09c4947e6cbaf09bbf53b3b1fe5894a2db526f75f2 1.54 MB 3,299 25
798,684 798,684 0000000000000000000008e5e0628f32b37d5a43eff94e9e56656cb86c5f92db 1.85 MB 2,302 19
798,683 798,683 00000000000000000001b6e087e3d2737a26445a1117b219952f6d775401f108 1.73 MB 1,690 27
798,682 798,682 000000000000000000004f83444a719a5f6acff5c2f434b710e3cb269c2cc3fa 1.33 MB 1,862 17
798,681 798,681 00000000000000000004eea45eaa27ab0349c0a66a647b15663a5782d5b69579 1.53 MB 3,374 27
798,680 798,680 0000000000000000000253164dc05782c8bf2f032f12a04b8a685c9cb495907a 1.38 MB 2,688 19
798,679 798,679 000000000000000000029e46c9d0f0058e9c565a21fde6feb8bb9fb3987c3290 1.37 MB 2,716 23
798,678 798,678 00000000000000000001e6561ef35c9268bfdd400fdb1c385694bf29ee7b4f31 1.51 MB 3,539 26
798,677 798,677 00000000000000000000f29cea1d2d5b7e8a470ae0d802feae05ebb2411fccaa 1.64 MB 1,898 23
798,676 798,676 000000000000000000038f86ff5d1843a7796608a5ec7aea5f4ce67f85e5bbbd 1.45 MB 1,445 10
798,675 798,675 0000000000000000000298afd4322e2b390724d00c82b5dd4c17d85c191d3c9d 1.48 MB 2,686 14
Previous 10 blocks ↓
Total Size: 704.16 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,643.32 GB sent, 238.90 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.