Memory Pool Memory Pool Refreshing

1,648 transactions
5.73 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
4 sats/vbyte 3
2 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
908,175 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,241 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,174 (710,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,882 197,882 0000000000000065b7425a93b4d1cc92c0b96f58a619e7d8a993773e5871735a 0.12 MB 88 73
197,881 197,881 00000000000005b0b8f7ff6a1156d02c94e95c6dfdc5d368c44cb64969af7421 0.18 MB 463 162
197,880 197,880 00000000000001cde6ae7cae19fdd4f5d1f21e6ef88cc9efcb5b41dc616f6afc 0.06 MB 210 28
197,879 197,879 00000000000004ce34491c64feb507743d6e682c814deeed779b99444f11733a 0.33 MB 512 84
197,878 197,878 00000000000005607712f6a19d6c387125839f9ac37211138d33f0c7885226f0 0.00 MB 13 181
197,877 197,877 00000000000002b7b03f977cf7026f98189d91a5849bda0084bbbbdd0af4003d 0.07 MB 208 107
197,876 197,876 0000000000000219b95e71ec94a7fb5e5c95f4ecf2a529fcf7c531dc4faaab92 0.42 MB 877 163
197,875 197,875 00000000000001405490debd67ed06e09a4f9250d311873e21d95b54d04da355 0.01 MB 20 60
197,874 197,874 00000000000000b358b4879251f4cb7f8df00ef9f2e5dadb21cec5f6e3969588 0.20 MB 556 159
197,873 197,873 000000000000062781e812b8c1ff157d94d6d73f9bd293335a585178ce9ea635 0.13 MB 344 169
197,872 197,872 00000000000000f502fbb241dafc5b24fffc02bc775770b767205e9d7dafc3c3 0.22 MB 512 236
197,871 197,871 000000000000007bcd30b3295771f22920361f78d281270f30e0172f2d8066e4 0.05 MB 131 246
197,870 197,870 00000000000002db527d26611a25663a3d59b40b6827270bbe4d958a6d5a74c3 0.25 MB 639 179
197,869 197,869 00000000000002672d4298170842660a9885b2064651e61144f83dca9c073762 0.25 MB 737 225
197,868 197,868 0000000000000126dee6f65eab206af774165839146f0d73551d01f980980904 0.12 MB 287 199
197,867 197,867 00000000000005d209b48697897b7632e2683c0866df2eb8641374ab774a0af0 0.00 MB 11 29
197,866 197,866 000000000000060ec35add55912b6005be5e8c8239276511d16a065287797f29 0.08 MB 163 171
197,865 197,865 0000000000000010a08d3d9f963dd17f2399bb0861913b78b44a7d9f93daab70 0.08 MB 232 117
197,864 197,864 00000000000001e5155d82d57bc694691c022a659451d3660d33fc1ad53af6b0 0.25 MB 428 292
197,863 197,863 00000000000002a666714033971a5aec1487272f44f8680938c68b7822ae5e0b 0.03 MB 80 152
197,862 197,862 000000000000060fa2c19bb001e80a85047e09225e4cd5021112863ff46f2a96 0.03 MB 72 84
Previous 10 blocks ↓
Total Size: 769.89 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,681.35 GB sent, 97.28 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.