Memory Pool Memory Pool Refreshing

70,303 transactions
35.78 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,402 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 4,823 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,401 (329,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,852 518,852 0000000000000000002e4c9ab45f892a65d710acf247e70435bcedee2b399a9c 0.04 MB 95 32
518,851 518,851 0000000000000000002e7a76139c2141b0c2f3dead5982de66b76b02e49cb6e9 0.56 MB 1,131 31
518,850 518,850 00000000000000000047663cba0586fb60d84b401b49a4430d58e9145024dba4 0.64 MB 1,183 3
518,849 518,849 0000000000000000002d68e974b01c356301f1fb930ba14fd1a29f9315cc775a 1.17 MB 2,305 21
518,848 518,848 00000000000000000042c32f5a3e6889a524b19641b5abcd34e5b8fb7252220b 1.12 MB 2,533 41
518,847 518,847 0000000000000000000a77528b8ce7bb5b2d49372bdb9f8baf954902e85307aa 0.33 MB 623 7
518,846 518,846 00000000000000000000c753fc6ca0c5b9a3261f63c52106a0b6c463487085d0 1.19 MB 2,801 20
518,845 518,845 00000000000000000035b4c9c1d8251074d84d4033ce3d479fd60063b31a51e8 0.52 MB 805 60
518,844 518,844 00000000000000000039eaedc478bb5a7fc852a0a8ed3b924fc23c8c16bc2607 0.59 MB 985 9
518,843 518,843 0000000000000000001f16260050c1242f39e0b686a8611a3b8a1a6ddbadc9f7 0.25 MB 501 33
518,842 518,842 00000000000000000019594142cf2aae1e26e5c0ba0ff1dd8885c56e1d1f96cf 1.29 MB 3,132 27
518,841 518,841 00000000000000000006c8d4d5bfb2e70270d75e3cc4065e7dd907d4430bad7e 0.91 MB 1,825 28
518,840 518,840 00000000000000000026e8829215303c6f478c1a5bc738c1a243b2143d492730 0.78 MB 723 10
518,839 518,839 000000000000000000331fd804643c50d9ed557ae34e2b292152b60bc945a6a4 1.58 MB 927 11
518,838 518,838 000000000000000000068116682265050970c1bedee3a317f526238c62ef4f14 1.16 MB 2,641 17
518,837 518,837 00000000000000000017529d3925f1c1f9e4ad22a944db824c3691787a701264 0.31 MB 517 59
518,836 518,836 0000000000000000001d8062eaadf974b1eb90521533bd6f2969a1b9963b4d73 0.85 MB 1,552 16
518,835 518,835 0000000000000000003105986a93ffe8703dcf0adcbc67564f1da4a441dd6571 0.17 MB 330 50
518,834 518,834 0000000000000000001ccc996ea8030a41c9efeea784626dd8846af5431db5ad 1.17 MB 2,856 20
518,833 518,833 0000000000000000002f861b5932f6d0e4ae9384555d57f578c0cd44b6dea6d7 1.11 MB 1,921 35
518,832 518,832 0000000000000000000456946ad9a50e82916910e250b68b38baaadb9d6f2a64 0.59 MB 1,225 28
Previous 10 blocks ↓
Total Size: 658.50 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 100 incoming
  • Data Transfer: 1,411.27 GB sent, 2.52 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.