Memory Pool Memory Pool Refreshing

29,079 transactions
30.77 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,404 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,922 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,403 (50,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
811,464 811,464 0000000000000000000486a35887841a93778b1be670660da88e386bb1f60d83 2.12 MB 616 5
811,463 811,463 00000000000000000000fe0f3c7e08e4ed11ba97a2d8696a38f68dc0f411fca6 2.12 MB 433 3
811,462 811,462 000000000000000000007432e3a028fa6549509d826c09b3359767fa2cf1bb0e 2.15 MB 201 2
811,461 811,461 000000000000000000046cc0bf2bb90b38f32aa84f30e7ad6572be4ddbecabc3 2.11 MB 262 2
811,460 811,460 00000000000000000003da0edc92b60e985634d0b2b6bd6a6a06381db1c8bdb3 2.01 MB 1,453 9
811,459 811,459 0000000000000000000099077bf0a2e9bf41937a0486507a8237f9548c35f711 2.09 MB 1,023 6
811,458 811,458 000000000000000000046dd06a14290250d3eceb6c1547e5d16a785a90f4796c 0.00 MB 1 0
811,457 811,457 00000000000000000004b2fc9e1d3bdd750d37a07e402e1c8a847512c5b09336 2.15 MB 777 4
811,456 811,456 000000000000000000044e0652c8754513ce074b145cbc6b9ce267d052db4b00 1.99 MB 800 4
811,455 811,455 00000000000000000002bb8d629e6df7b1314c69e878406bf272271cd895f9f9 1.97 MB 1,157 7
811,454 811,454 00000000000000000002ab22fb8a7087cd0224aba50a8d5ed980ed860ebc9bbd 2.21 MB 345 2
811,453 811,453 000000000000000000018f157ea60e533cb6f14ef94fcce7d6ff5f8330634439 1.98 MB 1,131 7
811,452 811,452 000000000000000000025561700d68fe509f4c94b5cad3002a9b4403636380f3 2.18 MB 231 2
811,451 811,451 000000000000000000018545646fbcfd4ea637fd6b371c2d47c42a0291f41a90 1.95 MB 981 7
811,450 811,450 00000000000000000003f51f423227ff545c48dd8e14bc32091d11a7cd1f874c 1.62 MB 2,003 15
811,449 811,449 00000000000000000004cc052d5313645355ebeab1e7a257da6594195b2eeae5 1.86 MB 1,262 9
811,448 811,448 00000000000000000003205631e8caed91487589e0777d82ce94ce26eb4f3578 2.13 MB 298 3
811,447 811,447 0000000000000000000251c2e99c5fcbb64e442db72d9a7148465407470fca3c 1.93 MB 1,381 9
811,446 811,446 00000000000000000000aa33d06ed46e9bc8ce489323fe6183b06ff5522e0ce8 2.04 MB 667 4
811,445 811,445 0000000000000000000235fa86c66bf0ba443c3c648248580b48b1473a21af67 2.14 MB 836 6
811,444 811,444 000000000000000000037a5876d0f1dc1de195af69e8cd7ec4850b9792f85d59 1.91 MB 1,696 10
Previous 10 blocks ↓
Total Size: 684.93 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,367.24 GB sent, 104.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.