Memory Pool Memory Pool Refreshing

28,295 transactions
49.41 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,091 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,145 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,090 (417,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
423,800 423,800 000000000000000001497341ac0759741bba9265210ba191af85ac93a4903d0b 0.63 MB 1,455 67
423,799 423,799 000000000000000002a1087323c711682c537f812e5bb07ed70d089f8b38ced4 0.14 MB 372 67
423,798 423,798 000000000000000003052d82f5ca4696c4777a2f6c0e3c1a63757030844ad117 0.00 MB 1 0
423,797 423,797 000000000000000000aff77faf36076f706f14b88d421e3a935de1be7fdb11b0 0.67 MB 1,329 55
423,796 423,796 000000000000000001886c37c40a5318bcb57f9a11d338cdab434e7948763143 0.14 MB 222 39
423,795 423,795 000000000000000000b578d9351b8d0f4ad9e1a69f8829774be7871ee40277c5 0.92 MB 1,872 64
423,794 423,794 000000000000000001434d9e03cd86157f9209c2be0adb4318369c3e7ced4780 0.42 MB 924 62
423,793 423,793 000000000000000001a2df3ba5ee765fd31eb9331ce2474beadb0ae1c0edeaed 1.00 MB 1,862 44
423,792 423,792 0000000000000000022053f87d7e5ad99970a915388b4d41c0ee7bfe305f633a 1.00 MB 2,257 73
423,791 423,791 00000000000000000303359a303b995bcf325a3b2529dc6bb6704e78e7b88e74 0.00 MB 14 163
423,790 423,790 00000000000000000426e7ff7c8b3bf677d16b64e41c1f223da12cb021fbe0fb 1.00 MB 2,922 93
423,789 423,789 00000000000000000088cae55ddbee57797112eba4dfbcf31bcc00521316b548 0.21 MB 375 46
423,788 423,788 0000000000000000007cd55e3273594fe167f934584098bbd1351e7bb845e925 0.51 MB 1,111 65
423,787 423,787 000000000000000002933f531f3085287fa07635b6e669dd26924401c64e0db1 0.99 MB 1,267 37
423,786 423,786 00000000000000000244aaf54b7f95ea300f6560a52f3bcb5b37fecee7221a0c 0.15 MB 367 69
423,785 423,785 000000000000000003101dedca1b5eae5b372c3f89a53f5cdb8b6599df820493 0.99 MB 1,817 47
423,784 423,784 00000000000000000045eca26374ddd095047b08ceb10c212aa72dd670a4b3ea 0.08 MB 201 54
423,783 423,783 000000000000000004595d6bd0e5fb51aa49039f1a0ad954fd0315edbb1f8950 0.36 MB 792 70
423,782 423,782 000000000000000004cbfccc5f699b93c80bd45b13460dcd29fa6c060712ad02 0.08 MB 232 81
423,781 423,781 0000000000000000033c33c7b4a13934036266537071a9b545b9661ca5ecaf29 0.22 MB 514 62
423,780 423,780 00000000000000000291bc189e127b4e41502efe520161bcd83cddfc997a9b6a 0.22 MB 548 80
Previous 10 blocks ↓
Total Size: 645.05 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,187.73 GB sent, 30.25 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.