Memory Pool Memory Pool Refreshing

2,406 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,955 00000000000000000002349e0000000000000000000000000000000000000000 0.93 vMB 2,378 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,954 (709,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,201 198,201 000000000000025ddcfb97a91118a1d57b7dd5bedcaa74d6462b1b2ad79c1f64 0.21 MB 406 87
198,200 198,200 00000000000004fdd72a66a57c887b35f7c0e8ee5014663d1b221c9dcb996420 0.25 MB 411 92
198,199 198,199 000000000000062f15191cd5aa467f86051f19418dbccef8bae0fdf3a6f55078 0.25 MB 794 178
198,198 198,198 00000000000001571b96fbb7081b9582bdf7fe16e5b956a16be4e0848d169497 0.03 MB 129 109
198,197 198,197 000000000000055071642b0483a2d877760f4cef3d5cf7e96209ed015bb4d9c3 0.05 MB 136 148
198,196 198,196 00000000000002b17b6ac16dce041a92233d6e97aa1e00b609c9f4c13fbb9306 0.01 MB 32 0
198,195 198,195 000000000000012e0f5952efef6c9e126face6d4b35fcbb35e555d57700e8102 0.10 MB 128 44
198,194 198,194 0000000000000255ddf6b0ac1e5cfef08ba2c2ed8ec58fd1b0ebc92166010859 0.05 MB 156 230
198,193 198,193 000000000000038c9f1bda35a9952d51f20ef75248a747220b2e17e9625da0fb 0.11 MB 287 128
198,192 198,192 0000000000000024242dc9b96634f5b16237d6e11290aa4f36db10fbfafe1b27 0.02 MB 42 130
198,191 198,191 00000000000001e6d785da3bd99672bcb51e85d456831eeff05f24c0611becd0 0.05 MB 90 183
198,190 198,190 000000000000047a287abf3b04e798748b55d9dd85da1a031c7535e1ef32d149 0.15 MB 221 69
198,189 198,189 0000000000000383e13466c319a36bb12d6a56bb88f00e474f2f1fb2a1115593 0.16 MB 431 152
198,188 198,188 00000000000001f6611fb0c35d416002ba5b71427005f77c7ac7f01cbf9501f7 0.10 MB 145 265
198,187 198,187 00000000000005cee0e67cabf64ee38a268eca3ecd64f37df4a01b7fb5ac5b53 0.18 MB 464 327
198,186 198,186 00000000000005edb6ac766bac5007b6dd56afe01883388863356fef263cfbba 0.10 MB 131 647
198,185 198,185 0000000000000207dba45b5b6cd7a6dc9d7d760371f6a584bdab013d8e5a1069 0.23 MB 542 139
198,184 198,184 00000000000001056681e85ffa7f1942b3303b74fc75dad6e78910d97b53b89b 0.01 MB 20 1,189
198,183 198,183 00000000000004a0487bf8740afedad64f59205fd33f7d238ab4e9933bf6ebfe 0.05 MB 182 91
198,182 198,182 00000000000001c9a9cd2653affe6a318b6caeb8422ba021e818c2d8468b0da6 0.06 MB 150 1,068
198,181 198,181 000000000000054eb044218e7f4098c82b98c02c568d93002c958b111d8842a7 0.05 MB 149 108
Previous 10 blocks ↓
Total Size: 769.46 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,646.18 GB sent, 95.25 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.