Memory Pool Memory Pool Refreshing

30,617 transactions
30.17 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,613 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,422 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,612 (62,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
800,713 800,713 00000000000000000004195129a9f9c433f1768b1a80d0345cd7f96aad27e796 1.85 MB 3,507 10
800,712 800,712 00000000000000000001d055dc8ef02ba2952f2f6dcab596d093e33f91da3707 1.96 MB 5,546 7
800,711 800,711 000000000000000000004d69e79fb8687e7e0079c2e0b504bc6607226eedae34 2.18 MB 7,239 6
800,710 800,710 000000000000000000051386a953188b809135c37a00b4a9ef33ce4b597b36a0 2.02 MB 5,491 6
800,709 800,709 000000000000000000026e04f64ea48f276f90207bdfc4f812c60c2ea4714c66 2.03 MB 4,717 8
800,708 800,708 000000000000000000036154b376a42eaa865d08f93db3df50d30ee91fd1345a 1.88 MB 5,287 7
800,707 800,707 00000000000000000003a54fb10df8d8fee53732860a9aacc3ac871a63b370fd 1.49 MB 3,086 10
800,706 800,706 00000000000000000002a91f87eba273982b195396fa05bf613d3c8f7b0ab2f0 1.78 MB 4,849 8
800,705 800,705 00000000000000000001a05c6a2a5397a280cc5a797001721d8d0c62ac1d54a0 1.56 MB 2,976 9
800,704 800,704 00000000000000000004864ed9f643056192ea3a91d7f8868cda405be55121d3 1.70 MB 2,783 11
800,703 800,703 000000000000000000046d4587be136d6ffcd650fbf6dbc6cee234b1bfdd36f5 1.30 MB 1,781 18
800,702 800,702 000000000000000000052ffd769ff88538efe65a2999936e388b9b07358e08aa 1.54 MB 2,738 20
800,701 800,701 00000000000000000000416a8b001a6604a79d00e9fc1b09d4317a73cc074df6 1.97 MB 3,155 6
800,700 800,700 0000000000000000000065b30e9cee4d940d323d8fc22a1a9174b3d989a55739 1.62 MB 2,607 7
800,699 800,699 00000000000000000004302380dba708cbbd9b64491a6eecd92fb26f5bc5938a 1.57 MB 3,062 12
800,698 800,698 00000000000000000003c6b994a42526cf46038bd48cd5256dba90b121dcec72 1.71 MB 3,015 7
800,697 800,697 0000000000000000000330c3f4e9da5c2d2776d63564ceee899809b4db1f586d 1.64 MB 2,187 7
800,696 800,696 00000000000000000002bc9e72a04ee19f3b4747fcbdde8b27e42967d5f37eeb 1.72 MB 1,835 12
800,695 800,695 000000000000000000023cdb4816a4fe412c4c172e0a258a364c7dafb679a504 1.55 MB 2,304 11
800,694 800,694 000000000000000000003862dd1738304ae65d90b726d8938e900d8a6e1dabbe 1.65 MB 2,108 14
800,693 800,693 00000000000000000005299d7a1ca210778ff273e0a31db93898a9450ddf568c 1.36 MB 2,096 14
Previous 10 blocks ↓
Total Size: 687.28 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,513.51 GB sent, 120.98 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.