Memory Pool Memory Pool Refreshing

21,812 transactions
28.26 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,694 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,693 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,693 (429,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,051 434,051 000000000000000000f49b9de8b535a56c3f97b639b63375349d7a9803cf8abd 0.76 MB 1,661 65
434,050 434,050 0000000000000000031acb2dd8284dac8fc4356d72c6019d76de28700198fdca 0.85 MB 1,470 60
434,049 434,049 000000000000000001624cda368ea16b5b01ff3cc4b2b818130425df72ed3f58 0.97 MB 2,299 64
434,048 434,048 000000000000000000a15e2684e81bd3f65cca1f7c81835aa07ea0fb242c75c0 0.83 MB 1,668 44
434,047 434,047 000000000000000003a74a0a9f45d6ab53ab78f103cf1abb5b6faeceab2ee0ff 1.00 MB 2,126 51
434,046 434,046 00000000000000000315ec41602a47d471124bb0a187807e9e53df68e621e8a6 1.00 MB 2,487 94
434,045 434,045 0000000000000000005dbfd0012fd8940a721c4bb2d6bc1eca01fe55ad731d9c 0.10 MB 94 34
434,044 434,044 0000000000000000016097c94b2e08721b3963207bfc14c9c6e88488f84c9e88 0.97 MB 2,074 60
434,043 434,043 000000000000000002def5cc2135d25e835e10cdd698db142709ca6bf95ed0b1 1.00 MB 1,876 51
434,042 434,042 00000000000000000279e32a6a2772214c87bc725170462d6b1ba90619a83384 1.00 MB 2,239 61
434,041 434,041 000000000000000002704162f478527d4ba13a97ffefb24037f5ff69544cc493 1.00 MB 2,948 88
434,040 434,040 00000000000000000424110e1741871bb06aa1479e16acf3d124b8bfcd46ef59 0.29 MB 485 52
434,039 434,039 0000000000000000036c6cc13873869c7d33e8f5796647aa36364896ed794a4c 0.14 MB 82 32
434,038 434,038 00000000000000000142b48901ee6754fc72ccd6f64df3f0e7bc8b52741d27ac 1.00 MB 2,040 54
434,037 434,037 000000000000000004005df9a58a7bec0b80366cb7d45fd9f2b615b3645e512f 1.00 MB 1,458 82
434,036 434,036 00000000000000000039f4433c2440753bf48d50449f96626e347bde110a5e16 0.24 MB 394 56
434,035 434,035 000000000000000002482f4c1eeae6e0e43adae11e361af93301855101a9b7df 0.98 MB 1,936 63
434,034 434,034 000000000000000000fb8e25a2556034d03555af639356581e0de0aed625bbeb 1.00 MB 176 3
434,033 434,033 000000000000000001e9e64a6cce343d4648c3a38604072c897d4a816a26dc76 0.98 MB 802 23
434,032 434,032 000000000000000000e555326289d674a5cd4c0e550b2439c0e6198cb7aec5c3 0.99 MB 556 16
434,031 434,031 0000000000000000042adf0f637e316383e08b0348e8711f9c5ecf6199956041 1.00 MB 795 25
Previous 10 blocks ↓
Total Size: 687.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,517.92 GB sent, 121.93 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.