Memory Pool Memory Pool Refreshing

60,616 transactions
25.45 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,850 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,455 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,849 (78,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
794,096 794,096 00000000000000000001243c592c84191ea77a064715ef5d928b3991b4866568 1.42 MB 1,509 24
794,095 794,095 000000000000000000050336a6ba6c1d2977899963ddb995ddc03094b7d62bd7 1.80 MB 1,708 26
794,094 794,094 00000000000000000001f4f7138fd9531b903b12d8eb8d523ae12a9dec24c772 1.47 MB 2,278 42
794,093 794,093 00000000000000000001e3b575a44dbebc49e6884bf0f59df3f036410765f2bf 2.02 MB 820 22
794,092 794,092 00000000000000000003ad494989567dd7405dbe25eef1666ce78829631480dd 1.77 MB 2,225 28
794,091 794,091 0000000000000000000167bfb516468f5379043a46bf179f2355dcc5d43f47d2 1.59 MB 2,506 29
794,090 794,090 0000000000000000000119f9d14132c523315785cd67518dfd1a75c35f589725 1.70 MB 2,377 24
794,089 794,089 0000000000000000000495b18f3400c404159a2a2d57cefc56caafbe01b9411a 1.77 MB 2,172 30
794,088 794,088 0000000000000000000292d4830a7c87e60d85ebd8756e0c5f04a9eb5c2aec95 1.58 MB 3,022 41
794,087 794,087 000000000000000000002e2c394519a652a4db59f38fd5fa454eaf0defc73b5b 1.56 MB 3,325 37
794,086 794,086 000000000000000000001f14513d722146fddab04a1855665a5eca22df288c3c 1.84 MB 1,938 68
794,085 794,085 00000000000000000002503160cd733fdc0b5dcb912bc1f7294b3334f95e9efd 1.38 MB 2,402 50
794,084 794,084 000000000000000000041a561ee2576fbc3290f623e4923e3ebd4a7c8f967ead 1.44 MB 2,746 38
794,083 794,083 000000000000000000045d8db76e83e91ad3bcaed8c5283fb6338a9bd96bdb63 1.41 MB 2,405 42
794,082 794,082 00000000000000000004b650814c838e554b98922083acf804e16a373c9946be 1.21 MB 1,500 50
794,081 794,081 0000000000000000000145bef47c0b65bf40ad22c28f8dcf402a55980d0f31f7 1.66 MB 1,674 22
794,080 794,080 0000000000000000000284d48555feb11c9f735f3fb657b498cfff51775cc84b 1.64 MB 1,661 30
794,079 794,079 00000000000000000004bf7e8d127780b79af5284925c9686d90a37e1eeb6085 1.48 MB 2,652 36
794,078 794,078 00000000000000000001c5cb704592ddb1e2a41b90410879f9f8d5e86bb728b6 1.70 MB 1,571 24
794,077 794,077 000000000000000000019f0ef485bdc3250ad0388a7298a90dbb5d690d1d863e 1.57 MB 2,078 37
794,076 794,076 00000000000000000002199a527f4ddae49e3cdd964847790b106d8edff2dfe4 1.46 MB 3,483 42
Previous 10 blocks ↓
Total Size: 704.78 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,659.76 GB sent, 243.51 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.