Memory Pool Memory Pool Refreshing

57,590 transactions
31.61 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
866,116 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 2,424 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,115 (16 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
866,099 866,099 00000000000000000000dac2ee3cf14e3987ab451e2f5c0d1954464b8a5df209 1.63 MB 3,790 21
866,098 866,098 00000000000000000002ec39f2d692be4382909468f01093c334bb0c012a2903 1.61 MB 3,482 14
866,097 866,097 00000000000000000002394204ac777fa19c1f3c7020514a0fc839eaa29ac898 1.43 MB 2,948 21
866,096 866,096 00000000000000000001900f64f4b2b00f9a796fc6f6307611d8ae83f3584d67 1.79 MB 3,326 28
866,095 866,095 000000000000000000026ae85eec34c8f760bd994c9bf4c169d3fbc04bede6a4 1.89 MB 3,541 18
866,094 866,094 00000000000000000000946480720f496c3a4c9a79ce9817da78c73940e88dfa 1.74 MB 4,124 42
866,093 866,093 00000000000000000001a7958550616b03c49bef8a2724de816a880a79c9c3ca 1.71 MB 4,174 38
866,092 866,092 0000000000000000000104cac3ec500da2390fe01e0b899d426c2b6259a68496 1.69 MB 3,635 26
866,091 866,091 000000000000000000022f7724c3ef1d3576651900121fb0d6e020dc61ca4cbc 1.70 MB 3,214 55
866,090 866,090 0000000000000000000120ea71079b08af81da0e62adf5150210eeb024192696 1.64 MB 4,774 20
866,089 866,089 000000000000000000012010bdcaa449780a89a559aca0be9452ff59453d28c3 1.61 MB 3,380 30
866,088 866,088 00000000000000000000c780f0f936166e9250a5e08a4a50a14d424b7e96ab12 1.57 MB 3,519 41
866,087 866,087 00000000000000000000704f2de73789c613cb73ee81e095360ca98ab6c238fe 1.63 MB 3,638 60
866,086 866,086 00000000000000000002e231b45b67f5f89ffc7c56c4847113cadb60731ea7fb 1.51 MB 5,668 22
866,085 866,085 00000000000000000001ab110144a694c1077f01adad0d415c6b3d9d8f80eb44 1.48 MB 6,266 43
866,084 866,084 000000000000000000019f5f8419a40070a016b85c7dfc9800a0d02866a05c21 1.51 MB 5,393 18
866,083 866,083 00000000000000000001269c7d455de1e37e117b7cb2bc30db9548064b0af9d5 1.83 MB 2,453 9
866,082 866,082 0000000000000000000006f9e300bb0efccc44f024bf500f9f21224732f036d1 1.83 MB 2,268 17
866,081 866,081 00000000000000000001bd23e19b3fca4a51437d306dbda0c76de4c08db3ff74 2.00 MB 2,473 14
866,080 866,080 000000000000000000011ef5a369a490c4df3da0023653242ce474ea5a884f78 1.62 MB 3,212 19
866,079 866,079 00000000000000000000d4fd9963667dcd61d2f46c71af442f2aa3ed8fd8f10d 2.60 MB 2,426 12
Previous 10 blocks ↓
Total Size: 691.96 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,831.24 GB sent, 157.24 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.