Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,588 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (653,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,091 254,091 000000000000000536c58a00c067dde3f691ba8adde6ab4affd2c61e9d215841 0.25 MB 614 94
254,090 254,090 000000000000001f348cb0d38145c84312f4d13c8f123ffd5aeb0a9651f7388c 0.16 MB 384 104
254,089 254,089 000000000000001a69ab7bdad95c0b87631a3d15a67335d593f39008b1109be5 0.06 MB 122 99
254,088 254,088 00000000000000167702d776448211ff34e198d3ba61e4bdd311fa970bdbadbb 0.09 MB 226 95
254,087 254,087 0000000000000037e8ce0cc6cc82e8d9aba71ff181d4e636f32af9a1bfc53808 0.05 MB 128 123
254,086 254,086 0000000000000019d6f41a03357bc5fea4e67d3f9b000a6a2d93a7d99c3a1ed9 0.13 MB 274 96
254,085 254,085 000000000000003e7567d6ece32ebe8481b8bf70fa8168f486637ae5ebe47f88 0.00 MB 2 0
254,084 254,084 00000000000000272ddfa4e7a073b8691cacb6c6ba9841d3dc9b741b0f6dc46a 0.16 MB 373 114
254,083 254,083 000000000000001f2c5967d06a742a45c2b1d12f3aec55f7bdfac1f2b6120606 0.09 MB 251 122
254,082 254,082 000000000000001182223d446232a453828c97b19cf27aeaf92b6ebce71296a8 0.27 MB 686 120
254,081 254,081 000000000000001d63b3410e26485d5f0613ec28fa6593403b5fc0e7fb958672 0.13 MB 314 105
254,080 254,080 0000000000000009790bb3e2cc6d34e9a5118b4ba7b96d6c629b35512239199d 0.04 MB 93 173
254,079 254,079 0000000000000024222371e7f8911cc42f96c5770ccd35baa0b9ba959aecb4e9 0.12 MB 316 100
254,078 254,078 0000000000000031a7ffe6c1bac75f13723652cf1d18a0cfaa8856a45877ca5b 0.06 MB 157 38
254,077 254,077 0000000000000028f8dcea0ac2150f81efa05b49995bd508aff24146c9a14079 0.22 MB 542 116
254,076 254,076 00000000000000195bf4044c4497d2d7d784e890ce9623a6d2769819f5a4cffb 0.09 MB 170 89
254,075 254,075 00000000000000115d7ffa942f8d3ba0e9c505c9a6c63e3d7d1e8c11a88d2246 0.23 MB 515 116
254,074 254,074 00000000000000233c4f6f7aca115673635fe7692279549c9c6d987c7b83cd2d 0.39 MB 779 90
254,073 254,073 00000000000000016211655bee5f14e052a22c852c939980cc41ac3451893c2d 0.25 MB 559 151
254,072 254,072 000000000000002b17c591ab4dd253b27baeee27fdbfd9899b41396351ddef25 0.17 MB 401 138
254,071 254,071 00000000000000373d56c37e2b900348f9835714f4acac32746c6fd5e7c18a5b 0.28 MB 724 120
Previous 10 blocks ↓
Total Size: 769.13 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,630.68 GB sent, 93.52 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.