Memory Pool Memory Pool Refreshing

15,867 transactions
5.11 vMB
Show Random Selection Loading Transactions
Max Size: 30/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 4,067 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (705,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,017 202,017 00000000000003dfee163853ae3bd8ba1c3715f46159cbf07b1395e26ad3bdf1 0.03 MB 82 85
202,016 202,016 0000000000000188921b2bbb8fc08e2b5903646e50999d7d5102f1e9baa8f6f9 0.08 MB 134 138
202,015 202,015 000000000000032ce662814b1e1ce1fa2a051089d5a55fdd863aa080a50c1bcf 0.00 MB 8 32
202,014 202,014 0000000000000358b91a4e048ca58f1b7f9476dfba0c19e6d90af17122236012 0.00 MB 15 69
202,013 202,013 0000000000000240deeef935f0de19521edfb0af7c334c7cd88104c364355411 0.02 MB 80 20
202,012 202,012 00000000000004c38ba75b7d942e79d2f20549d488d3df9f4d2aa6e739b87a00 0.19 MB 482 155
202,011 202,011 00000000000000f7d611bc8e27779f5844cefc9318146bd409dd2d7af31f9e66 0.00 MB 10 300
202,010 202,010 00000000000002f2e76468bc7a0acd360034327878cfedc63dd3404681d7d4d7 0.03 MB 84 146
202,009 202,009 00000000000004d326cc907c2c7a1b21f2acdf318eba7ad0f6a17e1385c180e3 0.25 MB 475 124
202,008 202,008 00000000000002d8b951cb2a639d91e19edb50c0d169ef7db8d15bdc0e9dd8a7 0.00 MB 8 8
202,007 202,007 000000000000004010322f2d4d59c93a49c80d19e94b6bc71613aa67922823e1 0.03 MB 113 168
202,006 202,006 00000000000003933d3e47c4f6716288e0a7c14aec287249d5449a57429cf2da 0.28 MB 479 121
202,005 202,005 00000000000001731491c225f133c2819d3ff6f2524fc65249dae255e404134a 0.01 MB 53 119
202,004 202,004 0000000000000092c6a383173ce6509e294d36b56ad22b3266b72df05f31fef8 0.01 MB 23 72
202,003 202,003 00000000000004362a41df598934f0f3d841340c846f28d5719d65d6cb7b449a 0.05 MB 87 81
202,002 202,002 00000000000001c315ad455db70f66b6c798febc6cf929eb5bc0e3aefdac09ca 0.03 MB 44 41
202,001 202,001 00000000000003acd024ceb34c283d9a71883d1c5a74d50608a9636d2c6fdfba 0.25 MB 516 170
202,000 202,000 00000000000003282fe1d5533e4275fd9f51e6ba0352ec01f32914e9fbaeaf55 0.05 MB 126 145
201,999 201,999 00000000000002b02c36eda87c32d0b1f30c4f3942d73c756ec0d98cdea590ff 0.21 MB 402 200
201,998 201,998 0000000000000225a527b5b2dad63ca8f2294d226eaf50c7d6d7b930b90f38f8 0.06 MB 207 263
201,997 201,997 0000000000000034e72dc9fbfcb1084e897587f49cba0b2a7336fb648dde578a 0.13 MB 222 116
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,623.97 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.