Memory Pool Memory Pool Refreshing

44,422 transactions
50.40 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,023 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,243 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,022 (418,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
423,779 423,779 00000000000000000353be3c8cdac01e0eeace363eb966ecec08a3310163df16 0.25 MB 466 59
423,778 423,778 0000000000000000030b8c0bc690391bd90c5d38a84fffee4f5bd14cc3938977 0.98 MB 303 7
423,777 423,777 0000000000000000051c2f0cbbec5db8858426f65fab939222d9dd31107974f3 1.00 MB 2,132 74
423,776 423,776 0000000000000000053b04f519d1983ab88932600e682de7807f2293203b3976 0.08 MB 206 88
423,775 423,775 0000000000000000008c9e1b5134e4365f7fb1347beec90aafd4b1b05eaa2a28 0.99 MB 366 8
423,774 423,774 000000000000000002cb3e3d652bc2daacf189947cc9abfb81788b8189db101b 0.98 MB 576 15
423,773 423,773 000000000000000002c8bb221485c0fdb604cf0395c8bb904fde06fbeebd0153 1.00 MB 319 6
423,772 423,772 00000000000000000499f6935cda5627c0eec2d5976498b61d55ffc3692b17cc 0.53 MB 1,213 65
Previous 10 blocks ↓
Total Size: 646.80 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,408.38 GB sent, 40.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.