Memory Pool Memory Pool Refreshing

40,618 transactions
30.20 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,495 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,702 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,494 (161,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
701,360 701,360 000000000000000000069aadad3a2e91d406c47b7874c3bd7f43d5b11e618b46 1.23 MB 1,163 6
701,359 701,359 0000000000000000000182968d26d49717de25f3496a4e4d6d0f18e191ed9b19 1.36 MB 2,381 11
701,358 701,358 0000000000000000000685327c6e552a8e853ee4b6273766a7f1ff0a1b16bb04 0.16 MB 275 9
701,357 701,357 00000000000000000009f591efdf18e62969545ed4fc91ff1120f33e61177058 0.38 MB 442 6
701,356 701,356 00000000000000000001592dd9147a5988dda450b1882c168f9443023c8ec501 0.92 MB 1,400 12
701,355 701,355 000000000000000000054f5c07e0a5c2380e71c8174889007c0e5bae005ca686 0.12 MB 192 12
701,354 701,354 0000000000000000000ea81d875bbf7a101a42c14fb9dc9c652e711ed1d7b1f7 0.24 MB 211 20
701,353 701,353 00000000000000000006633e18712081fb5d75d7383921c90b47211fec26f3fa 0.46 MB 774 10
701,352 701,352 00000000000000000003321c1bcf7e3ddb76e98818f1c80856cccb47f656846d 0.01 MB 27 5
701,351 701,351 00000000000000000002a57e112830eb9bdd61c5f6edc4056b114c04c67393cd 0.58 MB 763 8
701,350 701,350 0000000000000000000a6cc4810c4e76f09ee4ed944a890bbc415a807fe59cb3 0.86 MB 896 7
701,349 701,349 0000000000000000000528c2445f23e36fe8e9fe8793b9d2775200363f6a5bda 0.71 MB 1,174 7
701,348 701,348 000000000000000000006b878f35d1fed7d2ac8ecd6fdcc40b9ee841e0e46d54 1.38 MB 2,070 20
701,347 701,347 000000000000000000021624a8b5bec4b5643425eecf8cef31db2b8020808732 0.05 MB 60 11
701,346 701,346 0000000000000000000c286cdc6a2becba8ddd678c4cd596b5ffba481c5527b5 0.23 MB 184 3
701,345 701,345 00000000000000000007c0b52029676713aacf52bbf87a6aa8f4382818d2d5c1 0.23 MB 240 7
701,344 701,344 0000000000000000000e8c36c1abf6b6867c412aef21c04ae6ad9a82b6fd469f 0.54 MB 821 10
701,343 701,343 00000000000000000003ad6776f6a7dfbada6408da58b94f0158c16453027fd0 0.08 MB 196 18
701,342 701,342 0000000000000000000743f8301ed2f225213b8598d4d839c4a92586a72bbc6e 0.70 MB 515 2
701,341 701,341 00000000000000000007ae8c93df7bd3bc9bc5c7b262846854aca1634e32af70 1.25 MB 1,597 10
701,340 701,340 000000000000000000011da18c6b09b38053b39c175b1567dfa1b3ea77b7a8ed 0.49 MB 997 10
Previous 10 blocks ↓
Total Size: 685.11 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,371.67 GB sent, 106.10 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.