Memory Pool Memory Pool Refreshing

2,619 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,917 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,880 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,916 (743,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,949 163,949 00000000000002c337134b826dce226063f9a1239d9be04e7d7cdabebeb95c9d 0.01 MB 30 161
163,948 163,948 0000000000000bfbfceeb3ded5ec5bd1c736338d4011a0768cbf314f09b63d15 0.01 MB 28 214
163,947 163,947 00000000000000c1074fb70fa82bf2a7967c479e007eec75733b507389c8804a 0.02 MB 47 251
163,946 163,946 000000000000000ae3aa1a48ca348f958b7dec60fa29da2b24a4b910612c3866 0.05 MB 133 58
163,945 163,945 00000000000003f9eace3ee7f007fd42c32d27f59bd842574737155dbb4d6ff2 0.01 MB 23 6
163,944 163,944 000000000000045963215a5484b4ecb94a93019c7d1d268e76405aa552455ccb 0.04 MB 91 197
163,943 163,943 0000000000000b62d36950872cd4284cd32a845b3c99abce40c5db3c4843a9a6 0.00 MB 12 0
163,942 163,942 00000000000003d225272df8e3b361b279079a7233dd4c09764a15544297c4d2 0.02 MB 49 120
163,941 163,941 00000000000000fd17bfb80979d8aab3ed508f13a6ba58e372f69f6304cb490a 0.02 MB 69 75
163,940 163,940 00000000000005f9bc09b221d96c305dd6297b45b481a2814f77582a87a2c89e 0.02 MB 32 133
163,939 163,939 00000000000002691579416dad42380b1344ad8ef7cca43b6a3ece233d68b8c8 0.02 MB 30 302
163,938 163,938 0000000000000bc4b71f8fc27e7f8bec3584fc7d5ab3880a3a06e9a0292940f7 0.01 MB 14 304
163,937 163,937 0000000000000061146cdfb5b19e5a16e95c8a58d07e31b8c2fb03f5e37ea882 0.02 MB 47 0
163,936 163,936 0000000000000895ad5094bb7c92a81e089aab8a9e8042327ac0912063f07f0f 0.03 MB 66 256
163,935 163,935 00000000000007a22d3be25091878a6fd0f3b1b933afee7e3a5469997846dc9a 0.05 MB 60 115
163,934 163,934 0000000000000a167620e964ba7c491466350052301cc74da5994793e7d9e369 0.01 MB 35 250
163,933 163,933 00000000000005c8aa84bb25de000103456f0243ce436384805d33cd3c8f9df9 0.03 MB 58 133
163,932 163,932 00000000000009539ea70194f7d7bda56562d10e4c62dc308a32172e5d35e1a7 0.01 MB 45 110
163,931 163,931 0000000000000c97cb2e4d5aaf1179b284427559574a77188aa862cb91d1c422 0.01 MB 37 274
163,930 163,930 0000000000000b8f8614df837e49d11258398c942708346ac8ec6a8170d67cba 0.02 MB 58 176
163,929 163,929 0000000000000073f32a263be67dfd47f3aa1745ca9b91388daae20e9f8fef72 0.01 MB 15 239
Previous 10 blocks ↓
Total Size: 769.38 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,644.28 GB sent, 94.88 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.