Memory Pool Memory Pool Refreshing

41,516 transactions
46.58 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,762 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,289 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,761 (516,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
325,534 325,534 00000000000000001048c1a317ab60c387c1f12c5c15dcb34736292cea84f38e 0.05 MB 89 25
325,533 325,533 00000000000000000b9a101dc44591d295b89a5af6be743eb0459a9118c8c076 0.02 MB 30 17
325,532 325,532 00000000000000000e463f6ce27ccdb9b2dbc5578441622c967c2e78d168322e 0.24 MB 400 27
325,531 325,531 0000000000000000023fbf0ed0bf8d73b05044483a658b38cac81a0ea414cf92 0.19 MB 382 28
325,530 325,530 0000000000000000091424007fc2c492fe950a02b911ce34d2d8b76b0e3257d7 0.16 MB 254 25
325,529 325,529 0000000000000000076e0eb7738ae0bdb88626646cdc197456749948c941e40b 0.21 MB 336 26
325,528 325,528 0000000000000000082bd37984ed2fa261a2209b255febfc92d23444231f38c0 0.26 MB 532 35
325,527 325,527 000000000000000013ba7e05c918d2301c0009a78528292fb5c4c65439a9119d 0.17 MB 293 28
325,526 325,526 00000000000000000a4c93ef075fec1babe641574373cfe6830b9238606b7bc9 0.32 MB 647 28
325,525 325,525 000000000000000013c04519e3b53035bdf2ac7f62dbe44fdbbe5c87fc80d2b6 0.36 MB 745 27
325,524 325,524 00000000000000000710ffdf4ebbbe7bc010503600f0919cd5b0dccd9e43b4be 0.33 MB 493 22
325,523 325,523 000000000000000009e67fe5ab6907b609eecf168bfcde7d7bd424c1951d1f79 0.00 MB 10 37
325,522 325,522 00000000000000001557c0e6e515e83b72c1a1854e9699a08c6674e45e396e40 0.23 MB 343 25
325,521 325,521 0000000000000000152d11115e73fdfe89299240b38bf26a148a4caff1ab6535 0.05 MB 71 25
325,520 325,520 00000000000000000efb04c84df0cf79433c2bcbcb45e0cbb98db6d062c33c87 0.01 MB 23 7
325,519 325,519 00000000000000001b716331be5a408ba06debeaaa0dcfc35d6731a19ee05db7 0.06 MB 137 35
325,518 325,518 00000000000000001eed02d60a282f9aa956448aae39d95c9a33d23b000301c7 0.09 MB 115 22
325,517 325,517 00000000000000001c496e7a93204f26048b011361648c9c8dd6ca93dc5fd131 0.02 MB 31 24
325,516 325,516 0000000000000000187df31333e655f120c4b4701947e36b449d469e85d027b2 0.33 MB 249 13
325,515 325,515 00000000000000000cc012f16afac108d540d3158007fc10a8f57df9c995f15a 0.01 MB 18 23
325,514 325,514 00000000000000001d504fda326a35d0277f26d3cc0cde2521f8c476ac06a09f 0.25 MB 463 28
Previous 10 blocks ↓
Total Size: 646.31 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,341.02 GB sent, 37.02 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.