Memory Pool Memory Pool Refreshing

27,801 transactions
44.16 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,002 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,084 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,001 (443,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
398,446 398,446 0000000000000000003c139ff9085e91d7e418d80d60fe1851295e01e7dd0a8e 1.00 MB 1,710 35
398,445 398,445 00000000000000000742eef744f551b7733ffff5a8cb3d77c0cedfccbbe298aa 0.52 MB 564 22
398,444 398,444 000000000000000005c4a3fa029873c5cd72dfa7c809c0ad920b739e9fbcbbac 0.75 MB 321 11
398,443 398,443 000000000000000003435acc2bca0c73dbbe4d7dcef32fba79b8e523b21d5614 0.06 MB 25 2
398,442 398,442 00000000000000000299c09f217c8a87ac62dd711195a1c7bc07f17306ee2a8f 1.00 MB 798 18
398,441 398,441 000000000000000003f582f0d41582c3f2b9cffacc461ae6ce1bba35ef6c6fba 0.98 MB 591 14
398,440 398,440 0000000000000000023595481b5da16b1a81f3fa4aef4837534b6284de594221 0.93 MB 1,539 40
398,439 398,439 00000000000000000562669706a45d1c3c7004f1a3f57d88ac012e638ecfd2b6 0.95 MB 1,946 40
398,438 398,438 0000000000000000013d75f237142c8d965c71edd32ea08c96b3236b10a6f5a8 1.00 MB 2,690 60
398,437 398,437 0000000000000000012386b1208b1ad5df38b91ca16ebd44bbccbaeef0a1c482 0.75 MB 1,297 33
398,436 398,436 000000000000000001723daff587273762401563c196d04d0bf6b187dbff3cf0 0.47 MB 680 30
398,435 398,435 00000000000000000518503e99cf4b5d09e2f234ae0c28140fba867c1f7879b7 0.99 MB 1,694 35
398,434 398,434 0000000000000000048567b3c12142c41c31acf318a91b6ab71b1dfcda0ca9f5 1.00 MB 2,284 43
398,433 398,433 000000000000000002f299a222862e9c3f1109d3967247963162ea721df3912c 0.18 MB 353 35
398,432 398,432 00000000000000000250a7bf226bf7d6f082636018759c0421dbc86f431e0801 0.25 MB 446 33
398,431 398,431 0000000000000000001654c8886ec1c6c67077d19f8f0a5ecbd7a6224d26a1fd 0.39 MB 756 32
398,430 398,430 0000000000000000027a6d8e1706432029d2c6cc3a6a913c19803f474d85a2ee 0.37 MB 711 37
398,429 398,429 000000000000000007834777494646165d8de6bafd0059fcbdd2bad2c8fcf9f9 0.69 MB 1,334 34
398,428 398,428 0000000000000000059d0e749c5c8955a35f20c17679d3dd1ede7c8cc578d700 0.99 MB 709 14
398,427 398,427 000000000000000004e83d47f412a272d1d06c36e55e407e06f7d3289d267898 0.98 MB 1,873 35
398,426 398,426 000000000000000001d2f47ef15ce373e2d0b5613d94f62a73d1b7c66fa4b8cb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 646.76 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,401.87 GB sent, 39.89 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.