Memory Pool Memory Pool Refreshing

47,761 transactions
30.54 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,192 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,569 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,191 (58,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,159 805,159 0000000000000000000308d19c8f4dc217983e2ff30aa7320c182924bd3af582 1.41 MB 2,737 18
805,158 805,158 00000000000000000000b771c22c3f0bc52f420d6d4411c05e5b457c3cae1f36 1.59 MB 3,358 13
805,157 805,157 000000000000000000001668ebd8b34220317d8c73fe5ffbbb8c0aea43e9f008 1.60 MB 4,096 13
805,156 805,156 000000000000000000010f543861f33777e5053718621f13b0459cd263d1dd38 1.37 MB 3,056 33
805,155 805,155 000000000000000000005477ad9c8c404f302c01e9fe29bbf3458329096fde0e 1.61 MB 3,670 19
805,154 805,154 00000000000000000003dca421b7af287ff2ee862a75fef9130c1e8921093c5b 1.44 MB 3,607 27
805,153 805,153 0000000000000000000094ce4e22be9afef6741303a72bc319409c004de39251 2.04 MB 6,239 8
805,152 805,152 00000000000000000004a35cbf597dac6ee195af077162ebf49525e5c6d90f35 1.78 MB 4,168 9
805,151 805,151 00000000000000000003c6eef7c62317058a8614f744539ea7db0359d0e5d0a3 1.57 MB 3,447 8
805,150 805,150 000000000000000000010d092b511a37b6069b87e3dee45529c0cb2504f5dabe 1.79 MB 4,434 11
805,149 805,149 00000000000000000003ab531c7d5ee0ceff08ffef57783275b4ab051fff62b2 1.47 MB 1,334 10
805,148 805,148 000000000000000000023158db421c0ef9b2abab1469bf3baf4ad3800058a94b 1.93 MB 2,708 10
805,147 805,147 000000000000000000000b1e333663ed7b808ebd85f7d776a9441356560da2df 1.76 MB 2,785 9
805,146 805,146 00000000000000000002d10f46590dec33078b172ed14627ce65c5cb963f03a5 1.58 MB 3,376 16
805,145 805,145 00000000000000000004a91986e89873fe4edcc3f1d267ad59f2c6f9cd7d6bd3 1.32 MB 1,587 10
805,144 805,144 0000000000000000000045b5a29e619deb7e5129c2a5f305a5ead587d9c3618e 1.59 MB 2,872 16
805,143 805,143 00000000000000000002d3be1997547d02c721feaab3da10bda477b326ea34d1 1.68 MB 3,546 20
805,142 805,142 000000000000000000037299db1bd5b0872f8379d9971fcca36171825ee9cc83 1.52 MB 3,199 23
805,141 805,141 00000000000000000003b9066141283f10977b07ab99196d47c975f5bc8bdfcc 1.68 MB 3,945 9
805,140 805,140 00000000000000000004f34221b823cc302b3fae1615fcc6a7639838fe116ce2 1.95 MB 4,414 9
805,139 805,139 0000000000000000000251748d9b228cbc80c3f7a9c2c44dda144d8b1e5947b8 1.75 MB 4,030 12
Previous 10 blocks ↓
Total Size: 686.48 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,464.13 GB sent, 115.04 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.