Memory Pool Memory Pool Refreshing

8,742 transactions
2.82 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,174 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (809,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,955 98,955 0000000000012a376b0460ed5c71e71a3edc4234c1a4841b539283d775cd3492 0.00 MB 11 0
98,954 98,954 000000000002ef8ec920b9d370af1d541d5bd040c903040f1d9b148cf1afc980 0.00 MB 13 0
98,953 98,953 000000000000671eedaa0c22a24c23ab53ab40f3c5ca314a4dd8e0b775bf6971 0.00 MB 12 0
98,952 98,952 000000000001dbff05800953eca9ca660bc6010c2397e00488900b597e2422e9 0.00 MB 2 0
98,951 98,951 00000000000259bbf583ffbb7d4f41a1355fa6f5116b46ff497e9a27af9c589a 0.00 MB 1 0
98,950 98,950 000000000001d49d272473192821782095c6af8a8da5a82286dcf91548b63045 0.00 MB 5 0
98,949 98,949 000000000003d609ee28791ef63ec8a73882aa0d109cca93ca1600b3fe24b17a 0.00 MB 4 0
98,948 98,948 000000000003c337d96683584155db386ac40a6e36a713296650896c4c14422a 0.00 MB 17 0
98,947 98,947 000000000000e0dca0097ada2e0bbcab2bd1056f1ec9360260047f0bf06cbf1e 0.00 MB 11 0
98,946 98,946 0000000000029456a0e8a48399bcda9f1b02ab465ed04101f7847ed62c39e10e 0.00 MB 1 0
98,945 98,945 000000000002c5c0f939429f667ad2aecf5cc519a196f164d42c929df0568ae0 0.00 MB 1 0
98,944 98,944 000000000000cbbac6a13bbcf2513b5c6a3a364fe29e4bce719ea93fe2ff0221 0.00 MB 1 0
98,943 98,943 0000000000022c26545ebe36f4862def3d95e67ce39c5504c786d8a01d3b181f 0.00 MB 1 0
98,942 98,942 000000000002f606f28f323642c5f779fd9ee46bc6fb959ac8771a0d95060001 0.00 MB 1 0
98,941 98,941 000000000001fe70dc9723d63fa6a8050a104747c37ed925d0864b2899bed2cf 0.00 MB 2 0
98,940 98,940 000000000002eb711a518a138f7e2919b371618eadc09763c752e085703bebda 0.00 MB 4 0
98,939 98,939 000000000002956c18520a49c43338484d4ffc14ca8b37b297676ab2fcc08b4e 0.00 MB 4 0
98,938 98,938 0000000000011f0821ec3673ed71d4cbf2dc4f5bb98b210271ec27116057483e 0.00 MB 3 0
98,937 98,937 00000000000291f25584a91acb733b8afdb0228b283245709bbbea6b0247cc83 0.00 MB 6 0
98,936 98,936 000000000000304bee4d3532f9799fb65e89e4132ae29dbeef40416d9b2415ae 0.00 MB 1 0
98,935 98,935 000000000001d8a21cf387226a739b1f5ca121ba4a359e78cc45719bd9a7f2af 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,844.97 GB sent, 100.59 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.