Memory Pool Memory Pool Refreshing

5,201 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,588 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (713,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,830 193,830 00000000000003410e57605798c36659a6625a360ec3b3807cb4623a96541f04 0.19 MB 485 137
193,829 193,829 00000000000002589ed91e9a1f0c311ab387690dfe5171ba5ef7ee4d4e70da03 0.00 MB 9 15
193,828 193,828 000000000000012766cab2d0e5c5c7902aa609cf1f268078e3b2d5f75ab1cc7a 0.05 MB 129 83
193,827 193,827 0000000000000302386bac94a16e622ed0e968faa39b62676795ec7fbec13d7b 0.02 MB 36 152
193,826 193,826 00000000000003835166fb8358d787e17596d6a2255cf99bda703db6bab9be06 0.19 MB 512 111
193,825 193,825 000000000000032ea5b14bc2d6baf825c5481afe9aa27d248e55fb11274fb4cc 0.19 MB 512 89
193,824 193,824 00000000000005ea687da9052e4990803ae84ed1cb2b0ad0f8b9c97b2de05e02 0.00 MB 4 73
193,823 193,823 000000000000078711bab20f0a158316ae3ec8835b94010e24b54dd3a19ca8b1 0.00 MB 5 76
193,822 193,822 00000000000005cf13b4de6fd3b756378b71f5fb18a72076e270dac20ec9909a 0.05 MB 130 124
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
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.69 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.