Memory Pool Memory Pool Refreshing

9,939 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,406 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (155,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
752,628 752,628 000000000000000000061c2e9bbb63d62f881615e0861d8bde048e92197ea8ce 1.33 MB 2,660 23
752,627 752,627 00000000000000000003aea2806cc885e9d4f110b98171d38527a2234ed5a755 0.99 MB 1,363 8
752,626 752,626 00000000000000000004eb93899381d4037d10eee7f48ed97173064b59fc2f2f 1.58 MB 2,844 13
752,625 752,625 000000000000000000080ef977db4db3c25903b192bd3aea786d59cf5ce25d9d 0.01 MB 24 11
752,624 752,624 00000000000000000008bfdfc2ff7f3217bc5ae1f3f2cc3fca5c718b6a5350d6 0.43 MB 710 10
752,623 752,623 000000000000000000070ec77e1008dc7c13749555969ac750e2840f108e45d5 1.27 MB 1,935 10
752,622 752,622 0000000000000000000162dd2103acf0c2b5c04c7ff42286ad560c36e4318e03 1.29 MB 1,544 7
752,621 752,621 000000000000000000015a051c0e52424e5cc7f4f27cd33b4bfe0b6559162b78 1.11 MB 1,186 6
752,620 752,620 0000000000000000000701f01fd289dd0c1bc2dc71141f43e894cbb943fb5eb7 1.51 MB 1,631 6
752,619 752,619 00000000000000000007860f40f1c9a932e4fce2c4cff312d96458c5461164aa 1.59 MB 2,820 14
752,618 752,618 00000000000000000004f8dd87f70dd0e4e31c33ee73071a45bfa17739fda7a6 1.48 MB 2,171 4
752,617 752,617 000000000000000000025a7a284cadd17814837078f795d8f93236e3248e0da6 1.72 MB 2,209 10
752,616 752,616 0000000000000000000275d9ec8a2bb015ba4b1506ca104c90467e25ee068f4e 0.00 MB 1 0
752,615 752,615 00000000000000000006aa30546d3a5520a70719aeb37bddb293d5baf13ac9ec 1.38 MB 2,326 17
752,614 752,614 0000000000000000000104e2493c6fde1d9e278def0ca566dafbe871cbdef25a 1.32 MB 789 15
752,613 752,613 000000000000000000034934f407aa3bda2d382800df9b4605924c8c3564f073 1.50 MB 2,791 23
752,612 752,612 00000000000000000001371d86e12f2b9e64798ad187ec289c4cb82d38c32a15 0.75 MB 1,036 8
752,611 752,611 00000000000000000004e6db51629aba352461e4caa5e38c5879049ec08a3c3c 0.75 MB 1,481 10
752,610 752,610 0000000000000000000484090d225a39861a86bf2a8f2adfe56bbfa890def2e6 1.57 MB 2,169 10
752,609 752,609 000000000000000000029e32ae2e847ff554316ef8ef030f9e75e6156e81cecc 1.49 MB 2,260 11
752,608 752,608 000000000000000000088df8710a6cc33b59b325d47e597b2764ee1035cae944 1.13 MB 1,306 2
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,621.42 GB sent, 92.91 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.