Memory Pool Memory Pool Refreshing

33,956 transactions
60.73 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,855 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,953 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,854 (211,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,398 632,398 00000000000000000005584231482b428949e5acba077e923470a763b667d178 0.38 MB 696 48
632,397 632,397 00000000000000000004fcd0059e1549d051a494c4adc4aabd0e2875cd50ff96 0.11 MB 264 52
632,396 632,396 0000000000000000000b7958b75d6a7a1c50b2fa3375a3bf85f6590c315739c5 0.79 MB 1,264 5
632,395 632,395 00000000000000000010ddf04c60043074f85b002a2ab9e9c85691ce1078703b 1.24 MB 2,834 47
632,394 632,394 00000000000000000007e728d4c8aea13fa492de0a280e736c76a3648d6f375c 1.27 MB 2,833 20
632,393 632,393 00000000000000000005cbd8d56acd23d4b2f4ede681194bbbf1de4044c8992a 1.32 MB 2,320 75
632,392 632,392 00000000000000000002842b9621a9f4b41fa55fac8aa2a208f2014518b588ed 1.38 MB 2,524 128
632,391 632,391 0000000000000000000775f64e36431d86116d51652ecb60d7bbf26a98846c35 0.54 MB 1,025 48
632,390 632,390 00000000000000000003ac3d631346cd1e5cf620d7093d8acbc83cd3825c1c5c 0.68 MB 1,461 59
632,389 632,389 0000000000000000000e3d5e6810ed2f7fe2a855cf4ff255040ee0fea7af0599 0.50 MB 566 64
632,388 632,388 0000000000000000000f76b2c61bc444d485b28616bc15c7809e285344b800ea 0.65 MB 1,408 50
632,387 632,387 0000000000000000000755202cfe98210ea57de9cc22568a8aa8e7beb2a6b928 0.34 MB 653 50
632,386 632,386 00000000000000000003a6823ffa22b538275b130b21a28251d64a2100c0292e 0.26 MB 548 56
632,385 632,385 000000000000000000107bbb8012923701377ebe1d064eef00deb01f915e2592 0.05 MB 134 52
632,384 632,384 00000000000000000010a6a9e0a41575c29396171d6a1f7fc0c00d5a50d92135 1.18 MB 2,513 50
632,383 632,383 0000000000000000000ed070975eaf6796f4b1178d3ff1295fe70ea2c003a619 0.24 MB 371 68
632,382 632,382 0000000000000000000d27eec650f57345dcd06ca300a0f51689e07309d8e9d4 0.58 MB 1,418 53
632,381 632,381 000000000000000000094598dc85ee52a1dd18621edf85c7f5d184894d6159eb 0.86 MB 1,140 16
632,380 632,380 000000000000000000073dbc9bddfb17b256e3a1e9480f200bd8766a1a7fef4f 1.30 MB 2,504 30
632,379 632,379 0000000000000000000e4ec5ea9d2c58d9d4bdb94d05bd5dff0f985b8481d927 1.29 MB 2,068 99
632,378 632,378 00000000000000000008018cbb35dc7c3059369af618bcec7235a0c1ae7de6ee 1.41 MB 91 2
Previous 10 blocks ↓
Total Size: 650.26 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,953.57 GB sent, 62.05 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.