Memory Pool Memory Pool Refreshing

803 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 788 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (739,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,072 168,072 00000000000002ad537ff3456e00a08531a028b123d9dd84783e169dfc908211 0.02 MB 50 153
168,071 168,071 000000000000015c037b5ecfeec50f49a5e07741decb3b9874723409633e3250 0.01 MB 31 188
168,070 168,070 0000000000000bda7dc6e0c951a9a988eba5eb765963fc289ce111af9c00d21f 0.03 MB 55 80
168,069 168,069 0000000000000779fdb92de9e3aecf250936b8e0ed1e81bef4b9b03d9a35e3b1 0.00 MB 10 498
168,068 168,068 0000000000000124df43e385bb34242aabaeb2d98dd6adfe2082e897eeef2faa 0.01 MB 17 27
168,067 168,067 000000000000071fe62e9162f136e66f987cda3bc58081d437989362a4146b2d 0.02 MB 70 0
168,066 168,066 0000000000000586361efe42c6fe22e8b8ce53eeff75d554db89bda34a6f1757 0.03 MB 48 438
168,065 168,065 000000000000061015af4e241f0d8d979bb6efaf3b767cb4517978ab5ba534a4 0.02 MB 31 396
168,064 168,064 0000000000000171ed7207034c76984564ae021af211847381958520d9086f73 0.03 MB 49 79
168,063 168,063 00000000000005f6017600943b4876694dcd6f84bb6956991571e9bdd8964bd8 0.04 MB 71 103
168,062 168,062 0000000000000ae99e4fdd697b927095c119e530f368fd646c1431117c0f7fe7 0.01 MB 10 140
168,061 168,061 00000000000007d62bc3823733920fb61e031084f9c6e6cb802236dccfcbf973 0.00 MB 4 80
168,060 168,060 000000000000049094a3014992445e23c367397d23fea2ff838a81f826b739a4 0.04 MB 126 45
168,059 168,059 000000000000046875156cbe7685bea5615a0f974ceba57f71b189e83c9e8b35 0.01 MB 13 191
168,058 168,058 000000000000022b256d47272c0f5f5c708535c7387005a47d4e677a6f7c02e9 0.04 MB 69 31
168,057 168,057 0000000000000bff553c813c3d3a4c0572fd3504dcffcdf8bcf94712056d55db 0.00 MB 8 339
168,056 168,056 000000000000027dc7b6159cfb8fede4f811a49c2b2afc6b237c7f468d990a18 0.01 MB 26 71
168,055 168,055 00000000000004fca849632cf041f2f02ec2f308591b92c351736482ddba6d5d 0.01 MB 29 30
168,054 168,054 000000000000075e3837732610ff3f127da916e7f1f29b5c030aad9da30d9e58 0.00 MB 4 78
168,053 168,053 00000000000000bbda9259067659be10a3916687c589c8e7370d8cfda413174a 0.03 MB 107 43
168,052 168,052 0000000000000ad570ea2c3d22dbbf93623d8da366de353d135bdf1a4b83d212 0.00 MB 10 41
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

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