Memory Pool Memory Pool Refreshing

7,004 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (683,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,057 224,057 00000000000002add0046c9df9fa72a324475e1d2f632e96bbba549187a46203 0.25 MB 639 203
224,056 224,056 000000000000031929548ffdcb8fc4e8d155e5be079f24068acd5a2c85d9c8aa 0.25 MB 800 258
224,055 224,055 0000000000000248ddb88d2e022b2bd44190c197199aa71cac4e4e78e782a5cb 0.17 MB 378 192
224,054 224,054 0000000000000091ce0b23ae827c8881e26cd0b48845b3e3b3aa7fc2bee6ab20 0.02 MB 46 152
224,053 224,053 000000000000024567f3dc56a4cd7661f12c20d3ec1a0ad3e8f0ebe7fc3fd27e 0.14 MB 291 171
224,052 224,052 00000000000001cf553b8a1b76ad6793dd434a4ee787b67b6a32cc81f9385f8c 0.25 MB 349 110
224,051 224,051 00000000000001b9a5bf6d79a1bbba8a1d10e80ec3b7dbb105c01d4d445fe175 0.25 MB 737 242
224,050 224,050 000000000000011138838a1a5c8f7e7dfb39c0dd1c1c4c6a129b68c41a770ffd 0.03 MB 103 295
224,049 224,049 00000000000003bce0cd50b8fe0f6f501628b1db0aa8711447bd49b829ace46b 0.21 MB 234 124
224,048 224,048 00000000000000358939d680d164193f2f9fc69990e5c62c22f4d51bb1db55d3 0.22 MB 475 198
224,047 224,047 00000000000001f06042c9b38cecb18db08ecd9019d60ab17d57c522ffce9810 0.25 MB 863 203
224,046 224,046 00000000000002303defb5f5306502fbabe8994126a75cab7f6fda674f66bc78 0.02 MB 49 140
224,045 224,045 000000000000003dff4ce92703ffddbd4d36cc79b9f578c7e94d067f0080e4d0 0.19 MB 256 69
224,044 224,044 000000000000037ed4943c8295ca7e7b25745545521a21d5136f127ae60a025b 0.11 MB 189 158
224,043 224,043 00000000000000912a4c67cd756ffbe756d70bcf9ebb85a578eba0e2d50bbd99 0.04 MB 73 80
224,042 224,042 000000000000022e53eb54991d04c173c37c7386ac3324d31c3ce26eab7acc40 0.25 MB 240 83
224,041 224,041 00000000000000ed8f0cfcbdce3e280945203e51a28e7586b5e17360b1b15ee5 0.25 MB 663 240
224,040 224,040 000000000000034823324f51ad8a82a1f85f4648a98fd3bee37bb93bc9eb9d51 0.25 MB 767 323
224,039 224,039 000000000000023d7314a9deeca711a1685104e7c6fb9f18d40efe139e98019e 0.00 MB 9 196
224,038 224,038 00000000000001ab5cc9110527b21a715da0cc7804bdb88a2f8b9bf78a3f129a 0.05 MB 91 136
224,037 224,037 00000000000002d44bbdaeda200611d65fe91d4be60f41a3c7bee78f61e3a796 0.12 MB 297 228
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,616.52 GB sent, 92.74 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.