Memory Pool Memory Pool Refreshing

9,200 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (665,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,104 242,104 000000000000005e6f73fa50cc33caa18b1f20ca234257e5038562ce6b63d3ef 0.09 MB 128 54
242,103 242,103 000000000000007fc624e1953da0e2c95f9edb707222697facbede7bbe0b9845 0.19 MB 415 170
242,102 242,102 000000000000003c3c6c6e7ccecf170bd79df1770bc8f6743ddad275644d6c66 0.00 MB 4 9
242,101 242,101 00000000000000b265c3858ebc160a940cbe402affe90bbda6a281c42440106a 0.03 MB 45 102
242,100 242,100 0000000000000049985ed88109ec48805640290c50b837effaadc01eb4d5964b 0.19 MB 452 206
242,099 242,099 000000000000002787aa5afac9fda1fbfb6a921d04ec4b0a2b9a535846887978 0.00 MB 15 112
242,098 242,098 00000000000000cc9325203ae87cb44089090599b96c6da38418413abaa992d3 0.05 MB 104 129
242,097 242,097 000000000000006fcd09ec0d2050c99cfecc298b282095c2ceb7a4d21801b1d4 0.18 MB 309 160
242,096 242,096 000000000000006330357abfed8d89b77d3e6f522301c336036bbad768276a66 0.14 MB 301 161
242,095 242,095 00000000000000abcd23a821fb9db87b5fc73d14da28b399bff87a5e69c74a84 0.11 MB 278 205
242,094 242,094 0000000000000031ac715c13b09b164cb5abc4299a1a728a740111485732c138 0.09 MB 181 125
242,093 242,093 000000000000004fceff752953575255ef968be742376b3885722353d073a265 0.04 MB 65 101
242,092 242,092 00000000000000cb815d60f363f9db9ac7a1d937d6955ba1bbf7854e3dcf1923 0.16 MB 380 156
242,091 242,091 0000000000000028f56cce59af0d7276ab5ad68d118930123b4b8940f0c7f84d 0.22 MB 372 118
242,090 242,090 000000000000000313b8402f6281e4f080609fb6cb928fb729bb7b16ca41b99f 0.25 MB 610 232
242,089 242,089 00000000000000b188001447695cb7bd897af0a9b4007d64d328d022f34883cc 0.05 MB 86 133
242,088 242,088 00000000000000c3122dece9f514c9f8857eb8aaffcd50d5594fff1f0f2774eb 0.12 MB 241 151
242,087 242,087 000000000000004f9c3ffac8565ecebbbac381e7a2d4e7319e1b7b3dfd07d2aa 0.00 MB 4 164
242,086 242,086 0000000000000027df1242d67a4f30213c11be90f43bddf6c949f74bd77c52e3 0.08 MB 154 122
242,085 242,085 000000000000003f4a1183ec29cf29acca1608cf4efb69bab5b92766603ebac4 0.10 MB 152 145
242,084 242,084 0000000000000080000e29c8403fef12d503b2983c3a742c2eed52bec907f364 0.25 MB 550 171
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.