Memory Pool Memory Pool Refreshing

32,762 transactions
29.95 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,736 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,518 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,735 (120,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
742,061 742,061 00000000000000000001f8e40c0e2f272806809906a4e14b27e56ba6ce6fb34d 0.22 MB 319 12
742,060 742,060 000000000000000000089f1821acd32581c7743f6e2949b30098c0e1cb446fd3 1.14 MB 2,152 13
742,059 742,059 00000000000000000009256a691ab443e376133a5a7aca0c5b2311a096ca3351 0.25 MB 568 16
742,058 742,058 00000000000000000008fee7ace3e7d66f84cd93ee1cc9c0e912808b762bba51 0.86 MB 644 2
742,057 742,057 00000000000000000007f6538b67016a833684c61ae733c4bbe0de4f4c5ce151 1.58 MB 3,019 6
742,056 742,056 00000000000000000002f71d421468d90865b8b4a1d538c46711797645dbfc10 1.43 MB 2,674 24
742,055 742,055 00000000000000000006fb817f18c8b4de526493047b2ddb8e07b961fda0df83 1.52 MB 3,148 12
742,054 742,054 00000000000000000000520a5bde03b4b5de2bc108966cfa6ee0263e4bd38750 1.38 MB 2,849 25
742,053 742,053 00000000000000000007a3e1a65d388a79da0a96664a2bcc2bf0b20f232a71f8 1.06 MB 1,582 8
742,052 742,052 0000000000000000000908d2cafff6333ddf423f701801fece0cf44affc0dd94 1.20 MB 1,286 18
742,051 742,051 00000000000000000001b6a203967a8481683a00473e28f44b05db259a97b894 0.69 MB 1,023 9
742,050 742,050 0000000000000000000684d3c003c87b61eac7c8049124e02463f511d302d596 0.16 MB 164 5
742,049 742,049 00000000000000000003305d10d20bb8a5b186e7175db5397966e7b48e356f75 0.99 MB 1,554 8
742,048 742,048 00000000000000000004064406e7deefeaf4cad2a4e1ed26988e4ea50647898c 1.33 MB 2,132 14
742,047 742,047 00000000000000000002f0e98669d131abaaf154773b5d10113322321f8a5a2f 1.43 MB 1,350 4
742,046 742,046 00000000000000000004c348e366800cbbec8904b3b6006fc59c7e01211a1473 1.47 MB 3,439 16
742,045 742,045 00000000000000000005575e2c86e78fbb59b389bef75e24c625af72773395cf 1.59 MB 3,047 10
742,044 742,044 00000000000000000008a8bcb5e1db48c5872accba40118f342e529302f2a742 1.40 MB 2,728 24
742,043 742,043 0000000000000000000664050ee14ed8d5c6d6f3a6dab9ceb80f9cb30c294db3 1.41 MB 2,526 12
742,042 742,042 000000000000000000024c6f5f57525d2bef15386778c0e95fd93857c4b20724 0.92 MB 1,383 13
742,041 742,041 000000000000000000055c5de9dfd3d869995fdf8daade1d730e3a74ff9b01e3 0.20 MB 464 13
Previous 10 blocks ↓
Total Size: 685.58 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,390.16 GB sent, 109.41 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.