Memory Pool Memory Pool Refreshing

1,368 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,368 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (796,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,634 111,634 0000000000000e2c5c6d2a3da4f3e944e43f4f4cdf92ceebe8beecbe9651f643 0.00 MB 1 0
111,633 111,633 000000000000714341fe5b21ac2acede0e2070d01ab3a7464fa19d30109f556b 0.00 MB 11 0
111,632 111,632 000000000000f2f1db4bc6353b255ecbc5853225106a457afb59038b342ab76d 0.00 MB 9 3
111,631 111,631 00000000000125f96d2b7e0a4f8e498e72aefdebb6ae5ddfbe73c74393d0bce4 0.00 MB 11 0
111,630 111,630 000000000000551c46185e493a8821d8d0fea981a9a4509d04ed725409d0112b 0.00 MB 11 0
111,629 111,629 00000000000096f66f4cbb13ee6ee6c060dc8e8872999d0b0a1a24b8e645d583 0.00 MB 12 0
111,628 111,628 0000000000000771fbed02be54340cd99059863f00fb24fe39fa8276a5556e7f 0.00 MB 3 0
111,627 111,627 000000000000b4717e9be199c8eb303d72cd30f4fbe87957c21b8c30c0b37121 0.00 MB 13 0
111,626 111,626 00000000000125b7a9d996ca2446583c048c736799396b7a5668d77a72cc43e5 0.00 MB 10 0
111,625 111,625 0000000000001e93ed799135cb05688c8b64d4f0ca7d47532e8ec39924b554c7 0.00 MB 11 0
111,624 111,624 0000000000006cb67e428667813b910eda03da451e78d0bc465019981da1fa98 0.00 MB 9 0
111,623 111,623 0000000000002cf8bbb21971bd535183e2ec7a4d51d5616163e7dc3936dfc2bf 0.00 MB 12 0
111,622 111,622 000000000000fdc9eb29bbc1620f82b6f23823bc5e175c642c39aa99f25b9b75 0.00 MB 10 672
111,621 111,621 0000000000006f309f557479779731364115de5931b2a0325f661ec7cb236830 0.00 MB 12 0
111,620 111,620 000000000001197c39082b2932c4b8635a7452e8dea1ffd2e29e212b811fb86a 0.00 MB 10 0
111,619 111,619 0000000000001abeb2322b1fda2eacf6263e299f5d39b31710a4e8960c00cf55 0.00 MB 7 0
111,618 111,618 000000000000e899c232d388736df930c7d55b612e39482969d8c5540858ad6f 0.00 MB 11 0
111,617 111,617 000000000000a0d930b19b0cdf8878c5e3428a1ec0e5f3f850b739502f0d13cd 0.00 MB 16 0
111,616 111,616 0000000000009592678c2c2adcc268b031a08042cf13474587618544f790c73d 0.00 MB 11 0
111,615 111,615 0000000000002f71191556db40d42aa1d7d52a3c36afe150a7b460414b0636c7 0.00 MB 11 0
111,614 111,614 00000000000125cd452e0fffddd5a3536f209e3bbd62b04ac4d9367941cc8c40 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

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