Memory Pool Memory Pool Refreshing

26,309 transactions
30.39 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,091 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,826 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,090 (498,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
363,931 363,931 0000000000000000106719119d962d894c955720211f4939e95bff376a9441ff 0.04 MB 76 20
363,930 363,930 00000000000000000d33170c18b9b9656b21e8352d9d21c942ebaeb79590b024 0.00 MB 1 0
363,929 363,929 0000000000000000120e573ac19de3efd3d48c47c89e18dbb790b59bad5e6325 0.79 MB 1,087 22
363,928 363,928 00000000000000000d6fb02c1713c4495552c67a19353040a8b4c31b968fecfe 0.75 MB 1,862 46
363,927 363,927 000000000000000001f9829aabe2a217c97cd3f2845e21265b91a3fd32d83521 0.56 MB 784 20
363,926 363,926 000000000000000010d432a8e356e7a9ecd3e60fdf2fb65501a89e15d62a2af8 0.16 MB 619 86
363,925 363,925 00000000000000000ce11839d244e1f53510dfe2cde5c67dbd2523b6810cdc75 0.27 MB 497 34
363,924 363,924 00000000000000000ea373cbc40d25c4eb67b7e8d43a4c0330a16a4728eff023 0.75 MB 1,443 32
363,923 363,923 000000000000000012a8bb3087ef06e4fc9f0296b20f51f00492c9d9b05060ec 0.75 MB 1,680 41
363,922 363,922 00000000000000000e6d3911b42a793012a207e4e97e6d6cc75a9f3953201073 0.25 MB 437 36
363,921 363,921 000000000000000009199d61b3805e95058a8a960da0b55544615e6c40b6655f 0.51 MB 867 31
363,920 363,920 00000000000000000806e25ec72826301a128a65ae4a58d62a09a52602994516 0.75 MB 1,513 41
363,919 363,919 0000000000000000059a3dcec8a2e6bdfbb36b1df830b3fc7136749a88ee53c6 0.28 MB 341 73
363,918 363,918 00000000000000000aa3c8e30a0bea8a5d7c9a9e054f4870f4c8793dde4bd92c 0.92 MB 1,364 37
363,917 363,917 0000000000000000033dd5919ebc389cf45f57666c85e7bffa7e010cdc846e08 0.05 MB 194 68
363,916 363,916 00000000000000001234502319db5545dc936d9f661c19cf59df1140db559559 0.00 MB 1 0
363,915 363,915 00000000000000001192a009cb2359585417a34425b1410449e844f3e223b2f7 0.42 MB 725 30
363,914 363,914 00000000000000001297b902c5a974f812d434bee4b78aad2d46ebf22ecee824 0.04 MB 83 29
363,913 363,913 00000000000000000fd3948cbac97ca1d32ed096f4660e58701dd663c1b83a8c 0.71 MB 672 15
363,912 363,912 000000000000000014f39013a173e90765ebfce9c9f79379e6552db9616ce6cc 0.38 MB 836 37
363,911 363,911 00000000000000000844ae1db8151caf5a14093289ebcc9375a1d2b9ec28d4b6 0.42 MB 972 40
Previous 10 blocks ↓
Total Size: 684.34 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,335.33 GB sent, 100.56 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.