Memory Pool Memory Pool Refreshing

4,178 transactions
3.17 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,812 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,599 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,811 (707,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,877 199,877 00000000000001cfbd3f609153a963ad86979daa243f57e1908eb969060fa654 0.07 MB 184 117
199,876 199,876 000000000000037fadf934712d40715a4b6df0d810454f5f79c8ea9fd22d1dcc 0.14 MB 319 12
199,875 199,875 000000000000029a2c1267e2e66039b402b3a5a151721ad15ad3f81bdea039da 0.05 MB 53 152
199,874 199,874 00000000000004e8b165d0058c6297c0af90a646f71ffa652fcd9e0d724c316c 0.06 MB 136 128
199,873 199,873 0000000000000504afa66fe50aaba43dc0364558e113bf29e957637e1b43ff32 0.05 MB 123 588
199,872 199,872 000000000000019a7fb8bb68ad8488ae993f18762511e261fdba73b78c93bb7c 0.10 MB 195 448
199,871 199,871 0000000000000398ab5f4ab93be189de6db259024274805fdc2030684e4c56ce 0.11 MB 267 156
199,870 199,870 000000000000030073983564892f340555fd98c37f57a11b5944f77f1328a347 0.06 MB 154 999
199,869 199,869 00000000000004f016b8249bd0a83667726bc9eed6b57e7bf6df03f872c8bad5 0.13 MB 149 649
199,868 199,868 00000000000004416c23fb7139353bd3dbe35526513361efe40f1539cf6e5445 0.00 MB 9 21
199,867 199,867 00000000000004cb937257244050a8bf4d9a024bcd8056b8092058848ec0c858 0.12 MB 300 531
199,866 199,866 0000000000000249f8574427131de1465df469a2c9ad7e995cb35417b693a8ae 0.11 MB 233 121
199,865 199,865 0000000000000351a73dd3a03b3f8962fe1b207bfcb1a32181387bdc6ccf4b10 0.01 MB 22 94
199,864 199,864 0000000000000544d7d73427d112ced39f23b6d5afe42d847d24f12602c50a18 0.02 MB 46 101
199,863 199,863 00000000000003831f4475a650d760d30d6540039995f58047a74a264982fede 0.05 MB 117 67
199,862 199,862 000000000000039c1c817ee98a18f457c63ddb87c0982eed77bc4bf2945252eb 0.21 MB 447 341
199,861 199,861 0000000000000226c5566931d4410360f43fe664df81e237ed9b3b2dd78f1958 0.16 MB 351 128
199,860 199,860 000000000000008d8f53f0fc262f01e3be194314612a11b3a947a24287922822 0.05 MB 129 146
199,859 199,859 0000000000000407afe48f4d99f129c8d4817f6f4574ad0bbbabbcc626b86047 0.12 MB 270 183
199,858 199,858 00000000000001829a56fc44a238a3d56a87322a456e8655b49e2cd3c7d09c4c 0.13 MB 279 166
199,857 199,857 00000000000001ddfad12bfc5379fd89fa8a677b9d81a6012a7f6de524d91c08 0.11 MB 264 650
Previous 10 blocks ↓
Total Size: 769.19 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,633.65 GB sent, 93.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.