Memory Pool Memory Pool Refreshing

41,940 transactions
32.56 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
862,357 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,159 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,356 (54,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
808,062 808,062 00000000000000000000adad541b5d2999ab66c7c73652da5d925da1dc6d3aab 2.01 MB 6,067 15
808,061 808,061 00000000000000000000142cfa9591c6ec1387cf9b724912537a31f267ecf50e 1.87 MB 4,718 16
808,060 808,060 0000000000000000000407f630f65a139081c5ca44f2432b2f3d70a8b0a2267b 1.68 MB 3,914 15
808,059 808,059 00000000000000000004ee7e5ab09c074bab0044a99acf17d91f64d9f1ecab4f 1.48 MB 2,167 19
808,058 808,058 00000000000000000003acccb3d7dcaae22123a34e3ca7dbca536450921dc19d 1.53 MB 3,088 21
808,057 808,057 000000000000000000007272595f7abf9716ebabb0505c53b2d423be9728e783 1.93 MB 5,213 15
808,056 808,056 00000000000000000001abfa611be865df456f32b9766837ff4e29867dc9bffa 1.73 MB 4,177 18
808,055 808,055 0000000000000000000026165adfb5991c001d65c9a10722c6a36bef0257254d 1.29 MB 2,053 26
808,054 808,054 00000000000000000002f5907bcb558bca9d1f3bc9a48b0a1ef17a60263aef41 1.74 MB 4,247 16
808,053 808,053 0000000000000000000227761c6d0f8854bcecc14b0e23b0d11ff266ed087828 1.94 MB 5,310 14
808,052 808,052 000000000000000000020db12f1a713ee2e682c9b7c3097895fcb870d620b0d2 1.63 MB 3,705 18
808,051 808,051 000000000000000000022f3c5a5fcc005c335e2583aff1d279a1d1e3a7e772b3 1.64 MB 3,421 16
808,050 808,050 0000000000000000000361d6fea7b0418fa1ffb1dcd3ab1a2ba4a1d2e78871be 1.47 MB 2,623 22
808,049 808,049 000000000000000000048edc4a0114f741287dca3a79b037ffc17f761a2ea367 1.62 MB 3,534 19
808,048 808,048 0000000000000000000151b16ded3e99ee4e71c7b1c0c1deae3416b19fa2d788 1.84 MB 5,163 14
808,047 808,047 00000000000000000002b427059f3acef27035dcc092be9f62a038643c55bd13 1.64 MB 4,096 16
808,046 808,046 000000000000000000006520907a0a532d6abf34c2bc247a01e159d5512d1ab8 1.87 MB 5,011 15
808,045 808,045 000000000000000000029077fb1b0d31668cfa1206f31d01a160d4871b7b3a74 1.82 MB 5,172 16
808,044 808,044 00000000000000000002af1bd4cf82cafd33b60eeb1867f2eb00c9092d363cb9 2.06 MB 6,533 15
808,043 808,043 000000000000000000015f691b272951e4d274dd3af774edf39ffa517bcc889d 1.68 MB 4,496 17
808,042 808,042 00000000000000000000ccbc7614560db008ae22b8d4506130aa893056f56916 1.70 MB 4,403 16
Previous 10 blocks ↓
Total Size: 684.84 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,365.27 GB sent, 103.94 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.