Memory Pool Memory Pool Refreshing

27,357 transactions
47.46 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,101 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,159 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,100 (75,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,089 766,089 0000000000000000000421e5754891d4d4210b394291da6908064427c34fd1f4 0.95 MB 1,022 12
766,088 766,088 000000000000000000060c4736323b409e95d8fb5fd7582081f541690ed9b319 1.56 MB 1,584 5
766,087 766,087 0000000000000000000484378ca283f5188b97e1dd1895148b14a4da2ecdaba6 1.39 MB 2,568 21
766,086 766,086 00000000000000000006bff91ad29284ae071eda28e6f244b63380906a507374 0.87 MB 1,320 13
766,085 766,085 00000000000000000000940fbddbc8f05158495383529984cfa072d46d785aa4 0.03 MB 62 13
766,084 766,084 00000000000000000001f09ff7e2969d2a695680ccc31c644f712a55c70f5542 1.18 MB 1,005 4
766,083 766,083 0000000000000000000382c41ec52590cd0cd42d58837525aa924be4c7515569 1.33 MB 1,872 21
766,082 766,082 00000000000000000006bfdd38cc9dca9d9f6cf48b521f22b1f9c701c80d36f7 0.33 MB 547 13
766,081 766,081 000000000000000000004e2a058acbfa956882daba58cfe790ab02d0a179f7b2 0.59 MB 923 11
766,080 766,080 00000000000000000005e69a1a07c24511f2808bdf83895d91e0dacc9265872f 0.34 MB 512 13
766,079 766,079 0000000000000000000428fc10bebcc825140bc83b01b8be32488bcd408e1389 0.34 MB 560 12
766,078 766,078 00000000000000000004b7da8f4c3f7018a211e78512552e32630ff6aac1976e 1.14 MB 1,776 8
766,077 766,077 00000000000000000003825698a26c54054a90c800adaba68ffa775ced4a720b 1.52 MB 2,751 19
766,076 766,076 00000000000000000004d42d373e74ace608f5f52eb052b3d0e32214803b83da 1.38 MB 1,580 12
766,075 766,075 00000000000000000006e60bdeca20cc3f9bbdd26105e5358c21a272d9dbb31e 1.30 MB 1,534 12
766,074 766,074 0000000000000000000470ff6b2c2f9b11e1ba24c8db455b3a186a954895f327 0.76 MB 1,130 13
766,073 766,073 0000000000000000000165faa80780f93983dbb68edb19e1df1f62fc9c29d089 1.13 MB 482 1
766,072 766,072 00000000000000000006c666532e836d1950d718b70e4acec720fc4931e22540 1.62 MB 1,510 5
766,071 766,071 00000000000000000002821f9326b20c81d5792f83d3a3193e1a48926268e394 1.20 MB 1,333 15
766,070 766,070 00000000000000000004d0cd5d16b56af1fa1c5db4b9be0d99de88b53dc0c3d1 1.46 MB 2,881 26
766,069 766,069 00000000000000000004c018b3e266a0ae012fd9a44b99261159f71e4ae04e0b 1.19 MB 1,419 29
Previous 10 blocks ↓
Total Size: 645.07 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,189.19 GB sent, 30.32 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.