Memory Pool Memory Pool Refreshing

58,317 transactions
43.90 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,002 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 5,289 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,001 (514,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
333,560 333,560 000000000000000012d8bbca2000b3137bedc9b07cde7e21d4ecb47ca6b34b07 0.10 MB 119 11
333,559 333,559 0000000000000000092dbfa3f3be73344846cf92bd14855e20cd9d8e41064e35 0.24 MB 343 21
333,558 333,558 00000000000000000cc880c9715a859ffd710a9abc28e84c6f38b34ab0496b08 0.50 MB 837 24
333,557 333,557 000000000000000012d0f466ec5ba187bce728f31bf8ed9d1687d77ce6681d30 0.63 MB 1,119 24
333,556 333,556 00000000000000000c3314812a72e0f861a8df3b63afd6dba50ac92532e309a3 0.35 MB 544 23
333,555 333,555 00000000000000000c069b55de525038a36027ef7c34152175525957306833c2 0.25 MB 489 26
333,554 333,554 00000000000000000f49d88e4ebb92debdf8562cfbddc30fcca3520fc5a74e6c 0.11 MB 191 23
333,553 333,553 000000000000000014b22e4ae512bf991513f0af8cfc8fea8b3f8e341afb9e35 0.14 MB 264 21
333,552 333,552 00000000000000000b9755294545b590fd08f347ebd97e4d2bbc744eeed05643 0.19 MB 459 29
333,551 333,551 0000000000000000049169730142016739cf3091c1fd3ff13b1612ce384f1325 0.27 MB 381 22
333,550 333,550 000000000000000018f04e2b6ed29cf59b05d40836727658033045d4fb24fa59 0.10 MB 188 17
333,549 333,549 00000000000000000395d99b204762fb42916a2c0a4cdaa150048da2f0802e16 0.00 MB 1 0
333,548 333,548 00000000000000000a82c983764222803f9d4e9518c4fcea367291141d7ae59a 0.29 MB 540 26
333,547 333,547 000000000000000002758f1b12935c8b22378fce2993b49825fb191d508ffb15 0.29 MB 571 27
333,546 333,546 000000000000000016d65868fcda5a318c745acaf02e1b52ee2db9790d7d48c7 0.08 MB 136 20
333,545 333,545 00000000000000000530cbd725ddc186095a9f6e457d589ea42f8fe12f6aa158 0.10 MB 100 11
333,544 333,544 000000000000000002409e293f72372beace23ea655d111f78d4efe070d10649 0.24 MB 506 21
333,543 333,543 0000000000000000051c9daf85b3f28fb45b5d3ae46529775a6422771a387cbc 0.75 MB 1,343 26
333,542 333,542 00000000000000000e5823176a71468316c0e53ed587b49530a67f7aca50f2e5 0.00 MB 1 0
333,541 333,541 0000000000000000022b7b9cec99960a45c8447bc06c6a7dac924e5b2008a53f 0.50 MB 369 15
333,540 333,540 000000000000000019ea3fcca70b5163eacf750b2aa1bff7eb6a1a799cb89c6e 0.75 MB 1,276 27
Previous 10 blocks ↓
Total Size: 657.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 69 incoming
  • Data Transfer: 296.33 GB sent, 0.85 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.