Memory Pool Memory Pool Refreshing

62,349 transactions
35.35 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
842,098 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,438 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,097 (411,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
430,929 430,929 000000000000000003fb2eec0e54766ce1a6c84bb740bdc76d742d600d512cd8 0.00 MB 1 0
430,928 430,928 00000000000000000289aee2639004e9d7f5c587d287b9ad64b122b8809238ae 0.21 MB 494 54
430,927 430,927 0000000000000000043b97610ff074d1654e6ce8afa9b7d415a3e16574e91174 0.08 MB 156 55
430,926 430,926 0000000000000000016ef1edfc2b40309ffb60209fd03ef28039c682825b4349 0.04 MB 99 63
430,925 430,925 000000000000000003500b36ff19eeecf9886007806c3fa02bddffe2fd3f35be 0.27 MB 596 59
430,924 430,924 0000000000000000023e84dcfb7f7c82d542566e9d619304958412811ad7a124 0.08 MB 117 53
430,923 430,923 0000000000000000009f16c6f6cf4fc6e07bdfef1352346b05bfb686e559f7d9 0.84 MB 1,241 40
430,922 430,922 00000000000000000357ad74832c5fd17a488c081f88a41cd4528fe73fb732b0 1.00 MB 2,662 71
430,921 430,921 0000000000000000015d046b2459913dbf5a76dbf151ec1430a7ce9b871012ff 0.14 MB 223 39
430,920 430,920 0000000000000000004fe2940e53b38ebe5ae572647dbb056c8df593a8ca7c8e 0.12 MB 241 48
430,919 430,919 0000000000000000033e58224e91b0ad4a7d7de24df8be979c4e900ec91e2b9c 1.00 MB 2,226 61
430,918 430,918 00000000000000000400332dd9597ac3dad026ea10379bc3b221cb7bef7a6975 0.84 MB 1,959 62
430,917 430,917 0000000000000000047899f3aa82c434dcdb770e5e510e11dd30ebf338ebead2 0.80 MB 1,040 33
Previous 10 blocks ↓
Total Size: 646.93 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,438.10 GB sent, 41.56 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.