Memory Pool Memory Pool Refreshing

1,357 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 1,350 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (679,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,258 228,258 00000000000002271c79bcdeb1f111405d19122dcf1b9d126ab3b182a57a9e77 0.10 MB 312 47
228,257 228,257 000000000000009185be35bb78b275e1367756b688580749c80a3bf81de970ec 0.09 MB 256 2,112
228,256 228,256 0000000000000125c3c3112a4b52f792a236833f77759aff2c4352c2fc009c99 0.14 MB 231 71
228,255 228,255 0000000000000174731146beaced7e254f88b33a60a6ba9893428c87e823015c 0.24 MB 619 171
228,254 228,254 0000000000000053d72038e43302f95a9940243d1c0a7c26d34a328d1bb968ce 0.19 MB 421 142
228,253 228,253 00000000000000dfff1a8b4eb9109123769430a85fab9e5c6d9a826b7e32d70e 0.09 MB 156 113
228,252 228,252 00000000000002321530818380b58866426dc31fbd010d9f4d57f09f7c0f783a 0.36 MB 806 157
228,251 228,251 00000000000000763cc91c3a5b667277534c8e43aeb30a047da6834696685b1d 0.09 MB 194 154
228,250 228,250 000000000000000044aa6980bb5b9a92e11aa8fe400c3a9391a7462f48263dca 0.05 MB 83 43
228,249 228,249 00000000000000fb0298067fc5bf7c11c3153e9b2bf78783d2eb163294197358 0.25 MB 404 352
228,248 228,248 000000000000005d88d05c36cdbdddaa5c4dc01eefbb82f7ee8273d6b574d68a 0.19 MB 421 175
228,247 228,247 0000000000000177a7d5e4b4e1ee8b5e71688dce80f1898a63bc6131f4b1c294 0.22 MB 269 122
228,246 228,246 00000000000001d3b56854e45a15f44090bb437a4458a2bc18526c8db7e0ef9e 0.16 MB 378 157
228,245 228,245 00000000000001e59ac5086cdb57a157535a4ecd47a372e29d0b571dcf4ec4f0 0.22 MB 552 197
228,244 228,244 0000000000000145d29c50f4b53ba61d8d97de8275e076eafd5d95ffc6f47973 0.15 MB 330 174
228,243 228,243 000000000000027befb8d56af9cd6a611b13dd995785e3f4137934b662c64b99 0.28 MB 511 143
228,242 228,242 000000000000022d57b7f7fee4f180ce769cca8beae43eecca13489528ea3160 0.24 MB 531 168
228,241 228,241 0000000000000234e2a8353c63f484ab2c587371bca02fc183fcdab85e50992d 0.15 MB 266 122
228,240 228,240 000000000000001a32acaa2a2280dc1c236d77f747eecf2bb4674842a553024c 0.19 MB 436 201
228,239 228,239 000000000000009615bc7a6dc459cc6a2378bb6c4268002c37d5f95c19c5563a 0.30 MB 697 186
228,238 228,238 0000000000000029f356100f757643f9d29d3ab82026ba7d4d69ff63a4c5fdf1 0.08 MB 176 119
Previous 10 blocks ↓
Total Size: 769.30 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,642.58 GB sent, 94.41 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.