Memory Pool Memory Pool Refreshing

43,410 transactions
50.82 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,520 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,376 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,519 (586,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,228 256,228 000000000000002c6fa89ede90bbc722936a218850ce5f6376edb2ea00a7fa05 0.03 MB 15 35
256,227 256,227 000000000000002a6ecdbe7fbfa95c3506f1453577a683a79da81098e7905584 0.25 MB 553 87
256,226 256,226 000000000000000b82f040c3342eb73532a6124efc40b024fdad513e05fd0bd5 0.25 MB 628 1,586
256,225 256,225 000000000000000d93e092f11fbffe4cf51b3230b85429126fd59fdc4a658711 0.08 MB 256 195
256,224 256,224 0000000000000022474ef8062a2b3ffac71dba34f4713e4320cb03ab2a8b4f27 0.11 MB 268 142
256,223 256,223 000000000000000753309260f94ad504e02cfc39bbd27864572d935b1aea715d 0.02 MB 44 86
256,222 256,222 000000000000002a45bf369333c2daa0555e8e6f064cbd6bd1ff1a5d06980d82 0.10 MB 188 89
256,221 256,221 0000000000000008eb3fca44109bb27457996bed4ed933660deaaf2c99e33363 0.25 MB 435 64
256,220 256,220 000000000000002ddd88e1fae0899734d4d39aa4275c914ccc0a3bd100b0fff1 0.25 MB 722 174
256,219 256,219 000000000000002e7d96b8c48da7bd7b8e1b433c78cb7c1b3c560a16bbe8921f 0.01 MB 35 87
256,218 256,218 000000000000002ddd954f611f824c4fb90c05d7cdc6af3dace86f021ca3a25f 0.08 MB 201 118
256,217 256,217 0000000000000006c1fec02cfef347b9e7488f09fcce25ee5610f5c01d510a4e 0.14 MB 362 112
256,216 256,216 00000000000000015ab3ef17f6c13ed51b2cc30ed812ba7b79126c5b44458fbb 0.13 MB 328 99
256,215 256,215 000000000000001ce6d17991b0c452d9ca5721ce1b6a31e93420158beefc8e46 0.50 MB 999 119
256,214 256,214 000000000000001d687f80452e70438cf4fc53c45dff2acd07aeff2c73c2d1eb 0.11 MB 244 112
256,213 256,213 0000000000000017869eaeb5e584ce5aebe9b9ce8b3b69a90733e01e498d7fb3 0.10 MB 258 122
256,212 256,212 00000000000000019cbf1e3716713ce100505bc5e91b56043d50a51ce00a4919 0.02 MB 54 73
256,211 256,211 0000000000000011e2a8ba6d749de90abeb96587b6def92751b0c8a8db94f7de 0.11 MB 300 129
256,210 256,210 000000000000002d262650ff6a66d9e3c4e80ea4a6bdf9cbd3eb652d0f365966 0.04 MB 86 69
256,209 256,209 0000000000000022b9a30b938027660f901f3de76845b04a628a38f48ecada6d 0.03 MB 69 95
256,208 256,208 0000000000000006dbd10c216ff0b8b482d095958f86fe0d55a1aa459033efdc 0.12 MB 284 111
Previous 10 blocks ↓
Total Size: 647.71 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,541.28 GB sent, 47.38 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.