Memory Pool Memory Pool Refreshing

42,074 transactions
19.88 vMB
Show Random Selection Loading Transactions
Max Size: 99/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,017 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 1,400 50
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,016 (814,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
32,466 32,466 00000000d56afb7c19ec485fdd862d6d81f0eef7ff2980129b0d14e10d09733f 0.00 MB 1 0
32,465 32,465 0000000031a3f8dd699d06caac443d936cf29e628f0cdd5f728f7d4284275b95 0.00 MB 1 0
32,464 32,464 0000000033f86083dc34394302c8655102c5e99264a5178384db378456253804 0.00 MB 1 0
32,463 32,463 00000000b915f1964b6b5ec998f9ecb17eb556aa089fb47ce5915a5a8feee9e3 0.00 MB 1 0
32,462 32,462 000000004299fc61474dad0bdd0f4db5438a417876614b3685ef84ce34be66a5 0.00 MB 1 0
32,461 32,461 000000008b3160a7d2af31858f4409c3bf3cb0f1180ac1fce5228a70cf382630 0.00 MB 1 0
32,460 32,460 0000000032d2ca5977434b3b50e6f3a50ab08d6fe9dd915aeb56035b1e0f94b9 0.00 MB 1 0
32,459 32,459 000000000c27103a461ccb627d65513a1849dc54ac23f95fa63da5f98bb287b6 0.00 MB 1 0
32,458 32,458 00000000391c21630edee36e45be0fb40a593b132547f68d2a5db13a540b26e2 0.00 MB 1 0
32,457 32,457 000000000d9da8af94ddfdab7b0e2135c3ba73c568639ec65183456f1ce59481 0.00 MB 1 0
32,456 32,456 0000000036b5c27f497e42fa051e31e401c91101263a671e92e67667b55362db 0.00 MB 1 0
32,455 32,455 0000000034940876db1bfc087da27f6b63876cfe23d21acd878053674cb4d10c 0.00 MB 1 0
32,454 32,454 00000000407931e1b54239be3ebd78c546d9e43bdbde7869982088fe982a9ac3 0.00 MB 1 0
32,453 32,453 0000000057a1ddc62041161bc5ad5f8758a1a483b8bbb1804b7a1706afd998ce 0.00 MB 1 0
32,452 32,452 00000000168301592625d83cf04e77927c267cf7f7812728d19d613f30fc5a87 0.00 MB 1 0
32,451 32,451 0000000075a48788cad60e79772b21f67831df6e27778ed843d17326aa060dca 0.00 MB 1 0
32,450 32,450 000000005f1454f59a2c9bde6212c8dc4bc0c93bafed47cc99e7c75fde6ea02e 0.00 MB 1 0
32,449 32,449 000000001bce7c99c5576eb41de838914be059aa6b81f9f21bc023ff60df0404 0.00 MB 1 0
32,448 32,448 00000000a3e2467c1d9025fe1799a85992addad2775abb2181826a8ace72182b 0.00 MB 1 0
32,447 32,447 0000000048099daf6d6d99ae6643b548e2c3f3b887dbdc8209e071c82b17966d 0.00 MB 1 0
32,446 32,446 000000005021c1fa522b6c4d81d40818a503f6c83bbe57d090ec2ace7dca7eba 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 656.00 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,517.84 GB sent, 99.68 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.