Memory Pool Memory Pool Refreshing

3,926 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,657 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (743,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
163,928 163,928 00000000000000f7aeee3d6196e85ff668e2a4afc5599bb1b8d187879681c474 0.00 MB 7 0
163,927 163,927 00000000000001a501f8b24b658fcc2d8fc6ea1b4a6acfd9d1567370033e16fa 0.03 MB 77 122
163,926 163,926 0000000000000af847491b6601a630b6dd913e97a54c66a854f2bb9a7e1e8e7e 0.03 MB 90 47
163,925 163,925 000000000000012af10d456869fc953967a88fdcd77f5cf1339d19dbaf2827cf 0.03 MB 53 116
163,924 163,924 000000000000063dab9e7e4560e1d54ee1c77954fe28859d28292cb7c22a7622 0.00 MB 13 28
163,923 163,923 00000000000008262b06e642413ad6c3c6d3a3ed915597ac84b9f12bde43dee7 0.01 MB 24 85
163,922 163,922 00000000000008c45b75deb7bf8e9271f04a88d32e65bd6f2e98c951197c6ddd 0.03 MB 35 696
163,921 163,921 000000000000056724629d7a736a81230a88f309e3990f1c81dc85a42aa98531 0.01 MB 41 0
163,920 163,920 00000000000002fc720461e0c02b7c9824e3a04d550ea7e8ef0b0a26985dbbfa 0.02 MB 29 82
Previous 10 blocks ↓
Total Size: 769.05 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,627.29 GB sent, 93.11 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.