Memory Pool Memory Pool Refreshing

31,147 transactions
30.89 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,397 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,026 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,396 (427,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
435,016 435,016 0000000000000000024da57d80ea7f115d629a6a0777d3a6ac1055e34c13dd75 1.00 MB 2,535 111
435,015 435,015 0000000000000000004e5e2aadac64d519911a855e4f7357609d4b7a3472fdb3 0.75 MB 1,286 45
435,014 435,014 0000000000000000034f6eaca1647b5d32ff62fc75b2f90608bfaed98d5b6561 1.00 MB 2,422 57
435,013 435,013 000000000000000002c158879901de2447d8332808e422dcb307be86f2ace8dc 1.00 MB 2,894 75
435,012 435,012 000000000000000001046401fe029e2430863229c8ccb82aa91195c828f97fd8 1.00 MB 1,933 63
435,011 435,011 00000000000000000385d5279467fb3938a956328c234a91cb312afd3a428772 1.00 MB 2,785 72
435,010 435,010 00000000000000000409ed87d66bd4f812ae3b92d501662bd732d01b48eda7b6 1.00 MB 1,993 47
435,009 435,009 000000000000000000fa15c491238e023170b3c558f846aac2dce8ea6c29c2fe 1.00 MB 2,190 54
435,008 435,008 0000000000000000041a63df23438044cd6ead527cd0bb357e67979029c72efe 1.00 MB 2,638 60
435,007 435,007 00000000000000000053bd861498b39feffdbb4bb8b26b5e6f64d11438648516 1.00 MB 2,361 86
435,006 435,006 000000000000000002bbb9cbaea37d48d5e03f8d8a2d835444ce5a37393cd921 1.00 MB 2,466 54
435,005 435,005 0000000000000000015c7c84ff90b6f46c2f46270a6f4f4e0a4e452262a6741b 0.24 MB 736 62
435,004 435,004 0000000000000000021793b3b94b8161f9f859bd96d48ee6a5003876c3ed4eab 1.00 MB 2,660 79
435,003 435,003 0000000000000000002a8b89996576450e02a2d537eeeb8a3c02f7a852f4aa4e 1.00 MB 2,204 57
435,002 435,002 00000000000000000028e062393307627680839e78a09a345fd3690f6464e5c9 1.00 MB 3,079 91
435,001 435,001 000000000000000001476fccd65cc011564d60898d1ce415c700265251091f82 0.27 MB 571 60
435,000 435,000 00000000000000000246d7befc7f390da9aabf20d5e0761702c4d8aa2e5a97e4 0.98 MB 1,640 43
434,999 434,999 00000000000000000351c8a1a31d84eefef96931b72d68bc62acd8d761809d1d 1.00 MB 1,242 30
434,998 434,998 00000000000000000017ddd0f6cd7a179881e5e490357a0cd5d65439fa4c1836 1.00 MB 1,759 75
434,997 434,997 0000000000000000021160560b81e8fe624f1130cf4250c872625d1543b97d20 1.00 MB 1,517 42
434,996 434,996 0000000000000000038b13a60c4954fa0f5547fd82956b153cfb9132e16987ec 0.82 MB 1,365 34
Previous 10 blocks ↓
Total Size: 684.92 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,366.78 GB sent, 104.45 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.