Memory Pool Memory Pool Refreshing

37,618 transactions
28.76 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,552 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,634 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,551 (334,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,145 530,145 000000000000000000320b2ea6ee205ce2992de8fc02f77a841de6dcd90e2eea 0.94 MB 1,068 10
530,144 530,144 00000000000000000004d83f7ba821556948884498f3c2b4c805dafb5e6c271a 1.10 MB 1,622 22
530,143 530,143 00000000000000000030440a71128877d18c3e7456ddf1bcdf26cd146563b372 1.03 MB 598 7
530,142 530,142 0000000000000000002b0b15c6ad0ed03233a2e695ae43ccfb0f4f312ae06722 1.15 MB 2,447 27
530,141 530,141 000000000000000000090c57d1621b7f13ec55245465d597df8a226284ea4261 0.39 MB 589 18
530,140 530,140 00000000000000000033a10a0191e47f84e6790dac829b893e8d4106b34d68e4 0.83 MB 826 15
530,139 530,139 0000000000000000001e6db880e65dd2582d42040d7d28d8b7b9dc30da42134a 1.06 MB 1,220 14
530,138 530,138 000000000000000000107303fa23c49e63c6df636e853f16bf3116576d547fbe 1.08 MB 1,387 13
530,137 530,137 0000000000000000000350c53cbb7379cf93d456189a542d02958abda82aec44 1.09 MB 1,575 20
530,136 530,136 000000000000000000197de4802fcf8cecc6ff1a83ea07739505b770b23360e0 1.12 MB 567 5
530,135 530,135 00000000000000000032643b88605c8b45ab0a02e8000526c3a2c9d05d8c810b 1.01 MB 258 2
530,134 530,134 0000000000000000001ea4505562067d12c581f2009ddee6a2ef9b152a15d37a 1.11 MB 2,110 26
530,133 530,133 0000000000000000001f2fe642d313351d04f2adad23335fd03e2bd608f8195d 1.08 MB 1,642 16
530,132 530,132 00000000000000000023cb314c2b2eeae14959cd8bc6a9abb2c0752fcb11d2d5 0.00 MB 1 0
530,131 530,131 0000000000000000001be55a89e33cdfb69aaf2c91c56362d7eeaa2f03b17f07 0.71 MB 916 13
530,130 530,130 00000000000000000004b07bb4fe6f4dc224d78c91b52eb78826f1b04ce1fbd5 1.04 MB 1,465 8
530,129 530,129 0000000000000000000ce9e5763d0a73beeebff5374e8497fbae456b1b670854 0.14 MB 335 66
530,128 530,128 0000000000000000002c68a4a9fc3e2448093654457f55ca2f459eddbe0a5c3a 0.11 MB 198 22
530,127 530,127 0000000000000000002acc16c6b49a3fe1694a62174a8138a0f17d3c7c825b96 0.43 MB 610 17
530,126 530,126 00000000000000000016b6b56b6e0c66ad5eca7114a357ba0840a889e3bcd646 0.81 MB 717 6
530,125 530,125 0000000000000000000b2ebe1b601d030edc949c027709e8c5e32ce49652f9f4 1.05 MB 695 12
Previous 10 blocks ↓
Total Size: 689.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,642.03 GB sent, 133.68 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.