Memory Pool Memory Pool Refreshing

4,391 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,569 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (799,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,765 108,765 0000000000013fcb6671ff9c4e8b873cafef7f240c1b28d4892e8c69c65d3eff 0.01 MB 5 0
108,764 108,764 00000000000255787244410daae5deb99c71f5eb30ea7067226a68603776d13e 0.00 MB 9 0
108,763 108,763 0000000000005de51cfd670a9d9c3829f682404a3f68a9f9e2cc3a1d7f8c3bcf 0.00 MB 12 0
108,762 108,762 000000000001aeb7a8b5729fa97d22ad2fd03423b87c13e1e96101bc50804afb 0.00 MB 12 0
108,761 108,761 0000000000016b6bc44be628666bd2fcde2d9bfeba900c294927f9e34784d372 0.00 MB 11 0
108,760 108,760 000000000001c982538c2100286413fb1155b0523f49fdc5eee252a2f24e7da9 0.01 MB 45 0
108,759 108,759 0000000000026cf46e2f1e7e42500b3a534078fd6229765b1d935e1a7528a58e 0.00 MB 1 0
108,758 108,758 0000000000006fd094ee90b483dcce18c5dd37530981a83cb40d0d4d683046a3 0.00 MB 6 0
108,757 108,757 000000000001c0afdd90624ff11e38b92f5d0a7c052f348407d70ec73f8fb1dc 0.00 MB 12 0
108,756 108,756 000000000000308d38cb352eab827a6b591567bb92941d588d49bc90e0082b98 0.00 MB 4 0
108,755 108,755 000000000000c9c6c496ff2396a285540abd2b91c45aca9905ff6c10ad100a36 0.00 MB 2 0
108,754 108,754 00000000000198f341a2078c6c0ab6f73f90a9d421a85240f2b28b7f697813d4 0.00 MB 1 0
108,753 108,753 00000000000215371172a39aac2c28a7610290d71fd3f26b0231cee0b6e674eb 0.00 MB 3 0
108,752 108,752 000000000000f9615852823922454417a519e8a34c084a2af0361e3152978ee2 0.00 MB 12 0
108,751 108,751 000000000001e4b585bc0f6bb0252c5120681a296723035f5e129bb2af019c74 0.00 MB 13 0
108,750 108,750 000000000000ef55ced0d17b2440a59cce905d835f99d54f1fa6853f7628241d 0.00 MB 13 0
108,749 108,749 0000000000013e5093633f8d4003ac2e4533c1c543ed0d5d3cfe3cc90a5cbb7a 0.00 MB 12 0
108,748 108,748 000000000001a1f30cb7512cbe2d41876532e97bf73e7db441e7d1eb3f396802 0.01 MB 31 125
108,747 108,747 000000000001cfc50983155ab6bc308652ec538a6fde7245f52a41c7a25803b8 0.00 MB 10 0
108,746 108,746 000000000000a70f66bb2e2c2641fc8e76de337161918fc6289c6904500dfe67 0.00 MB 13 0
108,745 108,745 000000000000c9d236d73e16c6a186c48538df3bf5a0dca38c57ee1201455faf 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 769.31 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.76 GB sent, 94.48 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.