Memory Pool Memory Pool Refreshing

42,178 transactions
31.90 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 863,062 (653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
862,409 862,409 0000000000000000000154fa225e6c36787358be8bcb8f2f3d6a9f317a4835ee 2.15 MB 2,198 4
862,408 862,408 000000000000000000021bed852514c0dbf40b76197db9bb1edd8ba388dcd7a2 1.63 MB 3,675 5
862,407 862,407 0000000000000000000065691d300173a19526018199cb10a6539ca66752324b 1.63 MB 3,826 3
862,406 862,406 000000000000000000007bca7ec6b7acc805356b43a4750a0d48761164cbfddb 1.64 MB 3,790 4
862,405 862,405 00000000000000000000927fa7a862fc04894d3f2d97de2bc5096d1509033bcf 1.54 MB 2,806 5
862,404 862,404 00000000000000000001f09533c1b8a55d264ed4b0895bdfe46486121c4bef25 1.47 MB 3,559 10
862,403 862,403 00000000000000000001e6635c3e72a630985cb3b08024029bd243b893f2ac38 1.73 MB 6,624 1
862,402 862,402 000000000000000000020e2b92f5591a5f19b64d3d14a8df57c4e3b7fc57443e 1.64 MB 5,284 3
862,401 862,401 0000000000000000000063d8a5c04a3272ef8eba34b66403b26cbe672364771c 1.64 MB 5,962 3
862,400 862,400 00000000000000000001c0d023b6f5f76bfec2114eb983ee872a61f1c371f6fd 1.63 MB 6,530 1
862,399 862,399 000000000000000000025df304bec2c34563cda3d79d2145f421b339ebee754c 1.61 MB 4,010 4
862,398 862,398 000000000000000000022ccb917beffa73b702c6050425c6cce81c6e75203093 1.80 MB 3,315 4
862,397 862,397 00000000000000000002000bdf1f7f96b963fe99f3372888920b287d1f42cc53 1.55 MB 4,580 5
862,396 862,396 0000000000000000000154b9bc35d6ccfc97cc896ef84c543e8e3251cec64897 1.62 MB 3,919 5
862,395 862,395 00000000000000000001741e7faeacd4b01528c508d61606ea2a5934f4b88b53 1.63 MB 5,531 3
862,394 862,394 00000000000000000002dbe070ff1a1b573f801b27de1dd59063e7a746f06bd1 1.58 MB 5,973 3
862,393 862,393 00000000000000000001a78eb6d28a353a2c368195107b9a237311ea1db18cde 1.62 MB 3,974 3
862,392 862,392 00000000000000000001f95aec22ad2f20760748b79b727eeba37087d4e4fb93 1.47 MB 3,236 7
862,391 862,391 00000000000000000001dc0ebd3ec88ad4f306351d40f547cd6c12c64863788f 1.70 MB 4,652 3
862,390 862,390 0000000000000000000212bf5a531b7b6163defc8a3858677a56b6f6e0cbd870 1.64 MB 6,804 2
862,389 862,389 00000000000000000000d7c0ba832004e0d326c639b005aea90d10a9eea92f63 1.77 MB 5,340 2
Previous 10 blocks ↓
Total Size: 686.21 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,417.92 GB sent, 113.51 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.