Memory Pool Memory Pool Refreshing

51,524 transactions
32.95 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,483 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,401 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,482 (71,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
797,897 797,897 000000000000000000044988f80bf1b18a70f8cbb392e251bb7d06632778652e 2.16 MB 6,664 4
797,896 797,896 00000000000000000002964734692563595e55ae3b7b50a55b0596944ce3bafb 2.16 MB 7,021 3
797,895 797,895 000000000000000000016cd3829c2b648e58e8313ca9f3b746d299a520c2c467 1.63 MB 2,519 8
797,894 797,894 0000000000000000000254ca41d17acd193b1cc7ff6e7d298e25ffd6fa33aa69 1.42 MB 2,239 3
797,893 797,893 000000000000000000008d20df2b9f95e9c6d646f968067595b9bc39c0d8aa1a 1.56 MB 2,422 10
797,892 797,892 0000000000000000000210fe659bccb999aac9df08e4938f62680b4477812eb9 1.81 MB 3,929 5
797,891 797,891 000000000000000000010dd248677ae9a2dcb78e4a7c8b7368e70037363dd469 1.53 MB 1,816 6
797,890 797,890 000000000000000000055494071e93506b1533a9c3ee06e97446f0ce4835ee1a 1.83 MB 3,208 4
797,889 797,889 000000000000000000044f299f3856563cf315f9eea6c41ca170ef5d6a2b331d 1.56 MB 2,332 9
797,888 797,888 000000000000000000042e8029db6c719ae2093e192ad0a1adfbee05f384dea6 1.63 MB 2,259 9
797,887 797,887 000000000000000000009dd7ca2e479ec9c78740fe71a2b9afd9270a6560d420 1.68 MB 3,010 5
797,886 797,886 000000000000000000000f1e16dc73e565f83f84bd7bb620137a4b3f786530ac 1.58 MB 3,459 8
797,885 797,885 00000000000000000004a4f39885fe9cce1c79750623a50446d1dd7da680da5f 2.04 MB 5,904 3
797,884 797,884 000000000000000000014ab70a82c3ed0e0f155c1bccc4942207de5adf5f4879 2.04 MB 5,691 3
797,883 797,883 00000000000000000003eec843589c4c68f073498b032b1f0f0a2ed2d5e0aa8e 1.82 MB 3,690 5
797,882 797,882 0000000000000000000142079bfa368ece64c51eb0ae94cdcb96a8a3757c42d3 1.83 MB 4,004 6
797,881 797,881 000000000000000000018e4e8b0f859fa9c7025327aa693c0670975c64482985 1.89 MB 4,763 4
797,880 797,880 000000000000000000014070b53e4c1a6e600cc4d099c2924e93022c1bf245bc 1.62 MB 3,517 7
797,879 797,879 000000000000000000034f9b2ce2f05a6bc88a46f40c151f82d66bac9158db39 1.52 MB 2,529 10
797,878 797,878 00000000000000000002ce655190116a4af05e61f1bab5504cdb69f2e8ba5a4e 1.46 MB 1,502 3
797,877 797,877 00000000000000000000b39a398a507b946ac1ef3f230823a612471266e5db02 1.70 MB 3,680 5
Previous 10 blocks ↓
Total Size: 698.49 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: 2,090.75 GB sent, 200.67 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.