Memory Pool Memory Pool Refreshing

6,182 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,942 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (744,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,696 163,696 0000000000000b3e6712bcec32a1f4cd6a8d108b164bd1a991157882264608b8 0.05 MB 54 494
163,695 163,695 0000000000000613058996603c9bd4a204ce58aee9cde9ccb35ec56a6bb6d0b2 0.01 MB 18 305
163,694 163,694 0000000000000283cc063fe6415004f8292fe250a9f157781979ee10d1f1b96f 0.01 MB 13 32
163,693 163,693 000000000000024f0b599818505c5a663945d796f16632a2e79f85abef66b1aa 0.01 MB 16 45
163,692 163,692 00000000000007dfd98707e32e54c995ef770bd29ee47d72712f77f2e67de4b1 0.05 MB 136 190
163,691 163,691 000000000000034c2715d348a42ce9b9f542434a38a23c9bd90187806245ad06 0.05 MB 104 126
163,690 163,690 000000000000042f6ae2b5aaa1756e02a890ac5e98227d46ab117dfedcceae18 0.02 MB 53 7
163,689 163,689 0000000000000b27e6a2778f04614e03d28c146778b6293402901c5c54551d5b 0.04 MB 86 170
163,688 163,688 0000000000000c576a3f65338c1007edd5724e41a844e1ed4f433b2fe2327b10 0.00 MB 1 0
163,687 163,687 000000000000029b171cb9df85cd39203a593cdd1385588472a7cb16295e48ff 0.05 MB 126 124
163,686 163,686 000000000000044f56282720e231c21fcc6946963c978e6db272acb24b770966 0.03 MB 63 100
163,685 163,685 000000000000074006e067120f51b576e9cfb31f31d8d9212d6416748e650685 0.01 MB 16 69
163,684 163,684 0000000000000c8cc8f7ed6cb2f0f17a5526d08968e187d8107ab79a967e5510 0.02 MB 37 106
163,683 163,683 00000000000000f6f8edcd147e555dfaba0e406bf0febc057e61f8f087e08452 0.00 MB 8 0
163,682 163,682 0000000000000a8a56e1e9e2d2eb6682121aea3e4d40613ce7a5ba50a9047257 0.05 MB 105 68
163,681 163,681 000000000000083e4e2047472ee94ae2b96e8a7ba6c438fad0ac2ee7112e93cd 0.05 MB 114 57
163,680 163,680 00000000000007a881f3bcea3fb70fec8b340020a9d5b24d280d7c72ee83a353 0.02 MB 38 233
163,679 163,679 00000000000009084a8259a132f049996e66a48d2a8cf5258e6a2d88ae15fa7e 0.05 MB 135 20
163,678 163,678 000000000000063e648f1125b4460887a79025f15fd7204e481a70a706efe68e 0.01 MB 43 296
163,677 163,677 0000000000000c14ad2130f56f562303bcdf4687a1c1337a965ed84a8bb338e8 0.00 MB 9 15
163,676 163,676 00000000000000333dc789d0911e5e49f5137968275599ebdb0db645838cdbd6 0.04 MB 89 85
Previous 10 blocks ↓
Total Size: 769.28 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.58 GB sent, 94.34 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.