Memory Pool Memory Pool Refreshing

11,484 transactions
3.36 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,798 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 4,059 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,797 (677,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,722 224,722 00000000000002cc1a41f80bd52b2954be12a145d84c53738103f1def650baad 0.25 MB 598 184
224,721 224,721 000000000000018d3cb6eaaf94d6296469b0d0bc800e6c99d9adaeb3660fff09 0.25 MB 740 243
224,720 224,720 0000000000000340125f814277e738f78e9fdfcbcf1e00ad513c018f8c50388c 0.11 MB 253 205
224,719 224,719 0000000000000195b3c7c455c416eef24beac1e1705fd0be41ee016ff9ee5bb6 0.08 MB 159 197
224,718 224,718 0000000000000215337963cfdeb6777f8c5225f62f3888d4a4082175d3ce43f0 0.25 MB 344 130
224,717 224,717 000000000000016c89f0c7ac422c12d43ebe3768e87cf5a0c832392062838803 0.23 MB 567 226
224,716 224,716 00000000000002c61423264daec1e1b6546fffa4e43b4727b3ae2136417b0b1d 0.08 MB 157 149
224,715 224,715 0000000000000309ea3bcd3d32aa4d487736772779be089cf023a8bf929e3187 0.26 MB 453 160
224,714 224,714 00000000000000604c5d1ff831e96797f4a9c223600e5690dca41199f6aaaf41 0.25 MB 739 355
224,713 224,713 00000000000001aa38f1b3170286a49db8ff2550ec8c2f56aa300f4a0ae1507e 0.10 MB 128 120
224,712 224,712 000000000000018636783e900544280f7e3c9792a1e9e5fb07d68a155fbd50ab 0.25 MB 682 207
224,711 224,711 000000000000003a49c4828ebf1b042f48058f4bbec461b5e3648a30e9e30d4d 0.42 MB 529 6
224,710 224,710 00000000000001874ae76828ac25b0702f14ed394de0c80740c0ae8ef3909439 0.14 MB 268 144
224,709 224,709 00000000000003d26629f8d53f7da9c3c2252b15b16ad00d8e71d0fdc020fe94 0.16 MB 222 90
224,708 224,708 00000000000003cd8b30d6a192a2c43b13f1f083be019a6d57feae08e1bccab5 0.25 MB 704 227
224,707 224,707 0000000000000141630346613157ffa03a9c601fefdd419f8f300e1a35ae4115 0.25 MB 407 133
224,706 224,706 00000000000002203590194e4331ca9053ec9141a54edad8dc23c31c4d411166 0.25 MB 581 339
224,705 224,705 000000000000027812ae2f6eb25c3763235b90eb704d2cfe94ca4f5b09641067 0.25 MB 759 352
224,704 224,704 0000000000000020cac75f4c27554e706eeee8a16159968aa50de3dad35898d1 0.02 MB 32 123
224,703 224,703 00000000000000d1bf8ee0db1c7cc45f837011319ae7a03d1b5bac69affc887c 0.09 MB 195 121
224,702 224,702 00000000000000aeb6620e93dbd7a5c10ba4c5247712bc02a730944befc20857 0.25 MB 484 1,506
Previous 10 blocks ↓
Total Size: 758.84 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: 763.12 GB sent, 41.10 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.