Memory Pool Memory Pool Refreshing

7,868 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,866 (186,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
721,635 721,635 000000000000000000039bb4080c0bde9c55f9b8d60ff0500bfab6f2c0ebf944 1.45 MB 2,145 4
721,634 721,634 00000000000000000007d12b1eddc8f7a40341c761185d2f25652903391d357b 1.53 MB 2,905 6
721,633 721,633 00000000000000000009953ed59f9f7a73aae2d4f9b9b7cd3098e273b5414b0a 1.16 MB 1,081 7
721,632 721,632 00000000000000000002c09135c00cfe2933efdac6ff55c8191385c531184eee 1.52 MB 3,197 9
721,631 721,631 0000000000000000000a1d9c27535928a062f5f5e8b3b8356e1b63d24246ee8c 1.51 MB 3,406 15
721,630 721,630 00000000000000000000325e6c542ac31e5f26d777c346d69e8f01015a8c0b03 1.72 MB 3,103 10
721,629 721,629 000000000000000000034e5a706145b22ebf350e647896e0e60e08c20625b9d5 1.45 MB 2,695 30
721,628 721,628 00000000000000000001e5e5d05222f89c1cdf67097e5a6c481fd2ef5e8e1f02 1.51 MB 1,207 6
721,627 721,627 0000000000000000000a61e40e7038b3b0a6130031059a71933c5924be774989 1.42 MB 2,462 6
721,626 721,626 0000000000000000000703a448b498ce6dd7389145c150b55a654bec6017a29b 1.59 MB 3,325 3
721,625 721,625 00000000000000000008e6a60b71c1d9e53b22888a84bf5aed01bd24875111a4 1.32 MB 2,320 5
721,624 721,624 0000000000000000000228e5eb95f83ea1429cb2e33a6520127aedc429ae286b 1.51 MB 3,473 17
721,623 721,623 000000000000000000037cf01b448b81bc022e0763bb1c2ce4677f5a573c552b 1.27 MB 1,813 11
721,622 721,622 0000000000000000000498d3c3a70e9ada06ee194436b37580723222faa54333 1.53 MB 2,678 14
721,621 721,621 000000000000000000030762dd5e69115dd2301eeb828b3489b6b9c95bb89016 1.32 MB 1,930 8
721,620 721,620 000000000000000000066c717e90f667d5cbe5f5d42e49f89ce5e58a5c2ac02f 1.51 MB 3,018 14
721,619 721,619 0000000000000000000a70c9db59663d8615e0e06ca43dacaea0e11c4e24fb39 1.44 MB 3,297 8
721,618 721,618 000000000000000000065b8528edf48b7f249632224dd6de1e295e591d2ae285 1.57 MB 3,161 11
721,617 721,617 0000000000000000000310a468f6b1f5de487b0eab3e89e9c604a04bf445febe 1.46 MB 2,941 25
721,616 721,616 000000000000000000079cba9d9a8419fc40c126bde3b290c4dd12628823c0b2 0.30 MB 469 8
721,615 721,615 00000000000000000008b59d5a1da676455827a32c19da7cccf2c2de3baaaa04 0.80 MB 661 2
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.54 GB sent, 94.40 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.