Memory Pool Memory Pool Refreshing

17,964 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,488 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (430,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
477,154 477,154 0000000000000000012d853614d2c4cd28ba28b08808d7b9998e4f001c9145be 0.36 MB 415 73
477,153 477,153 000000000000000001149b1fd8b957a3277fff99d1b66dd2f1e8cdbd6535a03e 0.27 MB 447 99
477,152 477,152 0000000000000000000e2e1bcec843e2d96d04329b7eff851e1defdc34ccdfc6 0.93 MB 926 33
477,151 477,151 000000000000000000c8f433bb46ed21479ac5e2239f7d63ecb8a5c83784d741 1.00 MB 2,227 137
477,150 477,150 0000000000000000007b1f1d0744c0c93a601c2a5d564d1089d9624d19d14bf3 1.00 MB 1,679 111
477,149 477,149 00000000000000000078f85157071e90792447a4f53f1b6b114d218ce931e3cf 1.00 MB 2,258 154
477,148 477,148 00000000000000000130cb266944284c93764c6e8dc19fa3c7e113c80e0015de 0.87 MB 1,690 100
477,147 477,147 0000000000000000003a8da426c7d5c61c07f1d302e517271112071b61533fc2 1.00 MB 1,884 157
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.