Memory Pool Memory Pool Refreshing

15,521 transactions
34.10 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,152 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,535 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,151 (282,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
580,107 580,107 000000000000000000021019ec3cd856eff82a1c149886bc9e5888884d56307e 1.45 MB 1,873 67
580,106 580,106 0000000000000000000e0931d94ee72ab29686f8b6ed1232b6d12786e4c9e0c2 1.21 MB 3,007 128
580,105 580,105 00000000000000000001b0cda89fc73177569f3a95503abb0b2a422d63f33067 1.27 MB 2,852 141
580,104 580,104 000000000000000000230f027b479acc9697956e46c91c69d41105fad151cf90 1.26 MB 2,705 93
580,103 580,103 0000000000000000000612411ec0c6ef5f4a928b57a5e7bb2b1a7255505b8b10 0.11 MB 242 64
580,102 580,102 00000000000000000002a71e34d65c986e186bf7c78b971666bd38e4a6dd544d 0.64 MB 1,402 57
580,101 580,101 00000000000000000021c621e4d8116c3fb424424cfc10c49cdda25c98e10159 0.97 MB 1,618 57
580,100 580,100 0000000000000000000dac022333af2010cb2ec9af7d9435872a712dd9352dce 0.00 MB 10 60
580,099 580,099 0000000000000000001297013ae4fbcc2f7f1a1dc597d1790a5676e0b616b6ce 0.56 MB 1,158 55
580,098 580,098 000000000000000000124150817d91632e065df79f537899cc8617601a54cc0d 0.60 MB 1,027 10
580,097 580,097 00000000000000000021b8883a3e339e29f98bf78a5b4f2e4e2d8de537aff42c 1.17 MB 2,432 29
580,096 580,096 000000000000000000127c714e2a1ace441d8bbcfe6f686924f4a458cce0bbd8 1.27 MB 2,468 75
580,095 580,095 00000000000000000014d15251b8afa1beed7507f74dfaba70002eb9b74eceeb 1.36 MB 2,993 106
580,094 580,094 0000000000000000001a01e18a0a54f7011e58e2ee5006f546721af8f8fd5b7c 0.91 MB 1,785 18
580,093 580,093 000000000000000000248fa2d71903a329ff6882a0f7bd3d77429659f5ffc459 1.16 MB 2,522 25
580,092 580,092 00000000000000000013f527a42b7f070f447e21be08ae450e5245d4c8ce2389 1.28 MB 2,789 88
580,091 580,091 00000000000000000017c1e014022281b2066275063e3a2fde1c919516461ed5 1.31 MB 2,846 100
580,090 580,090 0000000000000000001df652eabd90a68af71c918a20dc3e7768aeef2a22c051 0.94 MB 2,266 58
580,089 580,089 00000000000000000003bcc8bb1bb8069aacc30a52685c864364e559b6ea335c 1.14 MB 2,006 33
580,088 580,088 00000000000000000016951295b7652220e83ea3b09e2ecaeabd726420cf4e8e 1.16 MB 1,802 8
580,087 580,087 0000000000000000000ec02491dcf56ab9c75ee43a07b3d69325b4d04c05918d 1.10 MB 1,911 15
Previous 10 blocks ↓
Total Size: 684.45 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,343.63 GB sent, 101.24 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.