Memory Pool Memory Pool Refreshing

10,417 transactions
3.15 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,196 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (652,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,316 255,316 00000000000000030de0a3232482cec6178fda8b78681678beb9df2016f0e90d 0.06 MB 163 150
255,315 255,315 0000000000000013ae0e621648e5f9c45303937a84b1105dc05c327a80f5c9df 0.18 MB 279 82
255,314 255,314 0000000000000025dad4fc78270603089ab0e920d6b9036f423356fb0f743ce1 0.09 MB 214 85
255,313 255,313 000000000000001493ce289fa89d65ac64dba613d36d17eae6b212ab5fe6b573 0.06 MB 143 164
255,312 255,312 00000000000000167f018745bde1eada559264401ede157184ac565140b17ba1 0.13 MB 277 155
255,311 255,311 000000000000001bd86a9ae03534eb40f8d48c593ff023698ae69dcecd703f95 0.14 MB 321 98
255,310 255,310 00000000000000238e9c7aaa3b499f27a5b297a845e42527c075e43602b3b3cc 0.01 MB 28 87
255,309 255,309 00000000000000193a31a4bec2142296ffe566e12828858ceb684a38c20b7cb9 0.03 MB 75 175
255,308 255,308 00000000000000021261eb226bd36c83a1ec6116b0e9438e671c09d9ac8f93b6 0.03 MB 64 82
255,307 255,307 0000000000000012621d60dd09fde29ca700392380013fa94802b4b8326ee196 0.22 MB 285 65
255,306 255,306 000000000000000eda132fc455eb03862c8c735d9c122ce18b9da25bfd3a76cf 0.25 MB 586 114
255,305 255,305 0000000000000001fe09ad8aa71ea74f37d4726f47313e4af71c14aff68eb308 0.08 MB 175 127
255,304 255,304 000000000000000e8c3854bc54781203a836e61947da8b12b852789eee9304f6 0.23 MB 483 95
255,303 255,303 000000000000000fa8189c229167e81c42c0689dbe1557ec5a52ed88d329656b 0.03 MB 64 5
255,302 255,302 0000000000000016476fd6796ea9aed3d46f39f2e868c07d1ff28ad04be0d304 0.30 MB 606 99
255,301 255,301 000000000000003a324041eae700844bfb6cf2f163a764730c56c0ade01c2706 0.24 MB 216 46
255,300 255,300 000000000000002c6f8729d7dac319f331308c90fd1ab32ba54a7cbc082f756a 0.25 MB 504 91
255,299 255,299 000000000000003bb765f632c9107daebc7e147ae5c23ea33d41fc706fbe9611 0.08 MB 161 82
255,298 255,298 0000000000000028113aad887c5ff5a67233cc9a59927b4827361cdc915f23fa 0.06 MB 159 93
255,297 255,297 0000000000000022554fda0ea1c90d40b7284deb88d7b031598f856619b3ef1e 0.15 MB 372 105
255,296 255,296 0000000000000003a7b421ee892505f17ff9408c95d63fb74ec4c0289a4aa30b 0.14 MB 397 101
Previous 10 blocks ↓
Total Size: 769.29 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.50 GB sent, 94.38 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.