Memory Pool Memory Pool Refreshing

7,735 transactions
2.38 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,708 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (683,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
224,036 224,036 0000000000000323f8b092626a6bdef375cc2f3faf06e8232001e9b71f1c66f9 0.21 MB 476 189
224,035 224,035 00000000000000e010ff26aa75197ce58f1c2260d48d87447b4d20dff373fcf0 0.13 MB 328 221
224,034 224,034 00000000000002ac95f332b0e61f8886e01b22d6d96e6feb1145f6ca727b4243 0.16 MB 246 150
224,033 224,033 000000000000008f3d8a7b770d3b1587a2681683cc6f8d9c8b363b2421289578 0.09 MB 194 165
224,032 224,032 0000000000000387373555271e275e94e61f5318ee8d871cd1539b1f5cb02853 0.07 MB 79 106
224,031 224,031 000000000000016543ced200ff8a6771b7d5701137b6ef4f9b14b3a68062fdba 0.06 MB 162 222
224,030 224,030 0000000000000313c81be25468fe1eca0187eb34a7118745a57c6beab6f3e969 0.08 MB 209 217
224,029 224,029 000000000000033b22397390e8d2a56e472003ec31e9af42a7210edb40a9ae56 0.19 MB 460 198
Previous 10 blocks ↓
Total Size: 769.29 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,635.62 GB sent, 94.36 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.