Memory Pool Memory Pool Refreshing

35,698 transactions
40.75 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,296 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,581 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,295 (658,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
184,159 184,159 00000000000007754180239538aaa535d7aaac2847537bdb69796f22d69d0249 0.10 MB 143 80
184,158 184,158 000000000000049be804176a090eb5f7b4e1a22d1e93ff19a9adfe4455cb05db 0.10 MB 271 202
184,157 184,157 00000000000007f71c161cfbbc90b08e63f65c488b8b900371eaf496a2c4c162 0.01 MB 21 37
184,156 184,156 00000000000009f6586ece3c323a8b3455332a5613e48807292a8399d9f5b3a7 0.04 MB 100 162
184,155 184,155 000000000000025219676fb13876dc0c70149092053e68b4aab94dd25f9933b6 0.03 MB 75 54
184,154 184,154 00000000000007d8158212fd3ac04f625dc81aadc122dd1f7a52308ac5694c8c 0.08 MB 90 72
184,153 184,153 00000000000002bf87f75008096f83a9103d3f15c01180afbbee11875eb140c1 0.02 MB 79 50
184,152 184,152 000000000000083042004ffea8991a823a5d6797a69bec8fdc13d22205213c0f 0.12 MB 183 132
184,151 184,151 000000000000070b31c0edb6a0b6cc4143af193fb328715689c5eb5b931420f7 0.05 MB 105 123
184,150 184,150 000000000000095a7286305dbec608fe4ab7c3fb821ab18ba7776dc20300ecda 0.01 MB 31 994
184,149 184,149 00000000000000f8cdb8386189ccf17c3dd7641ac57a45951e07f4884b00f503 0.05 MB 159 19
184,148 184,148 000000000000036050969046f7481e2675c530486daffaaa3a7b18fefeb174e0 0.11 MB 219 103
184,147 184,147 0000000000000593377d57f31cf632fcdc81ae5de1cea9e6bce079ee1710ecf6 0.05 MB 80 115
184,146 184,146 00000000000005fbfb12f5e60f4fe9187fca3b997a58c255c884466bbfb8d490 0.09 MB 156 78
184,145 184,145 00000000000002eb49575a53a173802fea370f59396841e11c466f599be9c42f 0.15 MB 384 148
184,144 184,144 00000000000006697f7073d734ae92428fe5b1bea84cf77ff360516065c7c629 0.03 MB 63 75
184,143 184,143 00000000000002531649978e07af30dc0a00348013eb92a40d440b3910cf7f3f 0.00 MB 9 34
184,142 184,142 0000000000000143576881647bc6382b1b488519bfcefa4c03f9117fb29c8c79 0.04 MB 63 100
184,141 184,141 000000000000000f955b03e190a29b9c5967ade40a46f7c9bd8165f01f71ca92 0.19 MB 372 126
184,140 184,140 00000000000005f9c0a8b96f96b3363e2e27f3ffe4dfa9aa97ff764061fc5ce2 0.01 MB 34 77
184,139 184,139 00000000000006656691375e095e6a1d8b067c659cc1b578347417c1e61e53d8 0.05 MB 129 89
Previous 10 blocks ↓
Total Size: 647.27 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,471.38 GB sent, 44.41 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.