Memory Pool Memory Pool Refreshing

82,473 transactions
30.33 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,200 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,624 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,199 (89,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
756,585 756,585 00000000000000000005fdcb0b5f11ca03f3bc64321051bab492bdaa45afe705 1.65 MB 1,909 4
756,584 756,584 000000000000000000074a5e1d35016b20f637574b512ee17501871b3a7a5e47 1.54 MB 3,363 8
756,583 756,583 00000000000000000004944a971d8bb0e561e4571033a52c20c4d80181191884 1.62 MB 2,853 9
756,582 756,582 00000000000000000008c6e7748a0ddef5458d5aab01b932fa2450c380664a19 1.36 MB 2,754 16
756,581 756,581 000000000000000000056123aa9c7db8305a0f6d4dacaeb948016fc705b761e3 1.25 MB 1,557 17
756,580 756,580 000000000000000000027c5cd81171abf388d1107b213f0bccf12d9375fd0a92 1.30 MB 2,324 21
756,579 756,579 000000000000000000054915c9d985d3ac803a88449c6b9acb778baf565a8581 1.52 MB 3,082 11
756,578 756,578 000000000000000000071f21c6a7ddc4210924efd6abb68cdc25a95dbb0c7099 1.30 MB 2,593 11
756,577 756,577 000000000000000000025c88382cda43a8846b8b2b6875bc9746a6f4d2992a2f 1.11 MB 1,983 11
756,576 756,576 00000000000000000001cfb0214a169d206a1c7b52fb7d83c4229b1ca8476aac 0.28 MB 423 8
756,575 756,575 0000000000000000000103fdb68e8bca780a1a455c58790010d09247c5a17876 0.19 MB 413 9
756,574 756,574 00000000000000000001ee3a072ca969ab7a0ad0d13892aa2efdc2aa5e2966ce 1.25 MB 1,062 6
756,573 756,573 000000000000000000051afd6d2642230917496b89187d5e271d64a3a29b4e35 0.50 MB 960 10
756,572 756,572 00000000000000000007fc8d2765faf32c3964c9c408601560e61deaa55f0066 0.02 MB 64 7
756,571 756,571 00000000000000000004d72f5a34af997f474e9261632c41b51a495bda80fc26 0.92 MB 1,220 6
756,570 756,570 00000000000000000004363676ffdd26354bcb70540ba172e5659a45a46cddb0 1.57 MB 2,996 12
756,569 756,569 00000000000000000003f8a6d5eece444ac80c1ac6986a279075c4cce347775e 1.70 MB 2,051 6
756,568 756,568 0000000000000000000604e2510e7477bc72b080102f8a1a83e91269f73952ad 1.81 MB 2,054 14
756,567 756,567 0000000000000000000089a5e94f58f607e3c25040a83e99e4f6d6d959439639 1.65 MB 2,554 11
756,566 756,566 00000000000000000006b78dfe14cb887c4eebae3b57a5abb8367d46b190f1b8 1.40 MB 683 12
756,565 756,565 000000000000000000081ee8ea84f371dfe42a94913fa7a5b42a182a42a088aa 1.44 MB 1,300 16
Previous 10 blocks ↓
Total Size: 654.58 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,380.81 GB sent, 90.05 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.