Memory Pool Memory Pool Refreshing

6,247 transactions (2.52 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,003 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,233 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,002 (845,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,040 63,040 00000000024ded3f2b51ad7b26e5f59a86d18722f34eca0bfe7cde86395d065e 0.00 MB 1 0
63,039 63,039 0000000009f2f0946aa6dcd2f02bd5fcb6b25b3d79b9d2a740e984feabf2f974 0.00 MB 1 0
63,038 63,038 0000000002d97979fae7aa8d0697b2c12642c0dbd787876bf6e4309adfedf7ff 0.00 MB 1 0
63,037 63,037 000000000a311bd5dd747f6f5329f78feab8e6db854c0f600deccbd2ad3eff38 0.00 MB 1 0
63,036 63,036 0000000004699e53a53bdd28534f86f6cbc6901673201194525456fbd303c3d7 0.00 MB 1 0
63,035 63,035 0000000009b96a9eabb4aafd04afe7dad44e0e31aa3fcb79e73c0dcc8f4769ce 0.00 MB 1 0
63,034 63,034 000000000a79d228f8ea4f4c24e64d05c9530a41bc81a5f398985880bbf5a892 0.00 MB 1 0
63,033 63,033 000000000b452a26171b42183e833b23a615316376329d04b5874d230a91ddcd 0.00 MB 1 0
63,032 63,032 000000000473a6d6e10c0f88bfec6ed37c5c88575a6bbcb4ae2dfacd2698c466 0.00 MB 2 0
63,031 63,031 000000000a564de43a611e70f20d3e51c9b166aa86ba240fb2306d166feff913 0.00 MB 1 0
63,030 63,030 000000000abe273997dc400f68e050fd91717a9766593c2d2f39c7b13b154ffe 0.00 MB 1 0
63,029 63,029 00000000030a5fa81b6d8c5f59505cf5589fa3f0e2c0ba74f4bd192f7f432e3d 0.00 MB 2 0
63,028 63,028 0000000007a13f5f2161316723eebaf587f04f58c9f8877ea958556503920b49 0.00 MB 1 0
63,027 63,027 00000000065bee7ac830a8f938b6a780b7a8b683f4bdb162d50dd6496be298c5 0.00 MB 1 0
63,026 63,026 0000000008ed285298dfed9c68647141fe047d00ff03d0a369fd6b750a971f9d 0.00 MB 1 0
63,025 63,025 000000000b94c15ecc5ccbe29ab8aed7fdb80eaabafb5bcfdd48946a9a3b1be3 0.00 MB 1 0
63,024 63,024 0000000008b621b749f8ec0a2998939c8ffdad0b6e6fe4ed0858cac79dbaa43f 0.00 MB 1 0
63,023 63,023 00000000015726ddeed17170488fd20c3a1ffcac693ac30c694a0e9e816ba8f5 0.00 MB 1 0
63,022 63,022 00000000017b5b1deee475b69b6a39a2f020680e316d311c5bc31d382f83c29d 0.00 MB 1 0
63,021 63,021 000000000b36e390234f57916ae81b4fc7f85f92550fb981d4060ac7bd947cf4 0.00 MB 1 0
63,020 63,020 000000000a64f11a2cddee831e811ac108ce115cf853c854e7a7bf5852d83f82 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.55 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,867.95 GB sent, 105.21 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.