Memory Pool Memory Pool Refreshing

50,644 transactions
49.98 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,318 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,392 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,317 (488,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
353,827 353,827 000000000000000014e33a5d41a33956ad6db1c83b933691ed316eabfb4d9215 0.09 MB 114 13
353,826 353,826 00000000000000000e216c73d78bd34dbfda3979d168303bd7481e2b1da09edd 0.75 MB 1,147 22
353,825 353,825 0000000000000000035170c5912d52da5f190b9385b4adc50458cdd81785a427 0.75 MB 1,445 28
353,824 353,824 000000000000000011a2ddac306b27a2ce79c202cca8ded8673da0862b133353 0.32 MB 373 21
353,823 353,823 000000000000000007169b9c17344ebaa5d88549f21a06fe4fff32623cfa2341 0.75 MB 1,491 40
353,822 353,822 000000000000000004e74b9664da1f477214f29e345dcce7c511631aa9d6063f 0.55 MB 592 14
353,821 353,821 000000000000000015c87fbc2913a7eed87ab468db7708d442ffe0aa9088aac3 0.75 MB 1,259 25
353,820 353,820 00000000000000001702113527e165ca0faa5ff1343000eddc925c6c0a967699 0.34 MB 1,024 40
353,819 353,819 000000000000000003a5134e70a7e44a848271027a0d2bf8b636f8b03b3b3a25 0.34 MB 428 15
353,818 353,818 00000000000000000b3091b0f1557fb510aebd942c0be7c447d9638df6d2b7e0 0.75 MB 880 18
353,817 353,817 00000000000000000a5dafe10ad0aacba0ca712f405c7f1f7c89141e6cfa1d71 0.81 MB 312 11
353,816 353,816 00000000000000000d83b6ade061c1e780695b27a862218c7d695ca785158ac1 1.00 MB 543 14
353,815 353,815 00000000000000000efbe71599b30c486d2c31eea2c2ca23d2fd340a82f2495d 1.00 MB 2,663 35
353,814 353,814 000000000000000005c88a032778ffb3306c19f706b51fd18a0020dc252e0064 0.32 MB 661 29
353,813 353,813 000000000000000008e89722ed989fb5bae9664b79411637a72c105df44d3f6e 0.75 MB 1,174 23
353,812 353,812 00000000000000000298d6301de5b195f36900cd5adae8121509aa22f97aae9a 0.75 MB 1,238 24
353,811 353,811 00000000000000000fdc901fbcfc497c6a32f8b35ede448d52407648a71725c2 0.43 MB 694 19
353,810 353,810 00000000000000000a2a21b140aa6c867bfaedbf0b1eb2bf8a13246266896f6c 0.90 MB 1,897 33
353,809 353,809 0000000000000000124a742ecf0f110f7eb707a283285d5a330b36361fbfe284 0.16 MB 297 20
353,808 353,808 000000000000000013dff8b9266ff233f3d071243044f363f82b65ebbd5cbf0e 0.42 MB 934 31
353,807 353,807 000000000000000000ba5736898e8b9246265c67ef878b44bad7db10379233a0 0.19 MB 411 34
Previous 10 blocks ↓
Total Size: 647.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,476.27 GB sent, 44.82 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.