Memory Pool Memory Pool Refreshing

35,338 transactions
32.30 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,550 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,547 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,549 (58,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
805,138 805,138 000000000000000000030e6e2e7e2cb64a8d46940d1186d2b22eb444bbf9982e 1.49 MB 2,856 7
805,137 805,137 000000000000000000020e6b835da85af50ab6d7ae08f85f9414a3da9ba43d12 1.88 MB 2,316 8
805,136 805,136 00000000000000000004166d344c8b2f5107d67e1cb75c44559f06d658fe4976 1.45 MB 2,716 16
805,135 805,135 00000000000000000003b907985d3e667b9ac553835938e1bfdaef5c5cd82a30 1.52 MB 3,267 22
805,134 805,134 00000000000000000003dd0edde4ccdc71e3d9a996b81c1bff2252de56a49d28 1.41 MB 1,508 11
805,133 805,133 00000000000000000003532c8d98ef5acad7aacfb0f764f127a8c2ab57cd29b1 1.66 MB 2,451 16
805,132 805,132 0000000000000000000342ef5b0485b9ede985df1e68c87393f251dc4f93922a 1.57 MB 3,315 11
Previous 10 blocks ↓
Total Size: 687.16 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,508.90 GB sent, 119.89 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.