Memory Pool Memory Pool Refreshing

19,554 transactions
6.29 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,493 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (12,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,678 895,678 0000000000000000000087a6a23f73a6b6e8371d76b51c5664dc14a8c869d3b3 1.57 MB 3,200 4
895,677 895,677 00000000000000000001053122a1976d196cafaebffa53eaf2c8802c7fd5aafc 1.64 MB 3,290 5
895,676 895,676 000000000000000000020e6060945a881eeab2b78efcd8bfbc94bcd5175e2bca 1.99 MB 2,385 3
895,675 895,675 000000000000000000000c3a6f31764fc7b821676b85090c419a0b48cb52ff9e 2.27 MB 1,766 2
895,674 895,674 00000000000000000000b902f401deefd93b20c7323f4765138314eb88a56fab 2.20 MB 1,349 1
895,673 895,673 0000000000000000000153a30282404c1dbfe540fee854a0183a7b3f5b757968 1.50 MB 2,836 4
895,672 895,672 0000000000000000000195b5d040c0860cc11cc9fbaf4d858605ada5ce4f12e1 1.89 MB 1,010 1
895,671 895,671 000000000000000000005e6954564ae18d51f767fbc8099284bd67b568ebef13 1.67 MB 1,871 2
895,670 895,670 000000000000000000010f0d017854b93a141c4b532a5ca4760f6cbd486aa65f 1.55 MB 3,162 9
895,669 895,669 00000000000000000001456344b0a981d34c29ae46390b2c4e7e0f9c4b2eeb8b 1.99 MB 1,398 2
895,668 895,668 00000000000000000000127c95f4f6901d867afb41f17592e43de1bf4db6885d 1.29 MB 1,077 4
895,667 895,667 000000000000000000008c0a5923f368cd53144dbf2a69442ec6fbcf111eec87 1.32 MB 1,231 2
895,666 895,666 000000000000000000003f71a0f99113457e359f40bbb5e728e73cc21fab8cac 1.57 MB 3,231 5
895,665 895,665 0000000000000000000125d5d52533994ea33ebfe640b5b3461ef49ce49e6b1c 1.56 MB 3,193 7
895,664 895,664 000000000000000000020f7251a3dc250f7467671584ae7953f4b2362813ee15 1.54 MB 3,167 3
895,663 895,663 0000000000000000000068ab845195ab6b905ae2025339e49c49d6c74bf52fb2 1.08 MB 853 4
895,662 895,662 00000000000000000001c6357721e37c9ed615c607b2d7edd93e63d033556d5d 1.48 MB 2,991 5
895,661 895,661 00000000000000000001b9301285deef8fe4389a367a5078cdb48aed66700d33 1.53 MB 3,737 8
895,660 895,660 000000000000000000020bc4e714b06875971d95167bf25529ae3e4566a64901 1.26 MB 820 2
895,659 895,659 00000000000000000001bc0a0161051215a78c3819e00cabe9118113b35599cb 1.58 MB 2,849 2
895,658 895,658 00000000000000000001865dab1eaff6653aed681a607ab03bfb2890b542a882 1.56 MB 3,583 7
Previous 10 blocks ↓
Total Size: 769.02 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,624.50 GB sent, 93.00 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.