Memory Pool Memory Pool Refreshing

1,358 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,350 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (157,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
750,408 750,408 000000000000000000069e1dae500d833c7f172c5f4b37f4d0afa7d63d8ec529 1.54 MB 3,109 12
750,407 750,407 00000000000000000007047dbb9413500260ba23001d7df7113f0bf7e5cc3e02 0.05 MB 131 10
750,406 750,406 000000000000000000058a0e457816d3d68a2b7a8f3fd4e88abe01f16a403eb6 0.11 MB 246 7
750,405 750,405 0000000000000000000511faa1e124e27c3acdaff123068ef65a7591550e58d1 1.09 MB 1,454 7
750,404 750,404 0000000000000000000325667faf380d4de03dae2c51822074f088e3b90d529c 0.30 MB 629 9
750,403 750,403 0000000000000000000678598d770d0a559a35dcd606ea88f4a3c9c38d5f248f 0.01 MB 30 8
750,402 750,402 00000000000000000001afb24cb1df748f63918309111c134bfaf0fedb1e28eb 0.89 MB 1,134 7
750,401 750,401 00000000000000000006ecea1502ffb333c7057073f3c0d627fe3bfe77f44685 1.16 MB 1,778 8
750,400 750,400 000000000000000000025ba7c7ed70d1c76acd65ea44090e86e9b56f5c060f7d 0.95 MB 1,282 8
750,399 750,399 00000000000000000003afde7972753ddaf4e0ef8b2470adfa9215d9885229ff 1.15 MB 853 4
750,398 750,398 000000000000000000078c378f27cc1adc721e2d3c2e6e5788b2534d2e1660cb 0.31 MB 479 7
750,397 750,397 000000000000000000050d9df0529319ad8297e954b619ff484b545e5415de36 1.13 MB 847 2
750,396 750,396 0000000000000000000367bbcc882184f84f49ca4c1dd2ec35899ab5d6f97402 1.51 MB 2,834 10
750,395 750,395 00000000000000000006268ae276e07e0079b79274742a26b7adb9f5e80ea0c4 1.68 MB 1,817 8
750,394 750,394 0000000000000000000145b2d6f9cc042d720844e7d57b727bf01f0cd4f04c01 1.15 MB 1,429 11
750,393 750,393 00000000000000000005b6aeca6b164c47961c9ad411c4a851143d0d7cdb6208 0.58 MB 763 8
750,392 750,392 000000000000000000069090e7351415ecfbab4b751bea76abceecad6c3f3b18 0.09 MB 183 9
750,391 750,391 00000000000000000001c55e107121fd79fae8371109c30e4ba811ee3598b0eb 0.97 MB 1,481 7
750,390 750,390 00000000000000000009e13ea4e30765f8f34ac306fef31235da00e69dc68b6c 1.32 MB 1,419 6
750,389 750,389 000000000000000000071f9f2006f49e61913f4cee92ab409ff8424c1033cfa8 1.40 MB 1,453 6
750,388 750,388 0000000000000000000160c8624810a7685686943c71fde0559a6acf88452782 0.09 MB 203 8
Previous 10 blocks ↓
Total Size: 769.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,631.94 GB sent, 93.59 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.