Memory Pool Memory Pool Refreshing

61,558 transactions
41.61 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,311 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,648 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,310 (228,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
616,167 616,167 000000000000000000060bb472ff2c6fd7b64e9b48c6f4f04c0a0f3c02ff336e 1.29 MB 2,563 17
616,166 616,166 00000000000000000005175b0d529bbc16d8577539764678cbfee152667ef2f8 0.95 MB 2,064 17
616,165 616,165 0000000000000000000d198497112c0239b0810facd5e8a8256cfeb1339b6db9 0.01 MB 28 19
616,164 616,164 0000000000000000000f6636e1a16029b6bcba41fdf20f4fa09a300fcb173a26 0.20 MB 482 2
616,163 616,163 0000000000000000000e3377d365a3a4332e5917cd35ebb103f4db93ddf765c3 1.24 MB 2,670 10
616,162 616,162 000000000000000000012b343f4d0c1f0cbf22cfc5febb4c0d23820222558e74 1.30 MB 3,359 13
616,161 616,161 0000000000000000000d179aad36aa78a8e69bf6b3bba8694caa994d8c671971 1.31 MB 2,491 20
616,160 616,160 0000000000000000000ccd659f64e60dd470712d666e892197e22a2a2f696537 1.41 MB 3,617 8
616,159 616,159 000000000000000000023349fbe2e9fed188b696d6a942aba8684a591c2facf1 1.11 MB 2,319 7
616,158 616,158 0000000000000000000979067bb894e90f70c4b588965820ae612e93f8b83f8b 1.30 MB 2,463 17
616,157 616,157 0000000000000000000d1649fdf519bb846d822788a8c27ba60241d6c8da4f6c 1.38 MB 3,557 25
616,156 616,156 00000000000000000011d43f8d8e7d9ed479bb95523b00aeeb216b8e62d554ad 1.29 MB 2,857 14
616,155 616,155 00000000000000000005a57e514ea446624bc88991093a91091f4a1ca1c2ff1a 1.38 MB 2,573 7
616,154 616,154 000000000000000000108207f1cea960f21654f5708f954d626f0538ed3b8ad1 1.10 MB 2,416 8
616,153 616,153 0000000000000000000911151e56f382d0f8f8a4ca1019deec57ee8b8e43c88a 1.48 MB 2,247 16
616,152 616,152 0000000000000000000a35a270688c72c7ff0a043e4edba1e89534ac8a695c18 1.50 MB 3,274 21
616,151 616,151 0000000000000000000cda3a1e733a054dd6e1811873732a97ce698247817cef 1.23 MB 2,090 32
616,150 616,150 000000000000000000015915242f598f81551c70f4b3000576a54e50f6076903 1.18 MB 1,820 11
616,149 616,149 0000000000000000000b0f8701d5d5c22d5fc06cc89b8f4bf6f676584771b1a7 1.11 MB 2,842 8
616,148 616,148 00000000000000000006c6d3a240c1ef6104bf02b7accf3f207a82b10b2200c1 1.21 MB 2,863 18
616,147 616,147 00000000000000000004bff56dd224814e0fc241b69a6f31d3ab8f27b4b17e16 1.33 MB 2,978 25
Previous 10 blocks ↓
Total Size: 651.09 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,087.04 GB sent, 66.63 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.