Memory Pool Memory Pool Refreshing

32,145 transactions
24.62 vMB
Show Random Selection Loading Transactions
Max Size: 149/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,456 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,090 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,455 (1,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
862,090 862,090 0000000000000000000308a0013b44e9bc77a1cccb2d6e287e7d9ff5d9aa1d1b 1.61 MB 3,279 7
862,089 862,089 000000000000000000017c1756547a08b24e10e9a321dbadea3d46aaa9ab9da1 1.74 MB 4,979 2
862,088 862,088 00000000000000000001d2f416f04c496afaae06957c5c2462c5ae472fa86395 1.74 MB 3,852 3
862,087 862,087 00000000000000000001a997bf267b0333ba700e9fd6061a5a2529a0d8955218 1.67 MB 4,702 4
862,086 862,086 0000000000000000000139d95d687a84c2570e0bef623f8a5b8494cdece587a7 1.76 MB 2,004 2
862,085 862,085 0000000000000000000123424c4931ebc88a1c1709ff6ab4923817d6a412a9b1 1.63 MB 3,115 5
862,084 862,084 00000000000000000001f614a5c638930418dc0f88add92d9c7683e07b810755 1.75 MB 5,676 2
862,083 862,083 0000000000000000000305548d353c335711254c72b29ed09c94ce207cf041c2 1.89 MB 2,102 3
862,082 862,082 000000000000000000003b3425abb05687e51d910153633272fde84dbeb74664 1.79 MB 2,123 4
862,081 862,081 000000000000000000001da5a9a24b40fe5b0f68625c87b9d6d264992e64cde7 1.54 MB 2,469 5
862,080 862,080 000000000000000000001804cb3b5fa1eaec26da4fdf290fd0ca6c36674f52e5 1.90 MB 1,021 2
862,079 862,079 00000000000000000001d38de07082d160e53677d14bd5c45cc49d28d12422ae 1.62 MB 3,140 3
862,078 862,078 00000000000000000001262f9ce5541e53015b4ddd5860fda0915036a669cdfc 1.76 MB 4,034 4
862,077 862,077 000000000000000000005a8ec98fca26c0e9b92b9ce5173f6ffb48d0898c562a 1.69 MB 3,219 7
862,076 862,076 00000000000000000000558a1399114edc9450ea1e7c287d7ba6540fcacd7167 1.68 MB 3,266 5
862,075 862,075 000000000000000000023a4519acfdf983afc9e47001ada6d4e791ca681c7f87 1.49 MB 3,290 10
862,074 862,074 00000000000000000002d74136523d3dffd25139c3519b94a85749913bf5f9ed 1.70 MB 6,934 2
862,073 862,073 000000000000000000010325877656bf1dd42065b0516610f474568bf340f150 1.85 MB 2,551 4
862,072 862,072 000000000000000000001d9b8281b1b6c4e47891b66a7f2e4cc48f7357165b98 1.61 MB 2,934 6
862,071 862,071 0000000000000000000197ecb4d43cd9d12bd0adaa1ab4e59632d4327c2c7d0f 1.64 MB 2,342 5
862,070 862,070 000000000000000000000f5e3779e41ba1b7141f126e9e0af6acc1d1e0569c19 1.32 MB 1,904 8
Previous 10 blocks ↓
Total Size: 686.99 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,500.15 GB sent, 118.30 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.