Memory Pool Memory Pool Refreshing

1,568 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,559 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (430,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
477,175 477,175 0000000000000000014b7d86f311d263353ffec3d694735065bbef2c64a31bc9 1.00 MB 829 192
477,174 477,174 00000000000000000125f8cd91cdfcedf3fc5ed2204f73965b6d22100a06a224 0.01 MB 24 211
477,173 477,173 00000000000000000046bd6a312bb1ff0cdedf18e9cb86fba954ed02d3a5e852 0.02 MB 40 115
477,172 477,172 0000000000000000000284fe26ef71ee91b008caee305b0fea955a923d6a7f12 0.00 MB 17 153
477,171 477,171 00000000000000000158f215e9c1cdabe9dff0ea8e1efbce0305e163057739f2 0.27 MB 347 89
477,170 477,170 0000000000000000015c793eab9caf533eed941b01216c400b86bfbcbab873f6 0.43 MB 545 139
477,169 477,169 000000000000000000cd507faaab12fd47d9ae8f47af40ce4ed4e208f73375c0 0.39 MB 981 125
477,168 477,168 0000000000000000002e2f706f2781ddd731b71bcbca3846f45fa4f758d9ca33 0.27 MB 385 153
477,167 477,167 0000000000000000004410d107a47d0743cd5228340cd248dee8ae6f71de3999 0.44 MB 1,056 125
477,166 477,166 0000000000000000000aac1fafa52e02540ad74b7d24c79f204d66de2d27ef66 0.41 MB 893 109
477,165 477,165 000000000000000000d74ca446852a0bd37a6b783fbb68a6c5b2e5e73892a949 0.49 MB 1,124 129
477,164 477,164 00000000000000000066ae621021ce45955de7959faa5f3a92bce4ddf310eef3 0.56 MB 1,113 136
477,163 477,163 000000000000000000ace7aca405cfa62acc44a8227635bf65ec4c60d828f656 0.09 MB 148 86
477,162 477,162 0000000000000000005df4f0bed2b76089de37c061fb639bc5ce32483c33c159 0.09 MB 132 138
477,161 477,161 000000000000000000a998156386ab8239eb43760c099318aaacf8d9b1a93a7d 0.59 MB 890 119
477,160 477,160 00000000000000000090cee66bc25910ca9c0fe329a89ffe40f117520ad22573 0.48 MB 1,022 105
477,159 477,159 00000000000000000018b5e4cf018d378394d0786d254252a32f95f3ac875c95 0.22 MB 550 132
477,158 477,158 000000000000000001321126dd52fdfbdea4c708a5a1ff2b46619180bfb8ab40 0.98 MB 1,852 48
477,157 477,157 000000000000000000ddd45c59dc4cea9ae3cace48f809b6bb52c8ad25f85f2e 1.00 MB 1,885 127
477,156 477,156 00000000000000000039f7807b441eca896bca0090919049b20360773a015dee 1.00 MB 2,561 249
477,155 477,155 000000000000000000d2202654a18552da12736f6fc39e1db5e06c3112413cd7 0.44 MB 835 115
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, 114 incoming
  • Data Transfer: 1,635.53 GB sent, 94.31 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.