Memory Pool Memory Pool Refreshing

41,336 transactions
47.87 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,368 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,939 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,367 (585,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,660 256,660 000000000000000928e7b171992e376d4835036b741fffb17fd9c8900449627e 0.25 MB 535 87
256,659 256,659 00000000000000060b82939a80278ad039989dcf3bb9350f9616751b280b79f5 0.25 MB 786 199
256,658 256,658 000000000000001524754d6849cc76164bff974ddcbea24a8f6c5f68b60282ec 0.04 MB 86 83
256,657 256,657 000000000000000aa108b9a1999931d07720429520e0b8a25e246d3d57437934 0.05 MB 129 151
256,656 256,656 0000000000000016cbf6409feece21d3df1ba9a70f4e99881102a719d172ec71 0.13 MB 275 98
256,655 256,655 000000000000001dde23df333580c04f6cdc664e4c7f91a112e98d73c64c3685 0.04 MB 106 124
256,654 256,654 000000000000002945ab5eb00225809681b91a5a5ae509e0fbfd3bd60a3803fb 0.04 MB 58 53
256,653 256,653 000000000000000aff0bf03a4a8a63ef8504a590aeacb497884a05ab7494f312 0.04 MB 71 55
256,652 256,652 0000000000000005bf9d5ca3e878944f4b0d42ccadd99d88aa7f95e7492d3892 0.06 MB 103 37
256,651 256,651 000000000000002345cf7d0b4287ddbfa2624def3d0fd748889c6b3808e945c0 0.25 MB 177 17
256,650 256,650 00000000000000278fdab77779607469690400e0dcc6ab4df9911cc673430d8a 0.50 MB 1,048 55
256,649 256,649 000000000000001f2b2c816aedacf595253ce258798b10575b565633abb89cbb 0.25 MB 435 95
256,648 256,648 00000000000000288421b57949e963b824cc073591dd940944fc929ca14cb1c4 0.25 MB 826 192
256,647 256,647 0000000000000022a7aab66a57a837ad32b8b7b4f56622a5d3a09bae735d44c9 0.25 MB 568 114
256,646 256,646 00000000000000050ea832acd5bff840cf01a12fa68a98c56e20efe58baf8485 0.25 MB 416 55
256,645 256,645 00000000000000046e8c23471f3ea73bb79674742d44255240594a0512864ca8 0.25 MB 667 146
256,644 256,644 0000000000000008706fb682060e6fc592f297528382559889ee02aa211d537a 0.25 MB 729 75
256,643 256,643 00000000000000079207f3eac465e0695775d6b4b63f3cb6880d1cc4224912c0 0.25 MB 589 121
256,642 256,642 000000000000002b429f0f3e8978daf4602d89290baff6d5ec8caab72e1f3973 0.25 MB 657 148
256,641 256,641 000000000000002a353caecddd3ed84db074b598e9b5b56c3cfa450c244320b1 0.25 MB 640 160
256,640 256,640 0000000000000020d26b622daefe7c3d1232978f0d314b5967a16696ac1642d6 0.25 MB 570 151
Previous 10 blocks ↓
Total Size: 647.41 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,484.57 GB sent, 45.53 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.