Memory Pool Memory Pool Refreshing

45,660 transactions
26.10 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,577 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,002 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,576 (166,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,267 696,267 00000000000000000001e19473be366772752658102135769bf69957b7568727 1.38 MB 1,785 9
696,266 696,266 000000000000000000067894489710d3b70e59e268b64e6a6bcbb6e10c60979a 1.51 MB 2,790 8
696,265 696,265 00000000000000000011c0b4c693e784cd426bbf59d2eed272ddfbb581b77abf 1.55 MB 2,940 6
696,264 696,264 00000000000000000002217271ad7070702815d3b0c924ab6904cdfc2f4973ce 1.52 MB 2,670 40
696,263 696,263 000000000000000000100470dd81d5e1654afbf97a7828153dbeebedef5c0cfb 0.54 MB 846 12
696,262 696,262 00000000000000000005c3825559ab52ef12706290b998fa434d10e66146ff8f 0.79 MB 1,682 17
696,261 696,261 00000000000000000008b6f86e1591863820e21b1e0baaed9d8bcf6e8c857f3e 0.57 MB 821 6
696,260 696,260 0000000000000000000e8a4b2ac32677533c46a594924c08f735d5770d66fb4c 1.51 MB 1,772 7
696,259 696,259 0000000000000000000fcc906b66731a80c059717abe887197b5e9eb9637387a 1.27 MB 1,973 3
696,258 696,258 000000000000000000107f837df181f0c082c828bcccbb2fdf48731fd14b22ee 1.54 MB 2,942 24
696,257 696,257 0000000000000000000dffee26ee667c03e8d3d157b8e36c50acee03bd069056 1.18 MB 478 2
696,256 696,256 00000000000000000008e76e6c941cbfa55914c99b6aa7ff8d549d612b259a40 1.43 MB 2,852 7
696,255 696,255 00000000000000000001c67a1de71e0920847a9935268f4a62523e3cbac9bca0 1.09 MB 812 5
696,254 696,254 00000000000000000004ceb592af6ee20f139eeab9d38321c5f8c98f8b9229a3 1.56 MB 2,592 11
696,253 696,253 0000000000000000000e1a43cc815d4103a5cd7e45b498aa50d6864f38640fa9 1.49 MB 3,133 8
696,252 696,252 00000000000000000008009e4929baae79369872be4a00ffb54a40083e655d80 1.44 MB 3,255 34
696,251 696,251 0000000000000000000b5c2c4d7ef463616485d49fc5f9abdf5e070469b4d27e 1.13 MB 576 1
696,250 696,250 00000000000000000004906bc5c29724d796fd4efb195572103a125be85c999d 1.63 MB 2,644 28
696,249 696,249 00000000000000000002523758068423160f95823aabf2c6c6d6428d6ecd861a 1.48 MB 2,766 14
696,248 696,248 0000000000000000000e5effc798f45fbd31e0d46e994c0fb3d0a9e5474c5c32 1.33 MB 1,384 3
696,247 696,247 00000000000000000009a25d3e8efbb5179f339292cc6750ca77b4131aab1b72 1.18 MB 454 4
Previous 10 blocks ↓
Total Size: 685.27 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,376.26 GB sent, 107.46 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.