Memory Pool Memory Pool Refreshing

54,128 transactions
30.08 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,983 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,763 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,982 (103,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,749 766,749 00000000000000000002cf100a68e7281f0f36f1f5cc4bc1cd5d62cc12408a61 1.12 MB 449 4
766,748 766,748 000000000000000000077d5b5391a4db01bfbf92952227f171bb1f6c302c2c53 1.00 MB 123 3
766,747 766,747 00000000000000000004fcf77d7de45d2d8026f8c8b6a23a543d42d4a50c5ac6 1.45 MB 2,669 11
766,746 766,746 00000000000000000006dce8f1691d826f804de6d130d8aba7a901980e7560b3 1.36 MB 2,288 11
766,745 766,745 00000000000000000005eea069c5d5ed5fac668f88f4864985064040700ff63b 1.06 MB 415 4
766,744 766,744 00000000000000000000fa0ec07ed550ea70de4894d31f47a6955370fcdca835 1.02 MB 196 3
766,743 766,743 00000000000000000007e6d854b1172aa2a76b0105fded873e8f3c0c3f5f327b 1.53 MB 2,810 11
766,742 766,742 00000000000000000000a259488a47c0a620107edffb3df25f42f6c4f233158e 1.49 MB 3,359 15
766,741 766,741 0000000000000000000017214edf291592097ad7ab8c805549fccecb466935ac 1.14 MB 785 5
766,740 766,740 00000000000000000000e02b85f9f1d782f58904cb3189f610013531f00e2009 1.16 MB 859 6
766,739 766,739 00000000000000000001153aa30a835c3f476cb24716fcbb3e2270d355c17c3e 1.37 MB 1,618 5
766,738 766,738 000000000000000000052b0a65ed4a80cf3477456a092731855ef28fb66882dc 1.56 MB 2,663 12
766,737 766,737 00000000000000000001a60aeb9c3badc31d1e7b0bbfac7244c5284fbe5dc3f8 1.47 MB 3,056 20
766,736 766,736 000000000000000000071e7e7dfd250b5032153fdd9f1d1ee5aef84dbcb7bd38 1.11 MB 448 4
766,735 766,735 00000000000000000005cc92296ff35b38aaf01edd14eb488b4ab955ab1c4f5e 1.17 MB 893 6
766,734 766,734 000000000000000000051bfd585b90e958d17399e680a228dd3105bc650ac516 1.30 MB 1,874 9
766,733 766,733 000000000000000000003e10b02885444e237547330c0942eb61ea0f80be7199 1.54 MB 2,889 15
766,732 766,732 00000000000000000003fd379f04cfcd766ad75d015e74b6c58514b3f7639888 1.04 MB 291 3
766,731 766,731 00000000000000000000b6828e8a7c68aa828bd8c06e5eb46bc15bb362a0aaf8 1.53 MB 2,797 5
766,730 766,730 00000000000000000005aa6dd6ffdff12cee42e096ebe64888eaf2a1a4eaf598 1.37 MB 2,309 15
766,729 766,729 0000000000000000000438af1fd9bfc34c2decfef13609f7b1462bbec88b6013 1.40 MB 2,677 9
Previous 10 blocks ↓
Total Size: 699.43 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,169.47 GB sent, 206.47 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.