Memory Pool Memory Pool Refreshing

57,137 transactions
22.86 vMB
Show Random Selection Loading Transactions
Max Size: 141/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,104 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,710 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,103 (70,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
801,457 801,457 00000000000000000001bff2fb82c1c11e4cb68e693a09fbd668ff0109f5b210 1.12 MB 528 8
801,456 801,456 00000000000000000001704ccd3c70d3f073c6c2caf61a14fa5ce8be15034c3c 1.67 MB 2,849 14
801,455 801,455 000000000000000000044e3d2f105ea41ff2c2e0d5bc73d2bbae67fbf8a65024 1.92 MB 3,166 10
801,454 801,454 00000000000000000000d183582ee91246262fbd9f4454bae46fed9b71f0f925 1.81 MB 1,996 9
801,453 801,453 000000000000000000052f0585ef5cf083636729b1ae273ba89562b4536e2599 1.44 MB 1,595 15
801,452 801,452 000000000000000000039662b1c5f59b3568d7a701c54d99bcbd11c786b2fbb0 1.84 MB 2,825 10
801,451 801,451 000000000000000000000db4d4c1b63c3260dd0b7500e2076b8ed23a2b161156 2.00 MB 3,182 9
801,450 801,450 000000000000000000053b42601988f9926c4790d49eae37afe509138dcaa567 2.08 MB 5,073 6
801,449 801,449 000000000000000000026347c98de5ea08692091153d2defedfc0c73088a4f19 2.18 MB 7,199 6
801,448 801,448 00000000000000000002d3860963e6be8e542176261092eabcc029afc16675fe 2.17 MB 5,935 6
801,447 801,447 00000000000000000004a64d038092ef05872b244887ed56957fc2341452699e 1.86 MB 5,164 8
801,446 801,446 00000000000000000004dd808569ed10554d06fa99eb4a263feed92478c19a2c 1.89 MB 4,634 6
801,445 801,445 00000000000000000002bbf9e90b124aeeaec450ee1a066a8619d2e2d1e50146 1.48 MB 2,640 11
801,444 801,444 000000000000000000002a5efd31e8436b8651d12ae9f950ac77c491cf552199 1.79 MB 1,521 16
801,443 801,443 000000000000000000007aeab39071e5413d307b0ff957fee4b60849820d200d 1.81 MB 5,011 8
801,442 801,442 0000000000000000000493c77fe9cc9801265f863a0e4579a62aebfdf69a0b36 1.84 MB 4,605 8
801,441 801,441 000000000000000000010182bcc1057986b61408e9e5e87e632a44cdb070de34 1.81 MB 4,086 8
801,440 801,440 00000000000000000004ba25a1667f6d9264884cf2637850a3820c071844c186 1.83 MB 4,738 7
801,439 801,439 00000000000000000000b7575fbb70bffb406a6b4dea84c366ac79b75ac39f7e 1.76 MB 3,928 10
801,438 801,438 0000000000000000000274e9dd69106d3e71ea9d171f9b2aeb9ce5b912f718fc 1.60 MB 2,845 10
801,437 801,437 00000000000000000001dba42197e05ff59e1d87b6854526a27998d2ce466672 1.47 MB 2,184 21
Previous 10 blocks ↓
Total Size: 703.39 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,591.28 GB sent, 234.01 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.