Memory Pool Memory Pool Refreshing

12,156 transactions
29.12 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
864,202 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 5,621 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,201 (164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
864,037 864,037 00000000000000000001d5d3edd98dfede14b8663ea49bfff9348c33bdc41d69 1.80 MB 2,843 2
864,036 864,036 00000000000000000002c123e9534094fa4278e9a8b7a3933324a7de4f7c0781 1.74 MB 2,613 4
864,035 864,035 0000000000000000000099ced903067d57ebb7f17fb16f64847309b2fc1844f3 1.96 MB 1,034 2
864,034 864,034 00000000000000000000a5a1faf7fdf64573b55a82ee6b697f75f13c432672fa 1.91 MB 1,951 3
864,033 864,033 00000000000000000001336cbd0c43837f269ba30c12547709398377b8c172c7 1.88 MB 1,880 2
864,032 864,032 0000000000000000000264baf6d4520fef8c2d155af284c53894794c4ddf5e35 2.12 MB 811 1
864,031 864,031 00000000000000000002f598c06c23354fcd64d249abce73aeacbd8aa9194136 1.79 MB 2,274 3
864,030 864,030 00000000000000000001c60bff61728e1e31809d70d74c2215be70ada491959f 1.88 MB 2,357 3
864,029 864,029 00000000000000000001c7f25cc7a0c42792a6e3ad761df100a1bf0b76a6237f 1.96 MB 1,591 2
864,028 864,028 000000000000000000024912534caf5e3700e01348ca7fb20d8ddf96d1b8ceaa 1.80 MB 3,130 3
864,027 864,027 0000000000000000000198947c2215d9bfe7fc3ec0ac7afc1a0f695e38a7b0cd 1.92 MB 2,232 3
864,026 864,026 00000000000000000002620c9feb66690e72d99ce3274f8a4a8fd94460279898 2.00 MB 2,330 3
864,025 864,025 00000000000000000002da2c298712212b5824398d17fb83d9d1c3a35577963b 2.08 MB 1,347 1
864,024 864,024 000000000000000000008095d0b0d95f7b8e0e0fa192a5b4329e28c8bf1300e1 1.62 MB 3,857 2
864,023 864,023 00000000000000000002940860270fadd8f375fad9491233eac91c2b1057f039 1.77 MB 4,568 1
864,022 864,022 00000000000000000002f8bb4c362e17c9fba2adaa712dc67825eebe6ac6de65 1.76 MB 3,221 2
864,021 864,021 00000000000000000001b7caabe519549ec9a2af222094a2692d4f347bad3445 1.79 MB 5,000 2
864,020 864,020 0000000000000000000156526305988abcb1cd01567dba6b28ba69820c6f6392 1.71 MB 3,792 2
864,019 864,019 000000000000000000032220a26d34ccf159d807c308181abe769c8f3e0dc40b 1.76 MB 4,638 1
864,018 864,018 000000000000000000006a93bc774a92b5bd4a9dcfb69de4c0ac03ca954737b7 1.67 MB 3,101 5
864,017 864,017 000000000000000000008a7ba4acef8c4b628fdd5159d9949de46ced88ae84f3 1.76 MB 5,247 2
Previous 10 blocks ↓
Total Size: 688.43 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,625.26 GB sent, 127.54 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.