Memory Pool Memory Pool Refreshing

5,345 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (653,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,239 254,239 0000000000000002cd952599c4aaeb60976f4ab89c1841ae7eb9dd8b442917b2 0.09 MB 229 108
254,238 254,238 000000000000003dc2289e02cb950ec1a3c281f36445f357266a65a93732cc7d 0.06 MB 134 148
254,237 254,237 00000000000000291c59fae39f86fb551256c9b3865bdc7afda97b449ad3fa33 0.13 MB 334 142
254,236 254,236 0000000000000027d5ceca4b6d72ce2cd15ea0882ac4bc9c41c43f24de8fcbe5 0.06 MB 117 85
254,235 254,235 000000000000000a0328d4b7f68bfb523e3b660a18eb330554a11c83b61d02f0 0.25 MB 480 60
254,234 254,234 0000000000000040df44cc0c8ab3fd4125fc72b7af287130924a41d55dca5b2b 0.25 MB 520 101
254,233 254,233 00000000000000053d2ebdd4ae6a611e67930f557a1563e45299265b1a10e558 0.49 MB 973 92
254,232 254,232 00000000000000256def24a2d9db96f132be4cacb26ea736335503b11bb0e11f 0.15 MB 380 141
254,231 254,231 000000000000001204ff18054a0a6e2325df3a95a3a249ad38bfd958e457eccf 0.06 MB 129 105
254,230 254,230 000000000000002a0a87f0d50af059761f668b84ecdcd9e4732d803efc19bf50 0.24 MB 246 60
254,229 254,229 000000000000002f4a94d61de0bb9537972bbcfe07314fb96a77b7354f41a929 0.12 MB 247 121
254,228 254,228 000000000000000b95a52a479837370fa73068531c1a7b28a0650dac9e55b4da 0.15 MB 315 115
254,227 254,227 0000000000000032b2a3b943ae5aba57d5a025e1cdab1081489771aab4c1eb7f 0.08 MB 48 45
254,226 254,226 0000000000000039ce5cd0cf19f8bec13aa7c168e775cb0cb4729241255ee32f 0.21 MB 516 137
254,225 254,225 0000000000000001494aa6b30d61a0bccb0cd3ff84761fcff2be896c0aa19219 0.22 MB 343 92
254,224 254,224 0000000000000030f9234d7bc27695c63ca3cd7300ebb06277d91ad325c64700 0.08 MB 80 49
254,223 254,223 0000000000000040926738dce1f16ea02218c0465f85687e1228cbdc5096478f 0.10 MB 215 100
254,222 254,222 000000000000003d6762e33acfff94adb0a46182a03fd7c18aef0825227395ac 0.18 MB 304 88
254,221 254,221 0000000000000026a09f9bde9d1050d2dddb46f6d77149581c413b33bd1c86d0 0.16 MB 184 48
254,220 254,220 000000000000000a33f9d856dcf95f416be57ec5fc65235255d616a09363233d 0.08 MB 90 77
254,219 254,219 0000000000000031c493b9cb58f149d128b50b186a15810880c8179476e630c6 0.25 MB 483 100
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.