Memory Pool Memory Pool Refreshing

6,143 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,765 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (725,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,797 181,797 00000000000009f542857e50cc63861f4ebbb178b1f131b4407dcfb355e23e6e 0.09 MB 224 113
181,796 181,796 00000000000008a8e51c351203c261d46fd2aeaa7569d6fa9d31a0a0542cdf4a 0.04 MB 128 128
181,795 181,795 0000000000000433dd4fcaede466f558b62930277eaa0011e37dc0559058de99 0.05 MB 138 155
181,794 181,794 000000000000014d0166154dba9e39f9e0ad3c06f630a4e200cbf5bde63b3660 0.05 MB 103 310
181,793 181,793 00000000000008fd75d14d34e1d95711b12461ef50223c10a0f07e2e3e1f6944 0.06 MB 152 121
181,792 181,792 000000000000027edd79c182631be949bfda1545c3cfb29a7bdebb7aa6e3b0e6 0.00 MB 4 68
181,791 181,791 000000000000067ae8f985eef0323da3ccdc5e204c7d2e41a366dab597e9f9a7 0.05 MB 145 133
181,790 181,790 0000000000000a0d4d2ae28d33f5f120f30950017d7e15e2af6daebc2284756a 0.03 MB 64 102
181,789 181,789 00000000000006bad5579e6d9ba49850b3e2483db06e833e825a0ae7dae480f2 0.02 MB 32 195
181,788 181,788 0000000000000390acad9e5ce3284e5d0e4fe725b153d5f8f003577cefac9d93 0.00 MB 6 84
181,787 181,787 00000000000006e9df427efd32d51fb174366ac0bfb12834a63fa87e525290e5 0.05 MB 89 97
181,786 181,786 000000000000029db321963bd240a5128fb894cf6ea26ab99471094901cc290e 0.02 MB 57 121
181,785 181,785 0000000000000300d155936db177eae144730fe023c8a8371e6dce26ad783193 0.04 MB 125 35
181,784 181,784 00000000000009d4ef365c461b6cb0d5801b665dbd67c166bcd368eeffe9fb15 0.04 MB 76 72
181,783 181,783 0000000000000196c780e3aad385ce26a9c553e3fa4b9fe31114f8fc24f74475 0.11 MB 267 157
181,782 181,782 00000000000009666ee397cefe74534fd423ee370647c27c8e5eadfa1c8798ca 0.05 MB 127 92
181,781 181,781 00000000000001f07d0e111d7d136c70248aa61982fb14e437e509503d5d36a5 0.13 MB 226 83
181,780 181,780 00000000000008bef01d6257f3fc84d573b88753d9595a0fe6061af9f9360ec6 0.11 MB 256 145
181,779 181,779 00000000000002d5307780d1347723512c7659f55ebecca5c417c03c2799c50f 0.06 MB 143 223
181,778 181,778 0000000000000a3d51df3b452f6535f0fb7add0e2f53b5b36f3e880bc212ecff 0.00 MB 8 57
181,777 181,777 00000000000008a04c4a4c686d015a108cb9a3d5c92b2eaf49fdebe293cf719a 0.04 MB 66 84
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.