Memory Pool Memory Pool Refreshing

75,570 transactions
31.50 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,203 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,487 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,202 (151,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
719,120 719,120 0000000000000000000085df817a9452fffe2ac8a781c20e680ec3d338c91968 1.46 MB 2,735 18
719,119 719,119 0000000000000000000a866833683b057b13f71170cd4235976e72559fdee4e1 0.28 MB 395 5
719,118 719,118 00000000000000000007f93817e5650bef27bcc3b58a6619a217147232addc74 1.57 MB 2,124 3
719,117 719,117 00000000000000000001cd029baf9c83060d72943957a72487df877b0f81cd8e 1.57 MB 3,157 9
719,116 719,116 00000000000000000009dbc24c6c4ab1c644e1270ecf25afe9582b9502360fc3 1.50 MB 3,238 13
719,115 719,115 00000000000000000002b14f42ef98097b87843ebe8329076752f90129d48b6c 0.10 MB 228 8
719,114 719,114 00000000000000000005faf6123274ef252e9de5db37c2f47d97b043ef83d978 1.34 MB 2,639 7
719,113 719,113 00000000000000000007a49b3a9766b210c562b43846388aa5686981140dee0f 1.53 MB 3,010 7
719,112 719,112 00000000000000000002b6ea5454b111d124aa0be6ee241f9b502b3587d18f5f 0.85 MB 1,275 6
719,111 719,111 00000000000000000008764ee9a2bb0850dd031d246109e337b491b6f66acb1f 1.17 MB 1,108 3
719,110 719,110 0000000000000000000857dde35b22febd4017e15d7691df4410a711b4dc5e40 0.99 MB 638 2
719,109 719,109 000000000000000000075097fa833f7643d1272148db368765d9399d4ad1d004 0.31 MB 675 9
719,108 719,108 00000000000000000002d39a98bf898c681e5f34529f2ed8ff300fa7fca09499 0.31 MB 294 3
719,107 719,107 0000000000000000000501b0f56d3ddc99c2b66a805596b56b1eb95e01615ffb 1.61 MB 2,602 9
719,106 719,106 000000000000000000098d72b8a07ad824f1042de237a330a1acf422fc7dd1db 0.27 MB 560 8
719,105 719,105 00000000000000000000a3bf13d5a082c2d4e62fe6cf6d49fa1cbf80f696c300 1.02 MB 1,580 7
719,104 719,104 000000000000000000074ee72bbcebcafce73a67255621b24bea4be3f39da6a8 0.46 MB 689 8
719,103 719,103 000000000000000000030f07344586dcc9f4b44b29e2e6dff9f6c81ae79ab7e5 0.11 MB 146 6
719,102 719,102 00000000000000000002a1410f799288a9f83344e55e1f7c0e26a28637f6f4e1 0.04 MB 119 5
719,101 719,101 0000000000000000000081b93dd0b73521bc42edab67d192f617b914a4f15b33 1.28 MB 1,075 4
719,100 719,100 0000000000000000000acd9d03b13b82f90fec95e508c51e967a0b535ea09280 1.57 MB 2,543 8
Previous 10 blocks ↓
Total Size: 699.83 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,195.56 GB sent, 209.31 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.