Memory Pool Memory Pool Refreshing

52,933 transactions
29.50 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,617 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,202 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,616 (72,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
800,140 800,140 00000000000000000000a018fc65b0aa33c16b7859aa539108e8027ebc876d59 1.92 MB 3,568 9
800,139 800,139 000000000000000000029a06d42c8840cbdb58e8e6647a628cd933171aebe66e 1.55 MB 3,195 11
800,138 800,138 00000000000000000002747460c39fa3684804d851d3f1d59e37f47f39cc218c 2.02 MB 5,736 7
800,137 800,137 0000000000000000000322685d85d5bbed27a81ad5c4d08a54394eba6bba1882 1.85 MB 5,260 8
800,136 800,136 0000000000000000000408028c6040ef4dcdd43f17f03e21575b63963b404bfb 1.84 MB 5,258 9
800,135 800,135 00000000000000000003e580039afd9de9e9e49dd81f8dc4bf76e55926c5fd94 1.29 MB 1,668 7
800,134 800,134 00000000000000000002759fe15bc818ea4182747b1cc157562c7c333d2d6402 1.76 MB 2,753 7
800,133 800,133 00000000000000000002ba29aca1b1fe827d408ed6689ed123e5d4089f45ec16 1.53 MB 1,918 11
800,132 800,132 000000000000000000012e3ed89022ae59db715a31acecaa145daab805a7267f 1.59 MB 1,907 12
800,131 800,131 00000000000000000004d5e03b934befd982d7ea54838e4de9829b55277d768b 1.33 MB 1,889 13
800,130 800,130 00000000000000000000d00828309a14102dc72a7002fe60cd7b79d922b8900b 1.52 MB 3,280 21
800,129 800,129 00000000000000000002b5007f4c3cfd0ca739a0c454b2aa09c2945e98c38140 1.49 MB 3,449 19
800,128 800,128 00000000000000000004a6f9091dae662837cd97a2e5165ef203c64dc2f4a0e4 1.42 MB 1,913 9
800,127 800,127 000000000000000000050c443844cd8f5418afcf98d6919f8c4a3fa16422219b 1.57 MB 3,669 16
800,126 800,126 00000000000000000002c06546a0a1daa6164f108602e84b1aa4ffe5b05565ee 1.43 MB 2,815 32
800,125 800,125 00000000000000000004f282c9a4dbf9f12b1138f110788006dacb8d74fe0f47 1.85 MB 5,101 10
800,124 800,124 000000000000000000039d6925e615b05e6cb22a64f40da0fe2730c6634a388b 1.91 MB 5,439 6
800,123 800,123 0000000000000000000418a05c6aa624d0363286ff98396ea2629d183b147b40 1.93 MB 3,944 7
800,122 800,122 000000000000000000035af23e373546dcaae56672da197d58a16f17da8e914a 1.32 MB 2,080 21
800,121 800,121 000000000000000000052885facfd483ea4bac177c94dabf10c2b50d4cc101a9 1.98 MB 4,647 11
800,120 800,120 0000000000000000000479988c0dd6044d19505ca2acd9e1fdfb69d3d5595121 2.21 MB 3,192 10
Previous 10 blocks ↓
Total Size: 704.34 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: 2,649.37 GB sent, 240.15 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.