Memory Pool Memory Pool Refreshing

34,780 transactions
44.61 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,778 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,740 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,777 (468,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,538 373,538 00000000000000001200a5c44b3bc8af8768107585e834b2780dac8bc8c4c0b7 0.44 MB 785 36
373,537 373,537 0000000000000000133fdd00386032e8995671cbae1c8dc8de73cc14b811fa97 0.93 MB 950 23
373,536 373,536 000000000000000003bca6f18a22053a8cafff6e32b50df1602aefdd1876bd3b 0.91 MB 780 23
373,535 373,535 00000000000000000c0530e19d42e8f0c4114090145060e496f3ff3bc775d5f9 0.94 MB 1,140 24
373,534 373,534 0000000000000000117f6d159d1e696de8f7002c8873a2875f3eb9d38ae8cb61 0.10 MB 199 41
373,533 373,533 00000000000000000bc093137dc4e88b99e2b1715ffb64e1b3ec764831953a7b 0.44 MB 760 35
373,532 373,532 00000000000000000b9d1398dbb6ef23ed093a08437ce19f282ee3eb863b2d8b 0.48 MB 461 18
373,531 373,531 0000000000000000050855ed0df7b65620a6dde3fa2e7da8ccdccb263e0f12f3 0.98 MB 1,051 20
373,530 373,530 00000000000000000af0bbd681326ee29050cfb2a0548d2e05f5033423b66554 0.93 MB 1,609 35
373,529 373,529 000000000000000007f82332860f4f553ebb40e49a7905f408fe2fec6a33b7f7 0.91 MB 156 3
373,528 373,528 00000000000000000ff31cc38db4bd28e309bb076e1355446aba55f085d0c369 0.94 MB 292 6
373,527 373,527 0000000000000000008e710ca240ee6eb6bdb077bb21ab48ca5c0afe71cd687b 0.00 MB 1 0
373,526 373,526 00000000000000001073f6d4a8e6891e220e150a256b8bfc36330fb1079c3596 0.16 MB 337 41
373,525 373,525 0000000000000000097aee3c66ade8699f663ceb1a30f9fce15ba7e9b53d7d45 0.91 MB 403 11
373,524 373,524 000000000000000011c2cc0f14c6a353176ada0bc844d4ce96f4671035c37a5a 0.16 MB 289 33
373,523 373,523 00000000000000000f2afa4c44996f3189f259729c06fb9a4ae5f842329ae92f 0.57 MB 993 57
373,522 373,522 0000000000000000108aa60c14d9892372d8624d6c4d4206e8f73e8b8ead8865 0.28 MB 561 38
373,521 373,521 000000000000000011987e5b6d468124d71307322a05cc28d5acd441121a301e 0.60 MB 854 30
373,520 373,520 000000000000000007c96ffebcc564f9c1175e68a074bfe63bd0f7a4abcaee93 0.27 MB 629 38
373,519 373,519 0000000000000000033cae150e699755786602ecc99e84117b1a8bf8a33d2579 0.93 MB 1,795 34
373,518 373,518 00000000000000000119fba0b1729cf8a54ecde4dc445c7a841b48eb5cf10f97 0.32 MB 562 36
Previous 10 blocks ↓
Total Size: 646.34 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,342.10 GB sent, 37.17 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.