Memory Pool Memory Pool Refreshing

19,653 transactions
28.35 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,594 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,496 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,593 (64,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
799,316 799,316 00000000000000000000d720616dd991d65cc4969d60ef67f4ec6d2421a5db6f 2.07 MB 2,685 7
799,315 799,315 000000000000000000051dcea1279d0fcddccca1d2b1299e0f51daaa62729a50 1.84 MB 2,721 14
799,314 799,314 00000000000000000003f45f93b3a77eb4265c621bf82001b0189c76978e550b 1.76 MB 1,704 7
799,313 799,313 00000000000000000000f20e0f192efec5e7355e974772e55721b280b1bef489 1.69 MB 2,218 12
799,312 799,312 00000000000000000002bffee43e89561010af51a123c796bccba3ad25195348 1.51 MB 3,108 26
799,311 799,311 0000000000000000000078687ce180cf91de9d899da475e5b758cb0980267a52 1.34 MB 1,491 18
799,310 799,310 00000000000000000002ac8fbab5ae472705fa4f0b5e574004a6b3d3f81ac110 1.73 MB 1,258 7
799,309 799,309 00000000000000000003239c8f6d19bce3b1e23e3089c677e6d8a28aae815836 1.06 MB 513 8
799,308 799,308 000000000000000000039c895b459131d32108819bc15cc39dc6bc2ac0de6936 1.15 MB 776 9
799,307 799,307 00000000000000000004496dca32f9ecf516c60fb12d23a5ec8d77acbc5d6263 1.56 MB 2,570 14
799,306 799,306 000000000000000000010d88db6d0bc88a08b9b8e1b9ff7cc23701c80ecaab49 1.87 MB 2,643 11
799,305 799,305 000000000000000000042e8a2d164d9529c8fa59c575a932955f4dd4bc99d94c 3.06 MB 1,362 12
799,304 799,304 00000000000000000004b4bb3c0f885a9d8b25184cac56d9998889f518896595 1.69 MB 2,548 17
799,303 799,303 00000000000000000003b5dc65c0e1b50702152ab5fa7a05bd12bc7dd7aab9e7 1.49 MB 2,335 16
799,302 799,302 000000000000000000052f0015f9bb8a4365866099ccc2bba92e843524e8966a 1.58 MB 2,892 23
799,301 799,301 00000000000000000001bbbae09b2f9dc2cf2b405c961c86294542f15e068545 2.63 MB 1,716 11
799,300 799,300 00000000000000000003d493a44312580b99197e51bcc1e7f3741aa560b5f6ca 1.49 MB 2,739 13
799,299 799,299 00000000000000000001c2ceed6f15d59446b2f8eabc248aca575c2e69a5b2f7 1.55 MB 2,116 16
799,298 799,298 00000000000000000003819c9700d9ce0441e70a3d9141431901c86b9b1c7155 1.39 MB 2,778 17
799,297 799,297 00000000000000000004a137a488b0d1c37b091af4a1185bd4911949b1bea9f8 1.57 MB 3,160 18
799,296 799,296 00000000000000000004a0b68fe1a263b6b8232d46fb9cbfeaaa2eaf0130a297 1.56 MB 3,534 15
Previous 10 blocks ↓
Total Size: 687.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: 1,512.53 GB sent, 120.70 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.