Memory Pool Memory Pool Refreshing

6,144 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
908,124 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,701 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,123 (905,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,940 2,940 00000000c03c0de143abe860076d2a0ffa92f9f1dc08eb0c94c6bc3b8998e27a 0.00 MB 1 0
2,939 2,939 0000000009e8ec81ce4d599d67ef1a780230c9db23cc7aec269b08d684a05d76 0.00 MB 1 0
2,938 2,938 0000000023a952a8335a910a5e492de0df5bf812d29db3bc3fcd2984246f6ecd 0.00 MB 1 0
2,937 2,937 00000000c75abddb0e530cf708779071caa59bbc036b6135f12c929c40f5015f 0.00 MB 1 0
2,936 2,936 0000000024bf107e716056fa59bc1ea7d61d531504a2d487e14fbfd139c1f000 0.00 MB 1 0
2,935 2,935 00000000a5815d732899aad3fe8c69348707e022dec60cad4f92b27e1de8ff18 0.00 MB 1 0
2,934 2,934 0000000073ac184e60c6f799690cc042a8193c60d71c296c2bdcb96348d8c5f7 0.00 MB 1 0
2,933 2,933 00000000d6f0d7cee72dd0f0eb7de68e7daf9e00b09b0fc5ed3d07abeba185a1 0.00 MB 1 0
2,932 2,932 00000000f1687149c9658dfc89186a4404d3650a5674c3fba114c08f4355fb64 0.00 MB 1 0
2,931 2,931 0000000004c49f339a7672fb0f63328568728bd9740deefc271b9d0c29e61523 0.00 MB 1 0
2,930 2,930 00000000d3bd57b12059b89b44344d6abee81321a1acfe178cb485be63ece6e7 0.00 MB 1 0
2,929 2,929 00000000fe4f3ee244e2915d959ecbd67da44ad26546c651e0a546dca24d6460 0.00 MB 1 0
2,928 2,928 000000000bddbfb7a2afc264db15385f8a9191a5111edf6bb633b189b24237ae 0.00 MB 1 0
2,927 2,927 00000000e9aaa8adb247ad74351509c6d22e1ef0a5f509bc9c3cee7be4b18a26 0.00 MB 1 0
2,926 2,926 000000000d72b52bd0b37eaddabb740f841ef07d949bddb1e464e819c4a8b96d 0.00 MB 1 0
2,925 2,925 00000000d50a6a8bd41991340a80b0c01402d5fb1bda31ec62d1c768bcfde542 0.00 MB 1 0
2,924 2,924 0000000011b6a8aab82d7be7642ea9c909b2a6e783e5b96de4a77b9de04f5c02 0.00 MB 1 0
2,923 2,923 0000000026489f015f397719b8b0431ce91a3f40f4f2c9dce3bf4081d61bfc46 0.00 MB 1 0
2,922 2,922 00000000d7d6bd925a0071d9fb3264f061f3fc4c912a26d8b1f9773eb8fbebda 0.00 MB 2 0
2,921 2,921 00000000f300e76f61ecee501e493d97d5f96f685ccd998ee7fa4f6491708077 0.00 MB 1 0
2,920 2,920 000000007746a642cbd31c0b1d79008ff3bcd20e9a12cb146b063c714f76b168 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.78 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,679.94 GB sent, 96.79 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.