Memory Pool Memory Pool Refreshing

33,307 transactions
36.78 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,492 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,150 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,491 (407,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,558 434,558 0000000000000000038bcc65d4e620187e4753d1b5974a14e7a4b34f574334cd 0.93 MB 781 33
434,557 434,557 0000000000000000042c5631035038ebd683bcd55c17a431c7bb7656c70b5bcf 0.99 MB 2,153 60
434,556 434,556 00000000000000000044b1ddfa0ca3b227709aee31605f4722730ba93cf8413f 1.00 MB 2,199 65
434,555 434,555 000000000000000003fc6c08252610312d49768f0584e112455955368718e9ea 0.00 MB 8 356
434,554 434,554 000000000000000003e1acb8ddadd19cdc6a36a57640c7e8752a3fca3a6aa13f 0.87 MB 1,850 61
434,553 434,553 000000000000000003a2fd4165e53e70e8c80add1485f29f9d964d67d3dd2170 0.57 MB 1,152 66
434,552 434,552 000000000000000002f7e07e0fab27ba742d820cfe183d9a3dddf5712eb0ed5a 0.89 MB 2,121 69
434,551 434,551 000000000000000000283a2960f9b8f02eabbd5f13aabb0b7155fbd41e4b3a93 0.09 MB 244 118
434,550 434,550 00000000000000000189bbf5421f9d364f44ef3c4e36608586ade0c1f6891d2a 1.00 MB 1,413 38
434,549 434,549 00000000000000000112b8bcba83e9c80d3539cd23952e2753757b878be4c828 1.00 MB 2,028 64
434,548 434,548 00000000000000000033bccdc88e582694c611a8aa9b7883c08b587ce89c16df 0.34 MB 737 70
434,547 434,547 000000000000000002a49995eebfdcac84a9ea8e04a0704dfd981385cff69beb 0.99 MB 1,527 40
434,546 434,546 000000000000000001b371bc0aa47719b93744449ca14c13dac1f3243fd05f91 1.00 MB 2,305 66
434,545 434,545 000000000000000002ef049b1c689da62a5a36557f91bae51c6e988b739bea3e 0.87 MB 1,432 44
434,544 434,544 000000000000000003ed20b1dde37223c932910e6d4406a6b473dc1247cbc906 0.00 MB 1 0
434,543 434,543 0000000000000000026ba0a7a734bfc1a3bbfc59dd1ddb8b95d3aa047a90b250 1.00 MB 1,925 45
434,542 434,542 0000000000000000023a34cd96666b07091c7a433fc6030a365fdca341a79325 1.00 MB 2,601 61
434,541 434,541 0000000000000000027958621fa7e46ead2dcd731dce9c8413c73158d9bf2d40 1.00 MB 2,926 119
434,540 434,540 000000000000000001d04c7f96d04e672cf4d83d3c09e7a58931cadc0b8b1865 1.00 MB 2,378 63
434,539 434,539 0000000000000000007fd5fc97079511152ba89b9ae6e1f8d99eac63899b7b6f 1.00 MB 2,749 75
434,538 434,538 0000000000000000034e78d886fa3157fde624a2446a5dc8e24c1f7ade5fe6f2 1.00 MB 1,896 58
Previous 10 blocks ↓
Total Size: 647.66 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: 8,526.94 GB sent, 46.98 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.