Memory Pool Memory Pool Refreshing

24,982 transactions
27.31 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,075 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,601 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,074 (332,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,055 530,055 0000000000000000002e04c05b8e26761a36baf2e405417041e9a86e9c9e8942 0.56 MB 1,161 24
530,054 530,054 00000000000000000007d5a37e92703bcfdda274c8ec19b299c3573dddd2cb19 0.03 MB 76 23
530,053 530,053 00000000000000000036688aed11204da053a0acbb16aef84bd1fba6e07c97d5 0.63 MB 1,399 28
530,052 530,052 0000000000000000001d6de31ede189001785e0a985f9f1377da63ba5cc585ea 0.10 MB 167 19
530,051 530,051 00000000000000000035d1a7449580be0c9661a9203b19dcdd8baa6aa662f7d0 0.22 MB 600 25
530,050 530,050 0000000000000000003515d0e6ed9aea967fe7f8ede3d29153eff4e717608534 1.01 MB 2,050 15
530,049 530,049 0000000000000000001284c1ea20cd1d1a0961380da03ec2fc60b29131799870 1.21 MB 2,653 36
530,048 530,048 0000000000000000000c75decc6447f16c6f0b441d25b94d472ad10cb6940b02 0.74 MB 1,513 5
530,047 530,047 0000000000000000001c404138a052741aa7398925449d972f33cf8391068b14 1.05 MB 1,653 11
530,046 530,046 0000000000000000001349502b303e9301cc9037e7baac7b8ee7760240d00800 1.04 MB 928 33
530,045 530,045 00000000000000000024a5a347083bd4075fc1f7da6d0e9651640ffb1fccc5a2 1.01 MB 831 64
530,044 530,044 0000000000000000001ff00aad2bc8f161571b9951e9f001e056c750f2d1235c 1.00 MB 2,348 8
530,043 530,043 00000000000000000036f1409e79fdd9e2a045dc0adf1e92b5cfb34992eacaad 1.16 MB 2,434 34
530,042 530,042 0000000000000000000ef5d57182fbfd47256e1717a37bdb6b60a208a1e00093 0.42 MB 890 17
530,041 530,041 000000000000000000376b62d61208a7e45a030c6b876e3516083bdd62be4097 1.15 MB 2,489 28
530,040 530,040 0000000000000000001f5dee17110cb311de968496c0813918b15a9ff239c75e 0.69 MB 1,505 24
530,039 530,039 00000000000000000006697bdc609ca8fa129f0734c87112f8d716a8f3a1ee85 0.35 MB 722 36
530,038 530,038 0000000000000000000b2b737cc044e59b34c1d72c579797c95dd99636a6512e 0.47 MB 995 20
530,037 530,037 0000000000000000002bd464f9d527693d25a432ddeae9b090da39dc8627dbd9 1.12 MB 2,016 25
530,036 530,036 0000000000000000002b370e3687241372881010f4e4c010b07d0802b7a8553f 0.55 MB 1,123 24
530,035 530,035 00000000000000000013e9b2ed40fd9574a3243ec2de7c95b0c9983347a26959 0.32 MB 533 24
Previous 10 blocks ↓
Total Size: 684.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,333.69 GB sent, 100.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.