Memory Pool Memory Pool Refreshing

1,330 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
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,292 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (662,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,732 245,732 00000000000000c7b0b8cca73b4825d4712c78788c0b23173c7b27bfefb0594c 0.23 MB 507 172
245,731 245,731 000000000000009359f083e9bef83f16c0d824cd49e9e3b31754d4b499c7cdab 0.06 MB 133 34
245,730 245,730 00000000000000aac28866471ca445f02d0fedfe185a093e776f8b09fc87f788 0.24 MB 470 150
245,729 245,729 00000000000000222195840213e75ec4df4ea1fc5453be78cedacd658773aa0d 0.09 MB 169 82
245,728 245,728 00000000000000a02f0ef0ff8c2fd8820fd321019e0fbf91b7973eadbb8901d3 0.14 MB 259 98
245,727 245,727 0000000000000020af13feead7f7140e4a65fa07740100f4b1c9bf6739ffcb50 0.10 MB 244 106
245,726 245,726 00000000000000309c0e6a3e48a219d9dcf9aae488559255a33defed896b3d50 0.11 MB 289 154
245,725 245,725 00000000000000482c9a7543a18183ac5e5e1e7ec935a8242df99fa6b7162d71 0.13 MB 363 99
245,724 245,724 00000000000000521b6587f4a2130f2f7aec25ef812301be0f04a732289f2cfe 0.17 MB 358 133
245,723 245,723 0000000000000067580fd21f928999fcf9bd852f1cc06c62a4266176373b80d6 0.10 MB 256 169
245,722 245,722 00000000000000c3c5815cc73bf2884b72288c3d9fdaa95c5c519116bbdfedfd 0.25 MB 548 155
245,721 245,721 000000000000007e72b1097e2d50b6f07858fea769df6e30c6b346a6744a11d6 0.10 MB 221 169
245,720 245,720 000000000000003c96415204b137faade601e66d30a803d8dac4da4ac51ff597 0.24 MB 444 151
245,719 245,719 00000000000000495b82448560bbdc60690cabafe470cc42918babf1b516b56e 0.03 MB 64 40
245,718 245,718 00000000000000a5cae356d2f3fa4232c122d0d022958a42724226e2c028d917 0.25 MB 511 191
245,717 245,717 0000000000000031ee55a22a1ac94f0fa413fc3ae4de8b42eecc3eb3fa899c63 0.02 MB 34 118
245,716 245,716 00000000000000b4c329e03d3b863171b1bace73d5c1dc19c5185d8e82688916 0.05 MB 82 109
245,715 245,715 0000000000000031e4cda0ac83c694633a94a063100f87ba34c627174939834b 0.09 MB 237 265
245,714 245,714 000000000000008986663e03de019b1d1cdf3d8923007391091e86639b9c916a 0.14 MB 300 124
245,713 245,713 000000000000003c276f6aa8ef563fd918b492d1183cfc70ccef22bf5afc0cca 0.04 MB 86 61
245,712 245,712 00000000000000b19d5c28bd1d7cea143809f7eb413da22b13ceed035030b342 0.31 MB 548 103
Previous 10 blocks ↓
Total Size: 769.08 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,628.18 GB sent, 93.27 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.