Memory Pool Memory Pool Refreshing

60,734 transactions
36.69 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,114 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,327 51
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,113 (175,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
666,434 666,434 0000000000000000000050505349585ab51cb90b365ae01d81eacccafab34c18 1.23 MB 1,906 36
666,433 666,433 0000000000000000000b2a8db5f40859d0c3796b1cbbeda78fecf7ae6d468740 1.13 MB 1,381 14
666,432 666,432 00000000000000000007d2448b37c1f5999e0395f0ec6803292ee7e09b77b9df 1.28 MB 2,286 36
666,431 666,431 00000000000000000009b8c6f056466afa997480a935ed46b60679c3652d1de3 1.34 MB 1,567 15
666,430 666,430 0000000000000000000bab3ca3f7d70c96c201691a8d8baf39f6fd7da7612106 1.37 MB 1,410 15
666,429 666,429 0000000000000000000c31debac5189d1dfab8a86ee8292f1cb40fc8e2fe60fd 1.32 MB 2,168 68
666,428 666,428 0000000000000000000ccd895e52d4898a66fa8fcc9aa5453e6ce08992026c1d 1.22 MB 1,758 21
666,427 666,427 000000000000000000099b24a3d546931f1f586d567fc8f030c9c5202489bdc0 1.18 MB 2,155 11
666,426 666,426 0000000000000000000847a0bc567868100878d782c7a80a08f3527b2e67a64e 1.29 MB 2,168 27
666,425 666,425 000000000000000000084be81e7e7c80093864b613c81b9c40f2161796ff3ca8 1.44 MB 2,278 73
666,424 666,424 0000000000000000000aabf2dfcd5008e58f24d14eb40bcf948bbe8dc7a59279 1.26 MB 2,998 123
666,423 666,423 000000000000000000003d2b8f1f5c4933004e3d579e1a7ca42703fa8d3b55ec 1.42 MB 2,273 65
666,422 666,422 0000000000000000000013180efa92ba17a0ff02df33601c8bcb4c7a1d8d622e 1.28 MB 2,022 29
666,421 666,421 0000000000000000000ce551b7dcbec4ce6c8364be889029d2148a9942e91d3e 1.27 MB 1,000 88
666,420 666,420 000000000000000000093f0747908ba43719d7b00fa99a7575d71b9d564dad41 1.04 MB 524 106
666,419 666,419 0000000000000000000b9b358f15d2547e6031b801cd212a63ab7c1c3e952c73 1.34 MB 2,450 50
666,418 666,418 000000000000000000009237acb5547ca00554a46a84e429497e18c09dabb10a 1.18 MB 2,420 22
666,417 666,417 00000000000000000003207aaf6b8448ea168610106bd04d0c27ecd5e4f6514d 1.41 MB 2,104 67
666,416 666,416 0000000000000000000d8735dcddc56a52a51b48f14f311b09f758d60b5559fb 1.34 MB 3,043 119
666,415 666,415 00000000000000000002d1a30748ac3253ee42d1f74d3db260489862d7e5a037 1.45 MB 2,798 73
666,414 666,414 00000000000000000000ead7e1161a02cd259357a2e35e60a27f9413a877b800 1.48 MB 2,220 59
Previous 10 blocks ↓
Total Size: 646.96 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 8,439.84 GB sent, 41.88 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.