Memory Pool Memory Pool Refreshing

816 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,907 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 816 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,906 (714,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,821 193,821 00000000000005388f508b2f36c536aa78bd5c26f64b25bd3e37937f5c145398 0.05 MB 111 78
193,820 193,820 000000000000003f47c0e96fb08174fa2fb4f2dce0df43998096172ecefe899f 0.11 MB 315 175
193,819 193,819 00000000000004adfddd855970c8004c24dbb95fb5cec71cddfab0b65d021710 0.04 MB 86 135
193,818 193,818 00000000000001885bd9b69d5e6d2d12471c11a53c6a5830b6414d66a4e903a7 0.17 MB 351 111
193,817 193,817 00000000000005027ced1a6c68445e2f26dd8562e802df60f0a84a2f620ce150 0.02 MB 52 127
193,816 193,816 00000000000003c97146c32c389c4df02f2bc50d090ad5ea0d9d1e032f90caa7 0.19 MB 405 148
193,815 193,815 000000000000074010b54feaf6c86d9af3e8aa0bda9a5b74c678e68d883c6f39 0.05 MB 130 160
193,814 193,814 000000000000050bf9fc007857ec38fdcbfec180e49ce9c6341ab2af17a03cfc 0.01 MB 32 0
193,813 193,813 00000000000000082e2fc8d471f5b7820f7d940f8d691063ecba6b0f56c5768e 0.06 MB 175 192
193,812 193,812 00000000000004b6318d06cc2f68c27f423e6d8422348258c4c40a91e7071b1f 0.02 MB 68 146
193,811 193,811 00000000000000312838a35602713de918ac390e3e92fae6254ba7b890da386f 0.05 MB 55 84
193,810 193,810 000000000000026735aa553a5c8f8eac9adb2faa1b0c63df06e54a8c18fcd0db 0.10 MB 225 200
193,809 193,809 0000000000000002c1d8ca463bea22a0590aa00cd55bdcf818090f4d63f45498 0.04 MB 59 50
193,808 193,808 000000000000020dc94381e73c046712d95b2072a479fa5d029824b30467d614 0.26 MB 691 149
193,807 193,807 000000000000021657a69355cfe6e8379fc7f12a6904a09cf6aa74cc45852c63 0.08 MB 251 73
193,806 193,806 0000000000000391377450f6098a79cf56d74d256433a1789ac5484cd3947abe 0.00 MB 1 0
193,805 193,805 00000000000002ae64722882bb1da0eda572e032a06be2c490175a2458144f31 0.04 MB 127 390
193,804 193,804 00000000000002ea679b230a389c00b3dc9219866ae5059b8096ca7abc7bc692 0.09 MB 256 58
193,803 193,803 00000000000006c608d9da90465bcffc92614f3aa20406baaf9db93026a6cc30 0.06 MB 130 169
193,802 193,802 00000000000000365df5c63562714aca6285c9f8c7b0ffc7064c11a161db424b 0.13 MB 326 129
193,801 193,801 000000000000014514a52c875500ab08e45f7b691a6ce1fcc04e5849c840be17 0.26 MB 638 189
Previous 10 blocks ↓
Total Size: 769.37 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,643.82 GB sent, 94.77 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.