Memory Pool Memory Pool Refreshing

2,395 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 2,391 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (22,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,159 885,159 000000000000000000027d2b75b343b080f3826d48245e5e485097d6c49b7541 1.80 MB 4,433 4
885,158 885,158 0000000000000000000109efbcd0d268d0928baa1550f226f50d01e4c5d59b47 1.86 MB 3,873 5
885,157 885,157 00000000000000000001413017666d83929d24daaa2c2b526afa43837deb7c0f 1.73 MB 3,352 10
885,156 885,156 0000000000000000000131ccb837c13bddd5549f85319949983464fe1be1eee6 1.71 MB 3,197 8
885,155 885,155 000000000000000000017ba649cf4a4478b97f728e48fcbd9490f17b381aadb4 1.56 MB 3,695 10
885,154 885,154 000000000000000000004c63fa39d0f1c877bc525b8b7cc78517f84deaf85823 1.59 MB 3,475 11
885,153 885,153 000000000000000000014daf5b926bda901bacb847e22c7437ff64ec31ffa6c2 1.57 MB 3,532 13
885,152 885,152 00000000000000000001afec449a578cde19bd80808fe8677fa483768e0ad572 1.78 MB 4,339 6
885,151 885,151 000000000000000000011f91125854e607ef475b06d2e71c372647c306761a4d 1.66 MB 3,332 7
885,150 885,150 00000000000000000001a06a5651f49969d4deac74f5e067bf8b3372d531c801 1.74 MB 4,270 7
885,149 885,149 00000000000000000000cf8f08f40dbd5b147276a8fc376fcbccb0d23ce71be9 1.66 MB 3,530 11
885,148 885,148 000000000000000000004dff0c21f22cf32f854b3c573d3c78be16842da9055b 1.92 MB 3,206 6
885,147 885,147 000000000000000000010d60d8cff7504921065d3aa700b0dab5b796ee090dac 1.90 MB 2,963 6
885,146 885,146 00000000000000000001bb68cb9c2325aa1718b7e0bb63c09940000b7ce41e87 1.70 MB 2,623 10
885,145 885,145 00000000000000000001bb13913f81f635df093a8add467234ea556d60138b07 1.55 MB 3,023 8
885,144 885,144 0000000000000000000107c9e13eecabb1b991f71fcc1016abf52943bbe16fc4 1.64 MB 3,070 12
885,143 885,143 000000000000000000026b5e15bc9101a2907394a55e10512ec84dd688afba69 1.72 MB 3,257 13
885,142 885,142 000000000000000000021a0c77562b4afce0f78292e4c32d179a083c5f6c7298 1.57 MB 3,791 10
885,141 885,141 000000000000000000020c1df20406196ebe6a849bc7fc02a6d31ed1328113b4 1.59 MB 3,462 13
885,140 885,140 00000000000000000001e54dc9244e5adaf62355dd54f0f80bc1c0d5076b2a8d 1.65 MB 3,244 13
885,139 885,139 00000000000000000001a302581f07795c11a3ee06871a363cbd8a849a0628e1 1.53 MB 3,419 11
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.56 GB sent, 94.33 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.