Memory Pool Memory Pool Refreshing

84,580 transactions
33.37 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,140 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,439 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,139 (561,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
283,529 283,529 0000000000000000aa4a3b1cff26c3b9a7e6388c3fbe61d7817c87c13f6fe79d 0.16 MB 292 50
283,528 283,528 0000000000000000aa8a563ad3c70bca0de1f4ba2069cbe913aaba62b9566878 0.04 MB 95 39
283,527 283,527 000000000000000150989137b46152ca535f2d88790337593c57d209b3a39f4d 0.46 MB 220 13
283,526 283,526 00000000000000009686e394b0799cf3735ee2d5499b5f7ed5226633bac4d0f6 0.00 MB 1 0
283,525 283,525 0000000000000000a1281e147cd79441c5a34d19b29f32e263f30418003e1d04 0.50 MB 1,187 51
283,524 283,524 00000000000000002c7e2f8a5974f2af60c01864245f5fcf987bfb63e682608c 0.05 MB 121 123
283,523 283,523 0000000000000001507245ec34c5fd20793fd1d48710fa3ec4e1741bfdaad872 0.23 MB 511 49
283,522 283,522 0000000000000001d4929900ba538abc97133363f7eb97343632fe3e8af9284a 0.10 MB 203 37
283,521 283,521 00000000000000012ae1b233dc2fc6d41d705c99a09532e9139aa87f50eb9d8b 0.01 MB 23 44
283,520 283,520 000000000000000056debdff35aa40adeb94216a55db4be34df91ad691060006 0.01 MB 24 67
283,519 283,519 00000000000000019347a03032b9f18965d26fc6f38266a7750b9c336977725e 0.24 MB 437 39
283,518 283,518 0000000000000000e4819225b0eac442ae84d19620068cfef6736d737d40e183 0.46 MB 618 29
283,517 283,517 0000000000000000ba0716abd9cd64816d47c6dcd93c7c0c99228f9302c3b2ca 0.03 MB 74 40
283,516 283,516 0000000000000001b1640e1a620228dc67a3d80071fa59d3c03d1078df80c062 0.02 MB 41 51
283,515 283,515 0000000000000000ce1aec360902f6df29fcc34debd5658e4a10484969e48234 0.02 MB 64 60
283,514 283,514 0000000000000001e29a1968c3d8de1f2917691b151272ed4a7f6d5078c9f513 0.01 MB 25 60
283,513 283,513 0000000000000001d5e294b3090a919b131fd89419ec25bfbf26cc112158cbf4 0.07 MB 173 46
283,512 283,512 000000000000000086963c4cd4921e95dd634264f1da252b346c84c79f79efb4 0.01 MB 36 55
283,511 283,511 0000000000000001ef7706460a2af5aedb677917353fa92f15d1c2613633f84d 0.27 MB 598 29
283,510 283,510 0000000000000000f94857fb70e6ee9325578acd91a1ad9604a38c9b83d124ec 0.21 MB 279 34
283,509 283,509 0000000000000000f81475ed43eea8bd85bfeccf36cd990bfbe24e7112beedd4 0.62 MB 1,158 32
Previous 10 blocks ↓
Total Size: 652.66 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: 9,283.11 GB sent, 76.27 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.