Memory Pool Memory Pool Refreshing

48,825 transactions
48.84 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,337 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,536 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,336 (586,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,206 256,206 000000000000000633d4a69a358f79683b485fde75325770c1a7435ae60b1ae3 0.08 MB 207 98
256,205 256,205 00000000000000249f2713deb215988c81fbefaf93918a884a8e3313349ac588 0.04 MB 103 96
256,204 256,204 0000000000000018bcfb82c50b36b163ce29ad079d51d85aaafeb5efd65f48aa 0.03 MB 59 134
256,203 256,203 00000000000000021266d5b8ec858ba86a04ea30af019b643bd74d94ab3affee 0.08 MB 211 105
256,202 256,202 0000000000000024907195fdecebe13d613c45e89627100e49b0191bbe0f4cfe 0.03 MB 81 99
256,201 256,201 000000000000000e223e2dcd8dee9655f1fe6f5a133077ebfe4834c61c113e8c 0.02 MB 58 126
256,200 256,200 00000000000000032827a1b515a31d40f49998db3aa450456a4d8a843c59d8da 0.10 MB 245 105
256,199 256,199 000000000000001c86608e4e15858aba9f50d701a39e7eaa4245f454a4ea9fcd 0.03 MB 66 88
256,198 256,198 000000000000000afddd077831b7460e5d2d5b4c95994be426fe09069eb3cb38 0.06 MB 163 115
256,197 256,197 00000000000000194219bd205dcc7650fb1ca6000f86a86211f37904142db62c 0.04 MB 54 48
256,196 256,196 000000000000002ca47773542513b03beb517554f3ba32c155cf7f3b2424a59d 0.18 MB 487 116
256,195 256,195 000000000000000eaf30d33db53f0e491996b1858c35431bb230670a08ab201a 0.05 MB 108 95
256,194 256,194 00000000000000210dfe5704c01881b4fc0064aa6240309ebbee1a0e989ad11c 0.10 MB 241 100
256,193 256,193 00000000000000083dbf70fad9d7c4a24c07049b1c4cf3ed260b6394a9d16ec8 0.08 MB 196 71
256,192 256,192 000000000000002848a62a06519846aff14da3787674f8e79b00c864d3c662d6 0.01 MB 30 11
256,191 256,191 000000000000002938fd613f479f9386d857fad3ccf963c37ae017e2ba27101d 0.02 MB 42 43
256,190 256,190 0000000000000020d015ac949dcdfe447a453fd39df423d4d9bd10649c2eba84 0.18 MB 407 97
256,189 256,189 000000000000002101f5471fb546c4023975f2598d975f79a59664ecc0b9955f 0.27 MB 501 45
256,188 256,188 000000000000002eac0773d18d44daa0f8014ed512428f2c214fbf81f8c50b1a 0.25 MB 785 179
256,187 256,187 000000000000002889763e4f26b2122baaa1796c7f45801328f236ff1c9f003b 0.36 MB 807 106
256,186 256,186 00000000000000047c0582e59ae791ce9c60715a5115070c13a9e76cb41709e8 0.17 MB 380 96
Previous 10 blocks ↓
Total Size: 647.35 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,479.58 GB sent, 45.10 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.