Memory Pool Memory Pool Refreshing

10,392 transactions (3.34 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,652 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,864 (825,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,513 83,513 00000000000dbf9d751253396ac9d4e40d832a1bb068f2a7cb605281617c731d 0.00 MB 4 0
83,512 83,512 00000000000e07f4140b049584ee958fccd711539bb593c1a01cba52af67149a 0.00 MB 2 0
83,511 83,511 00000000001edd764a482c0038320277f2899aad158b373b03d212d901795df8 0.00 MB 1 0
83,510 83,510 0000000000163bab674d310c16c7b88d58835a60b4168107d4ce9861ed4b9d5b 0.00 MB 5 0
83,509 83,509 000000000026b81c79953d66b98ce8f793474a347e12cda92bac88e5416e1024 0.00 MB 1 0
83,508 83,508 000000000015eaeb48ffc3de1a1b98037149ae14c76b93de0f793c93af68def3 0.00 MB 2 0
83,507 83,507 00000000000028dedb554525fa2aa1a2961be302b1501f1e15b2a7e4a17608aa 0.00 MB 2 0
83,506 83,506 0000000000036a81cdd20c53eb96c5e006db44c516af46bbdd5db37ca2b94c27 0.00 MB 2 0
83,505 83,505 000000000009024a61c5ea2e40a8ac40310534a93c3b9499f69c3b132610acb7 0.00 MB 2 0
83,504 83,504 000000000004f17291eef5a5c8a6eb7820c7637f8c75b282f7678fde122e6156 0.01 MB 15 0
83,503 83,503 00000000002de52d6d6f9aff7845f1ed56393473be103fcf6d057ca2a43976d3 0.00 MB 4 0
83,502 83,502 00000000002d3a79e2331e9c8954324769f6d08cbeba4639ee3032ac55c8a5df 0.00 MB 6 0
83,501 83,501 00000000001be18608048fb6bc8fbeaee1299f28e85a92d6863009b4dc4dcf1d 0.00 MB 1 0
83,500 83,500 0000000000174ea79eaf44f30ff9f115613987c43c7902da1ce91d813d52acfd 0.00 MB 2 0
83,499 83,499 00000000002879f2dddae910838e48f529d81c0b8381e141879804ad0f0c423a 0.00 MB 1 0
83,498 83,498 00000000002fa1f78c9024828def701560761a2d6bc9dad22d32ca9bae077cb3 0.00 MB 1 0
83,497 83,497 00000000001139907ad9e12cb17bbbc86d5bd4e6e9a923edbfa16c60a28898d2 0.00 MB 1 0
83,496 83,496 0000000000197e4300bf1427242918e38cbd24e548226544eff733da26dd051d 0.00 MB 1 0
83,495 83,495 00000000001baf89a63ac696c2aecc87da9a675a39220045154f30ca345cfb28 0.00 MB 3 0
83,494 83,494 00000000001a07d9e070706aef9877f865f110ab48eaa156fb66ab8075bea1c9 0.00 MB 3 0
83,493 83,493 00000000000fae165db544ff74ad91f0b16a93779db3a43a1a0af3560740bba6 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.30 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,861.93 GB sent, 103.65 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.