Memory Pool Memory Pool Refreshing

4,659 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (426,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
481,301 481,301 0000000000000000011d26006155e84a0d7b5c62c90bca4f0a2696e18a3bb761 1.00 MB 2,572 251
481,300 481,300 0000000000000000004e0ccf045cc831654f17935eeff5a765edbb567e5e1da8 1.00 MB 2,048 268
481,299 481,299 00000000000000000037d04f06e6fffb424215f46f826519be00f15966b3e774 1.00 MB 2,037 319
481,298 481,298 0000000000000000000e68229e80a0ea4bf5befbe918bcef3ba1b5b44a18653a 1.00 MB 2,065 131
481,297 481,297 0000000000000000012f6616d23e5ff3c5ec86f1b3668ca08e68868edffd3d03 0.75 MB 1,556 294
481,296 481,296 00000000000000000021ee5410378962e06ef42e65ff6a0adfcffbc849b074a2 0.99 MB 1,464 283
481,295 481,295 000000000000000000982d18628ae300817b1c17a0dd11efca4af124793e577c 1.00 MB 2,030 270
481,294 481,294 000000000000000000201fc256141511fd75552a129904222f1083a35aa03f85 1.00 MB 1,703 156
481,293 481,293 00000000000000000023af75bd6a8d4c3ce6dd5fd9409bbd12cd9e90d5a9337d 1.00 MB 932 205
481,292 481,292 000000000000000000efc2b4951d2923f2f74e95d9d05ea963a3237727046194 1.00 MB 2,229 297
481,291 481,291 0000000000000000004a923facfded2140333d9f901b07b113fd1e496ef3c137 1.00 MB 922 122
481,290 481,290 000000000000000000433fbc21e3000d29358a360721fe0e434caa84d88458ab 1.00 MB 1,994 194
481,289 481,289 00000000000000000108f2236442a481ea8a5571b53e9919895cb85b4e44b81e 1.00 MB 470 23
481,288 481,288 000000000000000000b467deaa0009de02a77ab8953791011441dc06d98bfd4b 1.00 MB 237 29
481,287 481,287 00000000000000000087d47b7d6d08048f1ff572337e66102fe8b9b776fb7dd1 1.00 MB 1,836 154
481,286 481,286 000000000000000000851c1d1360ece5936d2fa9c7007a2b429ba987ce702288 1.00 MB 1,342 106
481,285 481,285 0000000000000000011816c0c697e003f2f3c698d31ac85e8b2c5e3847a6df14 1.00 MB 1,220 50
481,284 481,284 000000000000000000f77679082ab4adf165dbb80d7d6d1060fd177466071a0c 1.00 MB 2,162 102
481,283 481,283 0000000000000000007e87bb312f7e24a6dd670a9b66ae9b02549cbb0c104743 1.00 MB 2,046 26
481,282 481,282 000000000000000000e6d3fa32d43e3a1e6da6fe26ffb5391e42ea929547272f 1.00 MB 2,406 191
481,281 481,281 0000000000000000003cc8c9564e2c2e08ddf6426510fed06f4a416efa830398 0.99 MB 2,277 164
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.