Memory Pool Memory Pool Refreshing

16,306 transactions
5.24 vMB
Show Random Selection Loading Transactions
Max Size: 31/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 1.00 vMB 3,990 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (703,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,013 204,013 000000000000053faba80859a6b1a9dca7032d364e06d8da3aee35ea6f2976dc 0.06 MB 107 110
204,012 204,012 0000000000000173b08495c22ef966b68c5c95814c8b8ec39890e9aa65df9f05 0.05 MB 127 70
204,011 204,011 00000000000003d40ade8a7e9570f780095cf363ac74df3046ca571223365558 0.03 MB 64 67
204,010 204,010 00000000000002e383917ac890946058312ae4bc8bb41f35b4ee1e028b651213 0.11 MB 307 152
204,009 204,009 00000000000002c514b975a560e6f9d43690aabd7704a036704b8a46e76aa4a4 0.07 MB 182 171
204,008 204,008 00000000000002602aeeb860d1543607613312f5555d45391800557c550bc947 0.09 MB 224 135
204,007 204,007 0000000000000390fcf41149894c0e955de23c34b22fe6d75a8a4b33b8b5ea3a 0.05 MB 104 107
204,006 204,006 000000000000048521b46b62fd59f10dd03cbe7e6278b1cec9e9dd5930e3e86b 0.05 MB 93 107
204,005 204,005 000000000000040eb116cce72249f782ea701e7f433abe638a2eeb82038357cf 0.02 MB 51 121
204,004 204,004 00000000000002292f0d10fb28d314092d070b163cf1f6fef7559d621cea5c84 0.07 MB 65 21
204,003 204,003 00000000000001465de2c75414f1e29fe0e0432307b89c7423435ad9f6c97dae 0.10 MB 248 145
204,002 204,002 0000000000000521aad79421ccc2fa59a149126e4a73b4b45133daff0667707f 0.00 MB 12 33
204,001 204,001 000000000000020aef81dcf0ef072f2f8f77c9e0fe57efd67442ccceef89b323 0.07 MB 137 110
204,000 204,000 0000000000000423eb625dc140272ab97fea3ba6baf1dc56de77deabcc492872 0.15 MB 373 135
203,999 203,999 000000000000032ac3f7c6ad2cde76c611a851fb22366a35b12b832b4e7a29f9 0.21 MB 537 129
203,998 203,998 00000000000000c5b58dfa8031dcd960b00fe11300ebf6236ac4d0b4e986602f 0.34 MB 615 93
203,997 203,997 000000000000045edf70772f9a6ea6f428ce03f3676cbb0735fc1150d4ea5450 0.00 MB 8 29
203,996 203,996 00000000000001f9bbfae480a2aa3618c0eec0de9284d15f6c0140a5b8c37e82 0.00 MB 6 46
203,995 203,995 0000000000000096f18503582dd566f25771b323901467885aab82bd0e976986 0.01 MB 18 25
203,994 203,994 00000000000003a678ac1a443e96fe2829d8badbbe1c6166389aa8494ea6cb9a 0.02 MB 32 59
203,993 203,993 00000000000003d5ae5a48ed76c3a274916226020128e0fa2c4f733825cf3c35 0.19 MB 50 57
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.02 GB sent, 92.98 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.