Memory Pool Memory Pool Refreshing

23,850 transactions
35.28 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,118 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,451 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,117 (54,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
807,373 807,373 00000000000000000004ef6cd129d053aab11ddf19ca13f21f0a6870f410b092 1.50 MB 2,804 27
807,372 807,372 00000000000000000000a777a81da0ee3a7c79e81172c1c189e809e466efe908 1.36 MB 2,141 25
807,371 807,371 00000000000000000000140fa55989a1472cfe4cd55ea18371bfe51f7fefb409 1.59 MB 3,386 30
807,370 807,370 000000000000000000052da0dce0ce485c4d6fcb8d8123bac1b728900b4c8db7 1.47 MB 3,109 32
807,369 807,369 00000000000000000004366d1551ab3ed05ce3ce2d9928c4300db8c2db9565ea 1.46 MB 3,475 33
807,368 807,368 000000000000000000037ef466dbffc3e6128140e00494ee2e7947c6dde8a5e5 1.31 MB 1,708 22
807,367 807,367 0000000000000000000034bdc26b15e53504284022a1ad09b605beba9f2f386d 1.62 MB 2,606 27
807,366 807,366 000000000000000000017e31033658ba29078319300b6f5f13a040c5e3d28fe4 1.55 MB 2,504 22
807,365 807,365 000000000000000000022296cf6fb5ffe353e76533dfa367c3d5a0c3b4503b6c 1.53 MB 3,013 26
807,364 807,364 00000000000000000000bc27712cf343546ee8fca518ce977531747024b91c6a 1.44 MB 2,494 36
807,363 807,363 00000000000000000002f428034153b4db9d9852c3d2daae3233739171b88f1e 1.56 MB 2,773 51
807,362 807,362 00000000000000000004b163e439ae44a704238d272352c5808a32bd25ba2474 1.56 MB 2,756 25
807,361 807,361 0000000000000000000074465dd7353304913cf53a6268dd2d767eca76423189 1.52 MB 2,156 19
807,360 807,360 0000000000000000000073ebde527d720750b6c3dca8698d8f1b6d855bf6fa85 1.55 MB 2,333 28
807,359 807,359 000000000000000000031e33f1b00995a703bf00467c99aea41959c1a7effa23 1.41 MB 2,111 19
807,358 807,358 000000000000000000015ef4a99f2a921a7d0333cf5f8e4de56925d1bc073cd8 1.61 MB 3,497 19
807,357 807,357 0000000000000000000089e4b9faaa1c9630f33f012163befe2f057bdae70b1f 1.58 MB 3,457 24
807,356 807,356 000000000000000000025e631d95207f055135c151391067df3039359b93a8f8 1.48 MB 3,288 37
807,355 807,355 00000000000000000001f0a381583b6cf23ba204a8e754affe5bf386742d26d7 1.57 MB 3,362 25
807,354 807,354 00000000000000000001360edaf56e449df41c87b70c5d063bbb23b2b1d7889f 1.58 MB 2,881 38
807,353 807,353 0000000000000000000423b7cc3c7d2d758b145a53ac0a66733cec6ee80ee554 1.80 MB 4,463 26
Previous 10 blocks ↓
Total Size: 684.39 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,338.72 GB sent, 100.88 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.