Memory Pool Memory Pool Refreshing

102,674 transactions
35.12 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,703 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 5,480 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,702 (372,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,796 471,796 0000000000000000002477a6bd1ea52970a6eb5053a827421da2edb099ebedef 1.00 MB 1,214 316
471,795 471,795 00000000000000000067fa74e9e07cab5513baf496f86adb2f35660f9cf75213 1.00 MB 1,873 371
471,794 471,794 0000000000000000008567c5bf6782e57fb65c6547363c9f5e8e874e534aafe1 1.00 MB 182 280
471,793 471,793 00000000000000000151275cdef3c23282548059f6eeec58ef803bb5770a7ddd 1.00 MB 558 333
471,792 471,792 000000000000000001870e115fa2d53fd65c2b2014d4c790d7306ef4a6d21b84 1.00 MB 1,121 361
471,791 471,791 0000000000000000008550716b6f34613b23d3d576dca345128d37fbbc8079ea 1.00 MB 1,940 193
471,790 471,790 00000000000000000042641940743c0b6359028dba9bdae90ff49d26339e7fcc 1.00 MB 1,963 297
471,789 471,789 00000000000000000058ac7c6a002127473bbdc04a3422e178d4b56e9a7a99c2 1.00 MB 3,277 457
471,788 471,788 000000000000000000d45ba21ced959c520f4a3409541400aa12ec9550189f8d 1.00 MB 1,014 96
471,787 471,787 0000000000000000014dc4ef64408bced46812038b1d1b62b07b87aa31a6b75a 1.00 MB 2,218 174
471,786 471,786 0000000000000000003bc96f15b3b1271b94592d3106fcf9f8287db4ffa25756 1.00 MB 1,892 199
471,785 471,785 000000000000000001792dc663db06b3f5743ce784cf77a6fbd176936cf0e9ec 1.00 MB 1,998 255
471,784 471,784 0000000000000000003d2b588942807cc79e5320619828f6c6610374d5a0eca3 1.00 MB 2,391 312
471,783 471,783 000000000000000000a3d847b04c6d77ad7cc48d383c74f7abb00c5578c1bed5 1.00 MB 2,839 377
471,782 471,782 0000000000000000000f7e86b67856687e51063ccb5f9e9738a8680a1bd7c7f0 1.00 MB 961 107
471,781 471,781 000000000000000000eecbb330b36c0efe2a05ce9ff1752e4a0075480c58f178 1.00 MB 1,026 130
471,780 471,780 0000000000000000006bd007883cb5f8f12437e0c3607025e155226a3d8468de 1.00 MB 385 58
471,779 471,779 000000000000000000e4044825faedd012e12eb9fae00e72a8e03111baf335cd 1.00 MB 1,618 200
471,778 471,778 00000000000000000018b81b3d7be60b31cec8d661f588880cbb5d101fb33dd8 1.00 MB 1,973 230
471,777 471,777 00000000000000000151d32999a7f1908352f9477802d20f6472eaf6c2f85050 1.00 MB 1,412 84
471,776 471,776 000000000000000000d485d3ece94e90065bfc82040b2178559b8d927a8766ab 1.00 MB 999 209
Previous 10 blocks ↓
Total Size: 651.84 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: 9,179.65 GB sent, 71.07 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.