Missing CSS file. There should be a all-cdn-[md5].css and a all-nocdn-[md5].css file.

Memory Pool Memory Pool Refreshing

5,131 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,138 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (35,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
872,166 872,166 000000000000000000019d52435f49edde1bf1eadac565be7dc98aeb0ed220ee 2.19 MB 4,959 2
872,165 872,165 00000000000000000001e9b7055374447964a108124264218a9ebce0dbaa5ef7 1.69 MB 4,931 4
872,164 872,164 00000000000000000000735b7308bac785e7554a17c60d1bf828cf3929cdaaec 2.00 MB 3,080 2
872,163 872,163 000000000000000000009e958cfe8adfba346bc47852df8cdb5c80260479b972 1.63 MB 3,880 6
872,162 872,162 000000000000000000014d773f0de4ab4bb804fec079dc29c8912c711bada17c 1.80 MB 3,406 4
872,161 872,161 000000000000000000018bae7504ef4c7426760422ff302480ad9e0b7e1dbbf7 1.65 MB 2,654 4
872,160 872,160 00000000000000000002b61da37231578bd6dd7fbc56e4ae0d5d35a2c475f479 1.64 MB 3,058 4
872,159 872,159 000000000000000000013251a12b8f7d1e2ad9b8fd266398fa237ac13ddc0deb 1.36 MB 2,559 2
872,158 872,158 0000000000000000000294c855899a8df7a7887779f7e7cb1f8bd7032b76786a 1.90 MB 4,863 2
872,157 872,157 00000000000000000001c93fc4b30cfe04d8633aaba6ae60954108b3cd970fb1 1.76 MB 3,564 6
872,156 872,156 000000000000000000020048caa18d8af30ff01c6f1296d2698601369366799f 1.74 MB 4,491 3
872,155 872,155 000000000000000000023006334c02c5142b73a42e8a54456de1647472ce28d6 1.50 MB 3,046 8
872,154 872,154 000000000000000000013755b6ca7a82a1e48eed37c3a5633adeefaf0bbf7827 1.60 MB 3,775 2
872,153 872,153 00000000000000000002c04080dd8b392c5193823492de40190617f1620e8464 1.61 MB 3,269 4
872,152 872,152 00000000000000000000274035eb77fc20505d9970a2d902cccba8a8656e03b9 1.54 MB 2,855 2
872,151 872,151 0000000000000000000002388f46df91e80f94d13f8391e409833896a172894c 1.46 MB 2,848 4
872,150 872,150 00000000000000000000a87cafa04cba053c32e9a170da74e6092e38b81b7df2 1.79 MB 3,458 2
872,149 872,149 0000000000000000000057d859cdd7715298be13ed9060a05282b634bfed6c41 1.52 MB 2,793 4
872,148 872,148 00000000000000000001e3d0d0ad5b03d6c465edc58acee39cee81a57abf00cd 1.84 MB 5,248 3
872,147 872,147 00000000000000000000fb65e8e1e9ceacff37861307556e21d36277eb8c791e 1.72 MB 4,126 3
872,146 872,146 000000000000000000028054d39b971218c18288a98e71c67b8bd7b62d15f555 1.60 MB 3,853 5
Previous 10 blocks ↓
Total Size: 768.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.54 GB sent, 92.75 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.