Memory Pool Memory Pool Refreshing

27,372 transactions
48.66 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,084 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,881 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,083 (427,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
413,279 413,279 0000000000000000046f56e59b9b1293b5e7c1587aa6d29c4f3f79b98cf22ee6 0.60 MB 1,185 45
413,278 413,278 000000000000000001b5d1c227ce3ebfd6a436be63210d291993052acd0f6153 0.51 MB 1,078 49
413,277 413,277 0000000000000000043bdd7def02a38a4b10d0977b7174af702ce79fd250bb5f 1.00 MB 1,835 28
413,276 413,276 00000000000000000467ff83b0489a6fa2ffc907dc52fb4362ca05db26272e92 1.00 MB 849 23
413,275 413,275 00000000000000000458a3a873ab0826e7971f00463bf813f000e140e4d6038f 0.99 MB 1,501 32
413,274 413,274 000000000000000002479167bec9774e837847b0b8ac3ba5e66b59e42c393295 1.00 MB 1,881 40
413,273 413,273 0000000000000000048f62da1d922a9dcded92e2b6ad41bf55907448cbd8929b 1.00 MB 2,011 36
413,272 413,272 000000000000000004d8743d7733491522977e8781ed884e0b4c47e8e269e14e 1.00 MB 2,644 42
413,271 413,271 000000000000000000f1ee1d2f7edccdd8d6bf6d4758922d3b53f48502a163be 1.00 MB 2,471 54
413,270 413,270 000000000000000000ba44ed4f921ed50db0ea7b684983124b171d2ab958a328 1.00 MB 2,558 103
413,269 413,269 000000000000000002dca9ba4ac20eebd4608f2a80067848b032c6c73a2cd80a 1.00 MB 1,122 30
413,268 413,268 0000000000000000057f705fc67470c6f6772b40e5c0dc2e405a223bf9aae074 1.00 MB 1,424 35
413,267 413,267 0000000000000000049d45af581e1fcb21df21fd2d703ac334f154a934928c1d 1.00 MB 300 11
413,266 413,266 00000000000000000302158950f2f8612dcdef5fdda73b44c2fd54035a0a6774 0.40 MB 906 56
413,265 413,265 000000000000000001df67fb44229b26af01db531c2ef4804b99f99f7f3eeafd 1.00 MB 1,015 19
413,264 413,264 0000000000000000007d16f2a96866068bef1e0b8294c07b7597352dbd7952a4 1.00 MB 1,072 21
413,263 413,263 000000000000000002f8b8e7c8a5699a58a95d4ac81762d322b178d5467bab67 1.00 MB 2,993 68
413,262 413,262 0000000000000000013d12787de468d0066194c0f9c5c327409a3d5a323ac0c3 1.00 MB 1,790 38
413,261 413,261 00000000000000000590d5c48634e3bc6e505b1df1e45f765467b07d28bea719 1.00 MB 2,318 66
413,260 413,260 0000000000000000015b45a6054009a164d3524517215fba1a33ffd4e027a5a7 1.00 MB 2,252 33
413,259 413,259 0000000000000000047c105e100d98840cb2f8f3c06ce082252ca5befcd3d8f8 1.00 MB 2,501 64
Previous 10 blocks ↓
Total Size: 645.04 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,186.14 GB sent, 30.18 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.