Memory Pool Memory Pool Refreshing

2,330 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.91 vMB 2,330 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (884,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,053 24,053 00000000c87fee6ad56822692742b514b90225f7e82162a35559f2ad656ab377 0.00 MB 1 0
24,052 24,052 000000009412a322f9ca4c9d09878cfed128b2708bf864fb5a9d13904c691dec 0.00 MB 1 0
24,051 24,051 000000002069dd747031e56489e256b376d0068b5253333b5e24f9014285557c 0.00 MB 1 0
24,050 24,050 00000000a49dac6fd793d447f1f286749c675fae732d7de2fbb84f18b2bbf814 0.00 MB 1 0
24,049 24,049 00000000c6df2ac479ff742315ec4b431e9159a9232142e0a9814abbd263f21f 0.00 MB 1 0
24,048 24,048 00000000c318a15d85e7b73560735603922c77a3002c7371a490ebface36afa6 0.00 MB 1 0
24,047 24,047 00000000c5636c9fe215d19bc8ed681b1338340b31b37cb4cd837c276a32e0d3 0.00 MB 1 0
24,046 24,046 000000001a31cbdff39e69d898dcdc20acff9996603af7d422e2899f1ac79804 0.00 MB 1 0
24,045 24,045 00000000dacd794989492f0a71233aeba4a3359f6e5dd9da7886e687c7573e3d 0.00 MB 1 0
24,044 24,044 0000000020cefbd1f99c8b604e40f4e243dc876059fb26a38f30f4dee95f63f0 0.00 MB 1 0
24,043 24,043 0000000041e0e3797af87115cf94e6b88dc1728ac538c3ef9b7164416c22deb7 0.00 MB 1 0
24,042 24,042 00000000fad366d01b3eb2a3cf10e659f9795c0ce9b55710caf206b10fe4204d 0.00 MB 1 0
24,041 24,041 00000000a0c01f623c66e7597351d313bd653852c616275229cf9c8daad920dd 0.00 MB 1 0
24,040 24,040 00000000b2e26802b8c8d440a4e951e537b2eea0e0df6a589c3ee0525700d091 0.00 MB 1 0
24,039 24,039 0000000045bc49d36315f778e54e5fc0cec4d62cb1f572f294d314f57b1c80ff 0.00 MB 1 0
24,038 24,038 0000000093cbc06291f9382017670595dcc8564464d57c36eeec28fc129cff06 0.00 MB 1 0
24,037 24,037 000000004143314542b077ae41bd8d7f29bd4676f3af353520b0f796056fef4f 0.00 MB 1 0
24,036 24,036 00000000df330780773f56d29546f704607b466450078833f67d745567d50562 0.00 MB 1 0
24,035 24,035 000000008cfd8d5de7a6beb6da3c5c74befea5ba7c48d76d35f03c7970967c3a 0.00 MB 1 0
24,034 24,034 0000000042ec01627f090a58c21a9403c31f045d9cc8a6fd3a45be609ee37317 0.00 MB 1 0
24,033 24,033 000000001341118779a98c98dc05913618252a8fc4e17df1d061ad737931ab57 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.60 GB sent, 101.72 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.