Memory Pool Memory Pool Refreshing

44,031 transactions
32.55 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,494 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,457 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,493 (51,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
812,075 812,075 00000000000000000000c35dc75fc693f97559360fe3974e9bf7aed2d0173db3 1.49 MB 2,222 8
812,074 812,074 00000000000000000004bca86c3ed718f800b21b8f0e50a13eb2e707a65e2188 1.37 MB 1,234 7
812,073 812,073 000000000000000000045857fc7b6b7ff1cdbf7ad6bdc24951d184d1100f5c45 1.51 MB 2,846 19
812,072 812,072 000000000000000000014202377077a6da48a45cf4b24687f24f74ba57fc02c5 1.56 MB 2,571 18
812,071 812,071 00000000000000000000bb02835310b7ec17e624acd0d1489fd42bc7c922e128 2.03 MB 3,203 10
812,070 812,070 00000000000000000002ed8dc908f73cbcc9b18cd0bf6021f343122a7c7ffd61 1.68 MB 1,654 5
812,069 812,069 00000000000000000003bc75b2e0f5a61ad34e7750e0ff6e9b77e9d7ec2a3bef 1.74 MB 1,158 5
812,068 812,068 000000000000000000040c90cc20f456bc3f83e2b72c34bbd4d2dabeb252d042 1.54 MB 2,042 13
812,067 812,067 00000000000000000003745336dc12f099cca26a7ca5f52e2c2693cb353ef11b 1.46 MB 2,263 12
812,066 812,066 000000000000000000009b1c4b0b1b91f973dc230b6b106cdb3309e133f9ea77 1.56 MB 2,101 13
812,065 812,065 000000000000000000020bbab6fa87414179a971db1c748f1252257745041f6c 1.29 MB 807 5
812,064 812,064 00000000000000000002e0047ac9c3d664ab3d5cf7e8f3658efa7bf698517540 1.47 MB 2,215 8
812,063 812,063 00000000000000000001a26882ebd008b5cb0c6bd34688b2bb42b6e90d7dfff7 1.84 MB 1,850 3
812,062 812,062 00000000000000000004c8d6dce65a48392cc0868b817e3f2451ac0c8fb90c16 1.55 MB 2,410 14
812,061 812,061 00000000000000000004684194b9ff60aabf9490e2fca5a18aaa873d5cbcaf69 1.74 MB 1,971 12
812,060 812,060 00000000000000000002070f1f12a4431e429f82a42337186e889227ceea6b8e 1.45 MB 3,046 20
812,059 812,059 000000000000000000025d824164a4416990f318dac5b91fe42b3df778e03b53 1.78 MB 2,351 12
812,058 812,058 00000000000000000004c74ccde860931d30782aed6dc3d3f7685bec407ce377 1.54 MB 3,266 22
812,057 812,057 00000000000000000004c9d8f221b387fa8adc8d0ba4549264607186ce2792b2 1.51 MB 3,421 33
812,056 812,056 00000000000000000001ab7deca04b005af03bd8319221b3a0658700476df39d 1.92 MB 2,213 11
812,055 812,055 00000000000000000001e9a2b9b4f271a01123abe77b8abd9ff1a3d651e46c08 1.73 MB 2,750 17
Previous 10 blocks ↓
Total Size: 687.06 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,505.89 GB sent, 118.83 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.