Memory Pool Memory Pool Refreshing

8,864 transactions
32.51 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,911 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 2,328 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,910 (64,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
799,330 799,330 000000000000000000024bf02a55d065845601535eb828fe7cee0ed8a8aaa551 1.72 MB 2,889 12
799,329 799,329 00000000000000000002670bd4b7cdd27cdd85bbe4e1c162e651f712542dc639 1.79 MB 1,946 10
799,328 799,328 000000000000000000045365d3d3c4eafa7323c1d3af24faec460fadb4289e4b 1.37 MB 2,196 14
799,327 799,327 00000000000000000001a2f79fdde8d1c87a01ab9c543124d2c420ba0e80bcd9 1.49 MB 3,073 18
799,326 799,326 0000000000000000000290bb7da85d3988493329404395218c54881bf5bae014 1.38 MB 2,284 20
799,325 799,325 00000000000000000000062c2981569582632569310c3c085f7a1881e8b5aad9 1.96 MB 5,145 7
799,324 799,324 00000000000000000000eccd158e54e766a8b769808583aa02e9092515a0d98e 1.91 MB 5,263 7
799,323 799,323 000000000000000000031696718c60b015e1e4f9b73ce906b2f4c980add972f7 1.91 MB 5,380 6
799,322 799,322 00000000000000000001110eb23c0839499332ab6a9485aa2f2d7de9b5b3dfbe 1.84 MB 4,791 6
799,321 799,321 00000000000000000001346206062f296f206b9799588ea29e4f83ab2f12d7df 1.73 MB 2,916 12
799,320 799,320 000000000000000000037f70db71989e1496c052cd6ef19fff9249a234cf68cb 1.59 MB 3,002 6
799,319 799,319 00000000000000000002ae7783bfe6d3609e41024a2f2d83eed3463f0918782a 2.00 MB 5,861 5
799,318 799,318 00000000000000000004fb4d6c28f46713624e0e2834ccef34ca75ffadaf9a04 1.92 MB 4,946 9
799,317 799,317 0000000000000000000025295cc90cbe72381af8596c9245cfb95828abc0b1b6 1.64 MB 3,759 10
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
Previous 10 blocks ↓
Total Size: 687.85 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,527.19 GB sent, 124.48 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.