Memory Pool Memory Pool Refreshing

39,766 transactions
30.53 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,536 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,167 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,535 (512,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
350,479 350,479 000000000000000007d803afe7f053485a2d9252c675f3854b60cdf1e48511f0 0.75 MB 1,623 31
350,478 350,478 00000000000000000c3c47fdb891b411c322cf2d16ec553eac746a580914d3f3 0.60 MB 702 17
350,477 350,477 00000000000000000741cfb3260a2ba0a6881e027bf5342e0ac5ae476732ca50 0.75 MB 1,793 32
350,476 350,476 0000000000000000096322fdd8f1c16a9204a45981163848e2781d9d4383ad7f 0.69 MB 1,029 20
350,475 350,475 000000000000000005f9f8db92c699ee368ebdd61780df068b594c71c923be03 0.41 MB 526 15
350,474 350,474 0000000000000000154329cdbf4dd3111e118c35f5e55ad1f342bf74fbb8990b 0.17 MB 512 38
350,473 350,473 0000000000000000113be23a1c71081bc7d833d012a3df4e1b297ce859246497 0.45 MB 962 26
350,472 350,472 0000000000000000070a899f44e920c53e2a2bb7e37c2e4f2a2f387b015e37b1 0.51 MB 874 23
350,471 350,471 00000000000000000896363df02e446191a7ae33d09afd953cb1789075bf2c93 0.25 MB 617 32
350,470 350,470 0000000000000000025f4ba1eb32aeb17314935f2bdef607b56a607a1d6f6007 0.60 MB 1,211 26
350,469 350,469 00000000000000000fa06bb61564c4d81554b4641c15a514bff2006864f7788b 0.07 MB 134 27
350,468 350,468 0000000000000000054fb47e7e7359055b05943512c6eaa2d9b78a6e517fc63a 0.08 MB 155 21
350,467 350,467 00000000000000000921de8a0df71ef54ebefff6b5e29b6f9e6c72d43a2cb861 0.28 MB 290 14
350,466 350,466 000000000000000014521fcd74114a4ac9f139d3bdde323b065e7da8478c7b76 0.09 MB 179 26
350,465 350,465 0000000000000000117b649dfd701d97a6976be37eda6332f3ddfb8f60b81213 0.18 MB 332 24
350,464 350,464 0000000000000000155c79a698deaf8aff0eb0244f6f1dc5540fab215cfc0231 0.30 MB 630 28
350,463 350,463 0000000000000000052b063918ae931e59ee7dcc3159c6c729ea653f40dfead8 0.07 MB 147 17
350,462 350,462 000000000000000016964e141f41fbad648f04861e8cccc36c989dfbc04ec74d 0.14 MB 224 26
350,461 350,461 00000000000000000f9b08c5d6e71e30dca895d91f2dc9fd05755da0ec264bbd 0.32 MB 696 30
350,460 350,460 0000000000000000009e51c456b4ec9b8f1e2caa3a2e4796990d356587a657a0 0.48 MB 898 25
350,459 350,459 00000000000000000fa9955f6a7bcb8d24156123487307418aae4fa2acdbb5e4 0.04 MB 82 10
Previous 10 blocks ↓
Total Size: 685.19 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,373.14 GB sent, 106.72 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.