Memory Pool Memory Pool Refreshing

64,800 transactions
30.69 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
844,491 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 2,564 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,490 (413,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,950 430,950 0000000000000000023342de6cd653c5f4fc188438459385761059f01a06ab8e 0.74 MB 1,326 46
430,949 430,949 0000000000000000047a99d968c3c01b4a0e3f4392930df115e2096b49098287 1.00 MB 1,571 43
430,948 430,948 00000000000000000127a6df5f5f5a85cbf04d874bb987951ce7e205f8706f71 1.00 MB 2,514 64
430,947 430,947 000000000000000004b9eecd278ec91c5ca4b0848a9732477455780b2a889b13 0.75 MB 2,163 96
430,946 430,946 000000000000000003782bd105501e8c95345a6a62f5d40b95bb8c1530a620c7 0.59 MB 975 34
430,945 430,945 000000000000000000057a0e7f4acaf49df6d5118ea2f1615f8042697dc8753a 1.00 MB 2,664 77
430,944 430,944 00000000000000000425ed2c53ec3780bacb89c8abd60da6e1b2962ce0dfe906 0.01 MB 33 69
430,943 430,943 000000000000000003a076d91b39e1f8f603461d6e8f6ae625c04ab4309a683f 1.00 MB 2,580 61
430,942 430,942 00000000000000000125f3aca68d82a99ee8731642de279162e50194426b1a2c 1.00 MB 1,446 50
430,941 430,941 000000000000000000176248f28f8ea7fde210a01396df4f104f2b3375ba3f9c 0.93 MB 1,444 42
430,940 430,940 0000000000000000034ac1de04566f459ff2a245048876abb159ae3848c29212 1.00 MB 1,972 61
430,939 430,939 000000000000000002e9a4d891072e5ebb9ee6b4abfab4f5d427324772f81572 1.00 MB 2,579 69
430,938 430,938 000000000000000000fccc203cad5e7e1d7c9bc1cf94767332d0aea1f63fb808 1.00 MB 1,816 73
430,937 430,937 0000000000000000023119bf6275f8b7c369de4b2a62db057f0a13fd174f7a72 0.52 MB 1,033 62
430,936 430,936 0000000000000000023bb59e9c1d8257b2c19b7f02dbc608b0ea15682bc2fa1b 0.29 MB 634 58
430,935 430,935 000000000000000001dbc90326d6a493956721b4424410d7803de7fbe6329d06 0.07 MB 109 54
430,934 430,934 000000000000000001aaa69be760df0a94b431f43b87413345b42d877be53d0e 0.02 MB 49 57
430,933 430,933 000000000000000000f8925fc26a456ea0a18d7c50e57d5d598d918aa732754a 0.94 MB 1,899 53
430,932 430,932 0000000000000000027a9f271d335ec7376e7b9cbb192ca410991a8ffe293a3c 0.12 MB 216 39
430,931 430,931 00000000000000000312899fcdca9fe1f12d308e5a87a7f2aab907d1df797ae2 0.62 MB 1,108 56
430,930 430,930 0000000000000000011dc9fb8477e9719034e7687b7faf40d967451841d9c3db 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 651.44 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: 9,132.36 GB sent, 68.60 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.