Memory Pool Memory Pool Refreshing

21,395 transactions
28.18 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,711 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,049 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,710 (159,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
703,698 703,698 00000000000000000008f6309600345615a2f769892ae96b459e816ff235a0dd 1.50 MB 2,825 9
703,697 703,697 00000000000000000004155c8aef586faaa24a7a76498fefe2637218b40e1c2c 1.54 MB 3,249 15
703,696 703,696 00000000000000000009a292a55455fe8b857cc8d9dc049bf0f30f42c6610054 1.55 MB 2,317 42
703,695 703,695 00000000000000000008b5cb4d434daa1a70ad860f6be4dda5a8cb8cfad251ef 1.75 MB 2,221 14
703,694 703,694 00000000000000000000f4d02c410a8cd8dc2eb5c7cd3594fd0a3b6561c328db 1.44 MB 2,664 5
703,693 703,693 0000000000000000000ddd92bb3e3f8e303f769287adc8dc5578667da410a32d 1.68 MB 2,920 11
703,692 703,692 000000000000000000062430ebf423bb5eec45401b220a2735a46c8934d0d09d 1.57 MB 2,550 10
703,691 703,691 0000000000000000000cf00cfb2ba71c56728532156ede370ceab181b13aa80d 1.56 MB 2,814 4
703,690 703,690 000000000000000000096ee3230f12f036a5b02a3b709a2ce5575f62d5ddf795 1.51 MB 2,871 10
703,689 703,689 0000000000000000000a380a3bcf79b38c4130d4996ebe80186cb56d6ed33b9d 1.53 MB 2,831 10
703,688 703,688 0000000000000000000951cd351d797329ab918fd7210bdedaec386b3ad4d0e0 1.48 MB 2,874 10
703,687 703,687 00000000000000000000347f5a917e1143172c8b2efaf94f058b80be9cee1a71 1.51 MB 2,824 15
703,686 703,686 0000000000000000000123d30cbabec047b36f039fac4470da67dc222907ab82 1.57 MB 2,464 8
703,685 703,685 0000000000000000000de3fd3e1e5ab7c3c1b13eadf1bbc3952feac052db247f 1.26 MB 1,081 5
703,684 703,684 00000000000000000002a353f8aa661ae001f24099a112a511a3fb26c6ad88c9 1.53 MB 2,992 12
703,683 703,683 0000000000000000000dd6b4cd8de763bfec729a0ce335fdba29e53d370348b2 1.42 MB 3,339 8
703,682 703,682 0000000000000000000044cd0bd631fde905e7703263f437610e71fdfc328db4 1.45 MB 3,114 8
703,681 703,681 00000000000000000009f6dc23068ad583207aaafca607d7031ca7d84157683b 1.33 MB 2,185 7
703,680 703,680 000000000000000000032aca344c9550895fa8c82e9ede4ad9fc69aab1b732c9 1.51 MB 3,468 18
703,679 703,679 00000000000000000004aea2d0b9f32a9b680c0ef76eaf6d0600c623956cc893 1.35 MB 2,151 11
703,678 703,678 00000000000000000005cc581c88e676c5aa6d90b6cf800a2592c7c9b953ebe5 1.49 MB 2,209 35
Previous 10 blocks ↓
Total Size: 685.53 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,384.75 GB sent, 108.95 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.