Memory Pool Memory Pool Refreshing

6,365 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,811 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (95,561 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
812,285 812,285 00000000000000000000e079cd05acd0122ea1b99e52691edee8ec4378d57b77 1.82 MB 2,493 6
812,284 812,284 000000000000000000049653c7d7c9ae722e2c69e91fa5eb0d8abb0e026e0de6 2.18 MB 517 3
812,283 812,283 00000000000000000004dbd3db73e6985bf4113b0b0a37db57f0273508389c6b 1.79 MB 1,978 6
812,282 812,282 000000000000000000008ac6679528020bdb718e790f4b24214c7cc1ac5aaa32 1.70 MB 1,372 5
812,281 812,281 00000000000000000000a6bbfa929e92e2ce9875d40997322bbac687a3af4653 2.16 MB 110 1
812,280 812,280 00000000000000000001ba57ced3caf0d6502ec9143c17321553eeb076ddd585 1.90 MB 1,199 6
812,279 812,279 000000000000000000019b5c7fcf3ba315e46aba85b8dacc42eccd0c38fd981c 2.19 MB 140 1
812,278 812,278 00000000000000000002caa3755040cfe752f9bc8a0c1f6d7eef3dff7f44c50c 2.00 MB 722 5
812,277 812,277 000000000000000000004ff62658f466afa4f7c68fe60ed998853348bc3e1600 2.10 MB 674 3
812,276 812,276 00000000000000000002cefb7ff4d72727c47bba70338fe101e23104eae83e7a 2.02 MB 990 4
812,275 812,275 000000000000000000003091837ace5cc4dd4263e27e031202f3dc92c6643d7b 1.84 MB 1,309 6
812,274 812,274 0000000000000000000091a110cf0db3b649c46443bffb534d8de217822f3d00 2.15 MB 201 1
812,273 812,273 0000000000000000000241f0656afd8f674243f107cbcdea2ca3abbea6ccd6bf 1.82 MB 2,235 8
812,272 812,272 000000000000000000005d1fb4da86ca07ff6460a8704ae8bf3a459b1dcc21be 2.15 MB 471 2
812,271 812,271 0000000000000000000465cb33ac688d08025e1b8b9cb029b7b87397284ea676 2.09 MB 868 4
812,270 812,270 000000000000000000027a703448f284519039860a18a1e1634b6fb87d77c75b 2.07 MB 843 4
812,269 812,269 00000000000000000000cef042baa4791a9941be5b024a58687b219e9ef939c8 1.91 MB 2,042 8
812,268 812,268 000000000000000000031ab612011d30bbb5c9bd2cb322c5da31c54eb895dcff 1.78 MB 2,422 6
812,267 812,267 000000000000000000033b953d0684eec0b318f2e696a3d3b05ae218166e663d 2.06 MB 323 2
812,266 812,266 00000000000000000001a122c4e61fc0091ffb19584ef1eab8e2cb92df637345 1.87 MB 1,596 7
812,265 812,265 00000000000000000000c7ea3aa01526a39cd50273aa59a5175a93898294e163 2.04 MB 1,300 5
Previous 10 blocks ↓
Total Size: 769.25 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.20 GB sent, 94.19 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.