Memory Pool Memory Pool Refreshing

222 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,012 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 214 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,011 (179,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,117 728,117 000000000000000000018fcae4aa86a5cf4a86848dd38a8af73a7de6cc75be84 1.19 MB 1,644 5
728,116 728,116 00000000000000000000590f0871f148d7bf9f2b40b08e2e28e29844e73f5c20 0.19 MB 206 7
728,115 728,115 00000000000000000009579e9c2230721147f699c98113fe94a24c9be98ad1ca 0.26 MB 449 8
728,114 728,114 00000000000000000006ec65d48b9b4ef7c7d2a3cdff7a1a56b9f502e4b93f08 0.14 MB 256 7
728,113 728,113 000000000000000000092919abe461deb607b89613fa37b5a3ca177001073249 0.22 MB 161 2
728,112 728,112 00000000000000000003b9fe6bcb910a151170da6793798ccf144647cd73a808 1.60 MB 2,444 6
728,111 728,111 0000000000000000000010ecde7bfc8afa85abfbfd948deaa569be5a9b4dd57f 1.35 MB 2,628 4
728,110 728,110 00000000000000000007812b03eb5c553232898cb2acc2ee52671eff8944bc49 1.48 MB 2,901 10
728,109 728,109 0000000000000000000a018e4702940353c1e291eaa31c4404116d18034b9e65 0.53 MB 404 4
728,108 728,108 0000000000000000000800b8e842b664489ac000c56874d500bf46d2a4846fd7 1.04 MB 1,346 6
728,107 728,107 000000000000000000022b6f3cd3bdf6d3e1dbb7ebe04f9e49f549d5b65962de 0.16 MB 273 7
728,106 728,106 000000000000000000055cf8833fa82843b17466633fa084b903338df5a49192 0.18 MB 394 8
728,105 728,105 000000000000000000082259b93cfe1aca802817c85cd789489a7c6ff4ba281c 1.37 MB 2,822 7
728,104 728,104 00000000000000000005f0d55dc9432434f6b8251e8fb81369cb2e9878b092fd 0.59 MB 1,207 6
728,103 728,103 0000000000000000000812cba2ddc820cad1ae4a8a18f6f4e98df29a95bb8407 0.00 MB 7 11
728,102 728,102 000000000000000000061c3e360066e5fe4714c548774edce0772eb5374e7ec1 0.26 MB 402 6
728,101 728,101 00000000000000000003040e4a3be54b2e556be4b0b25e5c5aa1499c8ca456c5 0.68 MB 1,299 7
728,100 728,100 0000000000000000000794a20a91a03c1c030a55f28229ed26054086b87b6f8d 1.20 MB 1,600 3
728,099 728,099 00000000000000000000f208c73f76dca72f197393c61fb6b0f2fe1fa34a7171 1.47 MB 2,824 8
728,098 728,098 00000000000000000001bd0fa813bbd0a8c401e7bee6f5abe79ea0c5086ef71a 1.36 MB 2,247 6
728,097 728,097 00000000000000000003fab4ba220f718fb0b7dbb88975610e9c39bcac9bf6e5 0.34 MB 552 6
Previous 10 blocks ↓
Total Size: 769.57 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,649.57 GB sent, 95.77 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.