Memory Pool Memory Pool Refreshing

9,988 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,170 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (668,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,270 239,270 000000000000002110f866b951c0c3cb3fbbc88b08d18bb5693f1c621538ba3d 0.25 MB 516 170
239,269 239,269 000000000000000f681fd6ad95b96a9fd251653bf3d656750224b71ec73e1942 0.15 MB 249 181
239,268 239,268 00000000000000144f23af4632e898a10e668335e40b5ac339ffbb6642461327 0.25 MB 667 262
239,267 239,267 00000000000000e91be3af2cbdf81aef23a922da83c9823a029ba252c8dc5972 0.08 MB 188 155
239,266 239,266 00000000000000f529897d09d4f9e3a240f3ee7a92a4a9f306316caaff5e26dc 0.08 MB 159 161
239,265 239,265 00000000000000183e16f1cb4a1ee9702c3088dd81d32e3ab39ad67ef090202c 0.01 MB 33 202
239,264 239,264 000000000000000ceae04f6080e936ebd8ac346578d940b9f509525a7b5dd743 0.10 MB 209 166
239,263 239,263 00000000000000c77e2f845716f8d50f0cc3ca683dfc3f77d64814fec9b0f46d 0.10 MB 208 163
239,262 239,262 00000000000000f2d71ed321df4258e595db7b07caa9150337c2e6bc2fdce89e 0.07 MB 171 210
239,261 239,261 00000000000000d954fc5cf98fdb4bba2e0593580b3c8682c908f644be52aabe 0.02 MB 32 52
239,260 239,260 0000000000000106a87885b978c14934aa1e04cbb21fd58c625088aeaa020752 0.17 MB 406 152
239,259 239,259 000000000000006305a075a6c0bcc09128108ef652c2d79ae485ced550c1f265 0.08 MB 160 131
239,258 239,258 000000000000001b61d890cdf70c2200cbad594f609ab01e85f635706ab6517e 0.20 MB 486 184
239,257 239,257 0000000000000149efb8e2fb73a038c66c4f97c02e3cd8fd9cd38f68e8a188e2 0.17 MB 169 92
239,256 239,256 00000000000000d6e28a697ed01d02ba2ce86855f0426d6ed4e2d05711a99660 0.25 MB 665 236
239,255 239,255 000000000000014d27bd020130516549885becd4cb7e9e6bbf99633575f1a407 0.03 MB 43 37
239,254 239,254 0000000000000090ff83321f6d2c3a860af148898218f8d1ec7d6bc02feb5adb 0.21 MB 318 116
239,253 239,253 0000000000000061e58d9df20fa0150e7aae8fa55e1562ecc6f5a6d83c2714dc 0.25 MB 564 196
239,252 239,252 000000000000007407b20b34afdafc158a6ee9f30122380fa841d5de5ead150f 0.15 MB 319 155
239,251 239,251 000000000000000bbbb4523cd37aa06deeffad9ca84bd553516a16151faf3287 0.02 MB 64 267
239,250 239,250 00000000000000fe6a14abe008d06b3291ddd2f92fd12cefbfd5bda8b2540d0e 0.04 MB 91 104
Previous 10 blocks ↓
Total Size: 769.03 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,625.68 GB sent, 93.04 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.