Memory Pool Memory Pool Refreshing

5,585 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (769,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
137,780 137,780 00000000000001ed0c8ffb96db98c36a15a081efd9d47491e3f625ca94cef46b 0.05 MB 136 158
137,779 137,779 00000000000005225bdc004e876202646ace7d82b44a3aa1c63e538f1d5564e8 0.01 MB 20 475
137,778 137,778 00000000000009b984a64702f60988b935d14ce05b441a40c8852dce0ea9ad92 0.01 MB 25 303
137,777 137,777 00000000000002e578fa5925e0ff093fb05bbded6f69761ccc55661773ffb4b9 0.01 MB 4 980
137,776 137,776 00000000000004e64b985675545b5fa6d5dc58f01af82ac98bb69de4b9fc8b16 0.03 MB 55 99
137,775 137,775 00000000000004435861eba491766777f303273a1af49ade905fa0a87dab1191 0.01 MB 25 167
137,774 137,774 00000000000009a74dd8529b0dda5e3f1565b4049e87a2e251c6cbe3bc2c0b4e 0.00 MB 9 86
137,773 137,773 0000000000000777ac7602d905fa8af348aaad1d1f39921e64a7b770f3f8e286 0.00 MB 9 41
137,772 137,772 00000000000007fa0835b35caa793cc8ac7d559c8809e8581be93ae03423dbb4 0.01 MB 31 470
137,771 137,771 0000000000000809d3e89cb7e131a0635d72939d9afe195684ed8fe425ccc8c5 0.04 MB 103 101
137,770 137,770 00000000000001992112312c79e5051f63994303ce89ef552c7e34d955ba4185 0.00 MB 11 404
137,769 137,769 000000000000096054299909688d2759ad411597e5ba1220c02c5c2e3aaa3d5d 0.01 MB 12 1,340
137,768 137,768 00000000000006d8eb4feed8b25af43568de65067786d22b9ab9a405d9e7da32 0.02 MB 47 210
137,767 137,767 000000000000059fc124643dd595474675b957fd801a207b3be307e71202a71c 0.00 MB 2 193
137,766 137,766 0000000000000604b60d271fb2d8edfc701f95fa6844771380bb43c10a21af14 0.04 MB 143 143
137,765 137,765 00000000000006fc60f0ea7ab5c3498550d54830c1ce4ac5af6ace41d80a4314 0.02 MB 58 260
137,764 137,764 000000000000013c86d9890242e0ff3792892a387b9a5c5fa72885453c528827 0.02 MB 49 253
137,763 137,763 00000000000001ae8d0d83c658f1a80783e6f096fccbfc2497530c328872dca9 0.00 MB 8 83
137,762 137,762 00000000000007adf0eccff8b3730c51bfef9532fc842a15e9db1e27071b4e39 0.04 MB 30 167
137,761 137,761 00000000000004278b1f2cb6b8729787a26462dba119d5f9301bf82891f1506b 0.05 MB 117 297
137,760 137,760 000000000000001cd91df004a86727f414cadc10e8a8c2990735323351309988 0.01 MB 34 87
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.