Memory Pool Memory Pool Refreshing

41,388 transactions
29.29 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,473 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,826 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,472 (56,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
807,083 807,083 000000000000000000008aa749e312e83f34ef4491e40ba74291d2c80ee1cfed 1.23 MB 1,259 15
807,082 807,082 0000000000000000000505a081e5531bff250a55401967dae9b4b71e5701a10a 1.48 MB 2,432 21
807,081 807,081 00000000000000000004159f1a036c33108271a37a0fc0f29ebdcc626a75f944 1.19 MB 625 16
807,080 807,080 000000000000000000029d3afb080a24e2515f67376f6df53a580c366532494f 1.43 MB 1,156 15
807,079 807,079 00000000000000000003960bf1c27e36a01e7c18d30ddf2aa29cfda30a115711 1.51 MB 3,016 26
807,078 807,078 000000000000000000003340ace96143cda0fd18386629a4fcff933cb9ec8825 1.56 MB 2,708 21
807,077 807,077 000000000000000000044a9ed7fe6329477193e05756837951b729365b3d298e 1.43 MB 2,354 20
807,076 807,076 00000000000000000001f5b0666efe1703765e4483108f3cf41152e33bd1ca9d 1.30 MB 1,344 17
807,075 807,075 0000000000000000000267c80c4dc6501b62e31ad71c3c6c1c960caf3db8178c 1.45 MB 2,600 22
807,074 807,074 0000000000000000000413585ce10cc7bb58d795b50fa30e6942c9b810c2fd7b 1.32 MB 2,161 23
807,073 807,073 00000000000000000001e4a7e15468e3359c3ed0bc235a11bcb8190c7b4ad0be 1.60 MB 3,833 17
807,072 807,072 000000000000000000049ed355e9e6adb745851603c1ac7b693ef367f9adb813 1.98 MB 5,870 16
807,071 807,071 000000000000000000007924e9c15a84b52f70b623ccdf9e7bb5633ec60ffc8b 1.95 MB 5,747 15
807,070 807,070 00000000000000000001820bc8832bf5e5b7c6274b821b1d5889105bf5dc17a4 1.70 MB 4,351 14
807,069 807,069 000000000000000000021832d588584311d3deb883527e571af56b012776510c 1.26 MB 1,778 17
807,068 807,068 00000000000000000000d9dbd7072db4f70a8ba9fdeec7c5f90988d52c1decb9 1.33 MB 2,055 15
807,067 807,067 00000000000000000000aa948af522d450a23116ebdb1b34da8ca972b328ed59 2.00 MB 6,113 14
807,066 807,066 000000000000000000018798bab063f55435b826ecdde0ab4e2a6e9a29bbdae9 1.74 MB 3,883 19
807,065 807,065 000000000000000000030786b8a101ba2946a1ada1f0d7886b5103972f197450 1.74 MB 4,647 18
807,064 807,064 000000000000000000038251ca0a577ddb451068cb395d7da81cf0a5d864dec1 1.68 MB 4,202 14
807,063 807,063 00000000000000000003e1d135dc84ce5905ce38416add970040880cfc112a0b 1.91 MB 5,671 16
Previous 10 blocks ↓
Total Size: 687.02 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,502.03 GB sent, 118.55 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.