Memory Pool Memory Pool Refreshing

1,080 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,039 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (670,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,180 237,180 0000000000000018cc933d0dc3aee83e9b3a3f427c39d796c6496db0f1dd3780 0.23 MB 447 212
237,179 237,179 000000000000008ad10b1cb0af838a1ec61413338933de2db63a0b93ab738dd2 0.00 MB 5 44
237,178 237,178 0000000000000053e136d17de245b8b1659598adf67e2329e9599546a9ed7655 0.10 MB 355 38
237,177 237,177 000000000000008e03016e9b642734b43095b0277f521963d01952412e03c5c0 0.00 MB 1 0
237,176 237,176 00000000000001194ad5ffde7c44c0f045540815f06aaad1621b4bf9bbd1cd08 0.05 MB 88 112
237,175 237,175 00000000000000042914f01ac9a0414f737bf66b338684da023fed95f503b2b2 0.19 MB 392 195
237,174 237,174 0000000000000036f7f259b20f23b9361a24e40e9201454474da098ab8d0187c 0.00 MB 1 0
237,173 237,173 0000000000000179cdd5628fcdbc251757aee81ca35ef6d0fe77b6394d0f5270 0.25 MB 185 54
237,172 237,172 00000000000000d7f9fdde1cdb2230d913662746bf9eb11c87b9a97b6ae47990 0.25 MB 564 185
237,171 237,171 000000000000005d97ffd8e3de49417917eece7c720534d09f167c2139918d82 0.17 MB 404 224
237,170 237,170 000000000000008e8b66c8eaaefc7009af6ee507f419aa3077c433307f0dae32 0.15 MB 184 115
237,169 237,169 00000000000001384fc803baff0bb45818de61e2d9203cdd9c0876ea2413d820 0.09 MB 175 148
237,168 237,168 000000000000002fc2c251a5f65028e39615ac9d296c11a94d186f5a7e172bd5 0.03 MB 95 113
237,167 237,167 000000000000008148421930f169c507ed3a732393a7ba1d41798795f4c46f00 0.12 MB 297 342
237,166 237,166 0000000000000092d2af0407119c82559e27371a3b95f1d5fc104ac7b9c9750e 0.25 MB 380 129
237,165 237,165 0000000000000003629c55c770085271f70da2049d33fa2f00c0f087a4cd8b05 0.22 MB 282 96
237,164 237,164 00000000000000012604f8cae995350423796ca86c594b4bac8cf457b9111a7c 0.25 MB 634 221
237,163 237,163 0000000000000030a4fd740bd58d32e0a29492b9857dd660840bbb841a9c79ae 0.25 MB 652 259
237,162 237,162 00000000000001701f456d1f0cd8145c82f506b237931ccd15676b51181513ad 0.18 MB 338 142
237,161 237,161 000000000000003eab2b964d5d9318d967a2d4f775130e2ba9dc40531eb4c5da 0.00 MB 1 0
237,160 237,160 000000000000002d3780c500d28b0235aebc2f9b4b7bae3a845a3db6acec74c6 0.05 MB 62 55
Previous 10 blocks ↓
Total Size: 769.10 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,628.90 GB sent, 93.39 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.