Memory Pool Memory Pool Refreshing

2,573 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,954 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (697,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,243 210,243 00000000000001dce117776201fc4b4d4004c9d8846ead16193004d052c6171a 0.00 MB 11 124
210,242 210,242 000000000000009482c4402b0b1ee5bbec274d511b3d8998f263c40b2ab1bf0f 0.18 MB 465 200
210,241 210,241 000000000000003b1887db568e55c682cd71c78b8c4367fb3434f83c27fac861 0.00 MB 5 148
210,240 210,240 00000000000003cded145fadc141f5fc402ca44626951a48a19a99b497d1a40f 0.05 MB 114 121
210,239 210,239 00000000000003ad6660741a4fb19b53ab2ea7b2cc37d377b7ded117eb360618 0.05 MB 108 157
210,238 210,238 00000000000001c1c3715f83d980e51ee15ccb821aec01fe26d27d0f8f088c56 0.05 MB 137 66
210,237 210,237 00000000000002a996547b4ff6a41e897d9b8f82b8debeca92dbfd7b4fc50afe 0.05 MB 88 124
210,236 210,236 000000000000019dcf5203e69ba9836993c25751188ea556f31488ea369da623 0.03 MB 67 23
210,235 210,235 0000000000000108cfb439fcb743264c138f6fc6a6345bcdd4041ba29fe46711 0.20 MB 445 206
210,234 210,234 00000000000000742322dc19fe745584984be927652d0e021cbb8e02efc879d3 0.13 MB 284 162
210,233 210,233 000000000000005e1b94978de522c45e6daa0ee71b86556302bb29969d8de213 0.01 MB 31 121
210,232 210,232 0000000000000047fd380991441c72af7b1d0aeb7dd1a782abb8941707f64aee 0.09 MB 214 161
210,231 210,231 00000000000003b2c3f1de07c281e158a9369679006e6f0bbd2d0cc3535923d7 0.30 MB 559 145
210,230 210,230 00000000000002c280a185ffe6d820899ac258075e2f635fdc564f121406cae0 0.25 MB 643 184
210,229 210,229 0000000000000458fe867f50e7056d70d4f043d4597cbb2c1b54f1d1d4ca9a4b 0.25 MB 823 197
210,228 210,228 000000000000020dcabc20b7dc44ea13b9862161e9083481384483018fd23640 0.06 MB 193 44
210,227 210,227 000000000000004e6b220120e47a578e58a6c4f89d11eca769f923c5144cd735 0.27 MB 622 179
210,226 210,226 00000000000001c30676c20272e7ec88ff0983fe4e1c12ed2096e280089c831e 0.00 MB 10 160
210,225 210,225 000000000000016493e2586f90e2d5805e85a66e0a1df0e9cf98872fb8456f20 0.00 MB 11 165
210,224 210,224 0000000000000227c47070a8ae2032ab30a0aa658ac06053f72d0de98cc4135f 0.05 MB 131 122
210,223 210,223 0000000000000430e1a5e32c37ddc11a7411c6c442704b71023951ebdbb40aa3 0.05 MB 136 58
Previous 10 blocks ↓
Total Size: 769.30 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,642.67 GB sent, 94.44 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.