Memory Pool Memory Pool Refreshing

78,899 transactions
25.51 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,723 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,274 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,722 (503,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,444 341,444 000000000000000017c64fe6d86fe86d34ac53112e7a19002c820a259afdb98b 0.09 MB 256 33
341,443 341,443 000000000000000004c8b8810fbce1f0fb85da432f48472d799c3d9c58332167 0.09 MB 256 35
341,442 341,442 000000000000000000fcc9a86d0c76af1f0d7cc81a3c1d8e68bf837c1aead51c 0.00 MB 13 24
341,441 341,441 00000000000000001134f5118cf398982a2ad2f0172e65dec260269793cbe65a 0.16 MB 288 22
341,440 341,440 00000000000000001210829fb3000653a69ab7a1c798a48db713299569b9802f 0.12 MB 232 19
341,439 341,439 00000000000000000a573d254ccbfa664dd5c17da17e848703ab01471e628214 0.04 MB 85 25
341,438 341,438 00000000000000000694330d68db03947271fbfb874d95a96ca9c276fbc3f7c2 0.08 MB 200 26
341,437 341,437 00000000000000000e2dbd25391545adfaef51f98b082b06e53c5e0509b4e7c8 0.41 MB 810 23
341,436 341,436 00000000000000000c5677cc1e3a697255e8f88fafd7916c8f73e8f9e58cbc07 0.33 MB 499 23
341,435 341,435 0000000000000000093bf07b6f32266303e4ae1b99e3872ce75e326e0fee18b5 0.25 MB 449 24
341,434 341,434 0000000000000000073af7cde10ab504a912a363abde1511a91ca6afbed15d4b 0.35 MB 731 27
341,433 341,433 000000000000000011df63400922fc5e7467d7ad7a2dbe72caea70e01d19c6b8 0.09 MB 138 15
341,432 341,432 00000000000000001284e6a8e7357e1870f13e3518ba2eca23a0e9a043d1a037 0.33 MB 622 24
341,431 341,431 000000000000000004eafcca310727baf5edfa9b0d045d190869314817b06fed 0.21 MB 290 20
341,430 341,430 00000000000000000b37bdadb21625df91685fdb9cfdaa0c21d176b60b35c636 0.08 MB 256 38
341,429 341,429 0000000000000000124d549ef1da514e29dd230ed4697ea1824b7171dda01143 0.12 MB 144 18
341,428 341,428 000000000000000007db204d3ae154db1edb00786435f7807eba25f0b68b2447 0.19 MB 378 27
341,427 341,427 00000000000000001445de73f93d9f30e0ff37a229eb6f5cf4dcaf38a33df50a 0.06 MB 92 21
341,426 341,426 000000000000000001418f5754ee4f918ab694fc7a3a7dc64362e3225d88bf84 0.10 MB 178 22
341,425 341,425 0000000000000000038c9a510a684d6d788d51c0149b928c214ae8fd79a79e34 0.25 MB 515 26
341,424 341,424 00000000000000000f093d3405b82750694eb9dad46aacdfc9c97287fe7dde09 0.50 MB 754 24
Previous 10 blocks ↓
Total Size: 651.87 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,182.65 GB sent, 71.30 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.