Memory Pool Memory Pool Refreshing

79,705 transactions
31.66 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,427 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 5,611 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,426 (8,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
862,262 862,262 000000000000000000029f2ee4eac5a703978b60990e2f83494816b1017dcfaf 1.70 MB 2,495 3
862,261 862,261 000000000000000000014eb854cc059b967a894a2f20e3bac0aae8b0101dfce0 1.42 MB 3,117 6
862,260 862,260 00000000000000000001abfcd5167a904e91ce8cb85a85be6591d150c4f1541c 1.58 MB 3,743 6
862,259 862,259 000000000000000000016ff53541a723a1ab13687439eabe00d4399fcebc98bc 1.70 MB 2,975 4
862,258 862,258 00000000000000000000e5afbbe92c728a7ae5f8f52a7ee6dc84973cf0abbefc 1.63 MB 3,369 6
862,257 862,257 000000000000000000015e2dbb48625c827c9c4e93a9280347e6431a86699e29 1.65 MB 3,779 4
862,256 862,256 00000000000000000000a8bccf72e935142420f022f974be97d092cd291191b7 1.52 MB 3,480 4
862,255 862,255 00000000000000000000d383deffc88782ab964cc9a49cc0f3be10fdc231e707 1.56 MB 3,140 8
862,254 862,254 000000000000000000004d8b05e152f62222464598c91c12dcf42daaaf656c3c 1.59 MB 3,145 8
862,253 862,253 00000000000000000001b1836d3666a1c12774ea4bea69a6b8e66ae5e24dad46 1.46 MB 3,514 12
862,252 862,252 00000000000000000000885613a851b104dded3aa8c93b0953adc965c4100027 1.63 MB 3,943 7
862,251 862,251 0000000000000000000187693aa1a6c62d58d6a23a5114bcffd9c56e40475aad 1.63 MB 3,042 5
862,250 862,250 0000000000000000000258932f3c767a09bfa946c3a3d6a330036fe1eac8a0b9 1.64 MB 4,940 3
862,249 862,249 0000000000000000000193adc86cf4b3e5019602b844742448b46f7d805d1eea 1.54 MB 3,983 3
862,248 862,248 0000000000000000000056e96507a0178476afba6b91333518a1b9ba20d98dfd 1.75 MB 3,442 3
862,247 862,247 000000000000000000008e9f5d90d31c4c4fb77078bd3de18b2bd5705e0eb264 1.51 MB 3,434 5
862,246 862,246 000000000000000000000ada23293ab742ca5cd334a6d64929f003426d7f13ad 1.65 MB 3,364 6
862,245 862,245 00000000000000000000ec1d0cf114308c50ffb0766b3546894c680d3d8207a1 1.53 MB 3,742 7
862,244 862,244 00000000000000000000726c93cdb10ac007c052f192d5c2cf4cfb72c503cbe1 1.62 MB 6,497 2
862,243 862,243 0000000000000000000194c3f86ea10e74c414c17b59ba0d1d793484e0e73099 1.74 MB 2,783 4
862,242 862,242 000000000000000000022f2ae159833db34508b977116dd7dbbda41f0b45af36 1.74 MB 2,700 6
Previous 10 blocks ↓
Total Size: 700.25 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,282.66 GB sent, 212.02 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.