Memory Pool Memory Pool Refreshing

48,168 transactions
21.00 vMB
Show Random Selection Loading Transactions
Max Size: 133/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,060 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,416 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,059 (63,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
806,307 806,307 00000000000000000002e5d01183a60cf21bd974b4afbf604345aa0fda6a89aa 1.31 MB 1,901 22
806,306 806,306 00000000000000000004d93bdd39afd245d77174aad2c20f4d91b0edaa1fcfac 1.78 MB 6,007 17
806,305 806,305 00000000000000000000eece27757626b85d9bf497f16650f6f52a91ce840ad0 1.39 MB 1,504 15
806,304 806,304 00000000000000000004d0d2fd26c4a9da5e5a13c5753aad861fe216c0f8abd3 1.56 MB 2,691 21
806,303 806,303 00000000000000000004a3e4d229f040e0daccf5eb965809dcfd523b8b4cdae1 1.61 MB 3,623 21
806,302 806,302 0000000000000000000402ecc5b960989b2b86dff921e37fb80389e456629dd2 1.56 MB 2,715 23
806,301 806,301 0000000000000000000345661090c72a334c372f5b67fe3567f98d791c4c2d08 1.40 MB 1,607 18
806,300 806,300 0000000000000000000163591b3f5a48020bb7d7854f93e8b37144f1dd0ec130 1.52 MB 4,899 14
806,299 806,299 00000000000000000000dec8d6d5abbaee062e6b8ae643170b54a577df3cc537 1.69 MB 4,691 12
806,298 806,298 00000000000000000003d4746063e2d47009b4c7815dd0dc13f6af3808117427 1.59 MB 5,210 14
806,297 806,297 000000000000000000039e670288022579c42bb99597b965fdc7a58ad0cd8ee4 1.57 MB 2,762 13
806,296 806,296 00000000000000000000c5a12c9de55ec5f117af52fb51f0aa9d0ed8a1b266d2 1.45 MB 2,697 22
806,295 806,295 0000000000000000000097e80b6e3c10fc904fa2762a84df4de6be81a96076fd 1.70 MB 6,886 15
806,294 806,294 0000000000000000000143f4e6fc0fbab8a1e7d1a819425d8c8f56a378b425df 1.55 MB 5,398 16
806,293 806,293 000000000000000000043ec24df0c655a58927a661a8d287d9a04a7dcfd3db99 1.66 MB 6,518 16
806,292 806,292 000000000000000000010910d238dceddb953785592deaaadf62d25f995990e0 1.78 MB 5,522 14
806,291 806,291 00000000000000000004584b7c2cd2d47720ec27e4450180a7da33531d855601 1.75 MB 2,303 19
806,290 806,290 00000000000000000002aa7c6d7a9323eea5e3a2bb79c572a9827131121653b6 1.52 MB 2,527 19
806,289 806,289 000000000000000000023d1e6b7413378227618a170551032e6c80ae6dde8ca4 1.37 MB 2,320 13
806,288 806,288 000000000000000000044c7a34c46bcabce1bc06969b36e85d6beec1a6bda176 1.59 MB 2,874 21
806,287 806,287 00000000000000000003225f3839ea669647ed9c9fae5b1c6d596a43783b6741 1.61 MB 5,226 15
Previous 10 blocks ↓
Total Size: 699.57 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,173.20 GB sent, 207.40 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.