Memory Pool Memory Pool Refreshing

3,110 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,916 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,093 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (797,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,960 109,960 0000000000003d0aa1eeebfcf5852f2f59351a827673834d1050c4110a38ddbb 0.00 MB 12 0
109,959 109,959 00000000000004d0bc301583a395030dd74093c0037f9679f39836089c0e82dc 0.00 MB 14 0
109,958 109,958 000000000000f0ed2f9ac904fd5b779fbbe6565648f506d85fa325a7c49c356e 0.00 MB 8 0
109,957 109,957 0000000000002469e6e3c3ce7a00b8cf5ffc673c10553f1b075e8ee3b1076e02 0.00 MB 6 0
109,956 109,956 0000000000008038602baf75d514a8c65cdf5168ab2f81650bbe1685f2481667 0.00 MB 5 0
109,955 109,955 00000000000101104b17ad62835c56c8475e82b6dd87c693b8b4e14d6b05fe32 0.00 MB 8 0
109,954 109,954 00000000000073638746906afd7fb79acac732178311ef98d32b852c4fb2811c 0.00 MB 1 0
109,953 109,953 0000000000007ff159372e3c12ee1a249e49cd79f4b858ab61899bf48100a229 0.00 MB 4 0
109,952 109,952 000000000000d9e9604642f0bdaf9a5b68e321d99b3fd722af05c25808570c1f 0.00 MB 11 0
109,951 109,951 0000000000002ad829838010c6b23ea1c1cd1c68ee7d92f17a16d78aabc167e2 0.00 MB 4 0
109,950 109,950 00000000000092d493c4fcc0b99c774d217ef57b3111463b183ed91d1d256cab 0.00 MB 3 0
109,949 109,949 0000000000018cf989ab3c8417a5ee256e630992c68f1bcf9eb683e5938a7c27 0.00 MB 5 0
109,948 109,948 00000000000041881649b4af8198cd6ebc8350862206c9008e1133f005cd747a 0.00 MB 2 0
109,947 109,947 0000000000010bf9f82f9412c6c29c1fc3969f885e6bf9691ab4929b525d1baf 0.00 MB 3 0
109,946 109,946 0000000000002d1e2c09f6424acfbbbfac4b7fd2724b816d47309e5ed0acfe73 0.00 MB 1 0
109,945 109,945 0000000000001d73de1419cf1f1fd919839ef013ecca177b91b48173f562729b 0.00 MB 2 0
109,944 109,944 000000000001521ebcdfe9adbd3e4c7fc581f94d0658fe9b1ebf8f2589b82ee7 0.00 MB 8 0
109,943 109,943 000000000001a2167261d13e8f7e9e82de95c41c15b75636f4932bdb91be24a2 0.00 MB 3 0
109,942 109,942 00000000000150be19f4ec7581d8072d532395748a93030deba709510d60c9e0 0.00 MB 2 0
109,941 109,941 0000000000012e2238d69ce59d35ceb93776f425a90801cb703be13498e144f4 0.00 MB 8 0
109,940 109,940 000000000000d661a2a232205aae48bc61cde6d4d36b2b23dd2f00bc5d4802ef 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.38 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,644.23 GB sent, 94.87 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.