Memory Pool Memory Pool Refreshing

9,684 transactions
32.38 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 863,945 (46,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
817,002 817,002 000000000000000000000f2c273b987d5d4acf8b14f941161324ec827e09320f 1.82 MB 5,297 259
817,001 817,001 000000000000000000002b3a09d1c143b8b85e4d16de6ec5b38de2582f4f8ebb 1.73 MB 4,493 230
817,000 817,000 00000000000000000004296ab4a14e6ff18e9422e781901b1a70b9945126402f 1.57 MB 3,648 245
816,999 816,999 0000000000000000000100574df4185cd31758a635f4de490661665a33534260 1.74 MB 4,604 242
816,998 816,998 00000000000000000000c76b09c590cd1ef3f0c0d9fecb27056fd28d62058877 1.66 MB 4,205 252
816,997 816,997 0000000000000000000290f359a90a5d57160fd27954703351c6f1bf838941e0 1.79 MB 4,832 258
816,996 816,996 00000000000000000003f5d142b9f0bab8c5ce4f3c4cf331040281cafcd1a66e 1.75 MB 4,596 278
816,995 816,995 0000000000000000000267cb68ec9c2e2588b1dffc36a7ba802afddf979570a1 1.82 MB 5,150 266
816,994 816,994 00000000000000000001c013b05d28aede02dbe6ed90f547cce6f2873ffd3aa2 1.71 MB 4,388 264
816,993 816,993 00000000000000000000787a3c6d3e3ddfc42636477ed0e4da2509aaaacc9bf5 1.51 MB 3,458 300
816,992 816,992 0000000000000000000334c2e29b3929d867143ac7f9578ce80353ab6fbdc0f5 1.53 MB 3,734 335
816,991 816,991 000000000000000000031497854df7fd17c407b44bb830aab5dea3513e0e64cf 1.58 MB 3,934 284
816,990 816,990 000000000000000000026b66b76eea94ecee4655a01e1d9670f12ffe5d42f280 1.75 MB 4,330 242
816,989 816,989 00000000000000000002f046491f6dffe8b4fce6d4f92c1620761cbf4ce2992d 1.80 MB 5,077 249
816,988 816,988 00000000000000000003206a2490a1273c569a251072ffd8dac5655d95938c59 1.68 MB 4,774 252
816,987 816,987 00000000000000000000de14f19a4119a029b3c0b01a793db7a38e49485e1b13 1.79 MB 4,791 256
816,986 816,986 00000000000000000002fb6b6f701966f171172d91f2d17ba81793572c673526 1.77 MB 4,957 272
816,985 816,985 0000000000000000000044d03b8c0c13b4cda8b5102e6dc39fbd5aada26dc297 1.79 MB 4,475 256
816,984 816,984 0000000000000000000164f5f0159fd9db746a2bdb1d71dd053fce51d26d827c 1.74 MB 4,336 277
816,983 816,983 000000000000000000036c35193bd319e80fa8d2b6f7f4762baeb9ae01007b1a 1.84 MB 5,343 265
816,982 816,982 000000000000000000029c3f104cef05564960fe502e089cc6b275d38830cfa2 1.72 MB 4,495 297
Previous 10 blocks ↓
Total Size: 687.91 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,532.37 GB sent, 124.83 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.