Memory Pool Memory Pool Refreshing

6,985 transactions
3.95 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,462 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (771,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,203 136,203 00000000000003910e6bce91f8fcbfabac2273123174a2a3fb128c0f7f2619f3 0.03 MB 66 249
136,202 136,202 00000000000003d7263eaafe3e57c2ea4b5e4e9603645b9c8ab16a61f276ff0a 0.04 MB 140 600
136,201 136,201 0000000000000862b21ab851bb559f902cb88268b5b9be45277013f39548edcf 0.05 MB 103 2,049
136,200 136,200 0000000000000892224bf7504dacfa3b74b2df00085d88da6b6fb2365e1ca08c 0.05 MB 171 452
136,199 136,199 00000000000005f78de76704fa335954d5b8abce60dd9b376c882ff928bed99b 0.05 MB 113 629
136,198 136,198 00000000000006e6b2c509179ac5f9e67415e147784faf009435cffb3adb9ae8 0.03 MB 31 174
136,197 136,197 00000000000000caf82d96475fe688f61a19a7854d384a4162369feef21f23d8 0.05 MB 148 174
136,196 136,196 00000000000007b98e95d811c18afbb5d76f985060696f8427133d212d4c6808 0.00 MB 12 713
136,195 136,195 00000000000008dc69c0b3f2bdb4387b31992fa25b605e6ca369d01970265f8c 0.04 MB 64 166
136,194 136,194 000000000000085e5379d65cb0d3560b1a1f56e9e7628b50834a6ca65987cf49 0.06 MB 145 840
136,193 136,193 00000000000009b91217c8308998d2851af28c25e1b547ddee505aa63727c98e 0.05 MB 153 219
136,192 136,192 000000000000058332d89030a93a2e06ef337f8d5906ffd26c44193f131f1766 0.07 MB 134 350
136,191 136,191 0000000000000a25a0e97c18a5cad769b2bdd1ffe5890c123cfd152786a99bd8 0.01 MB 14 631
136,190 136,190 000000000000062f5b02857af38c8afd0c3c84d75e35bc8a3ab1dca9913bd563 0.09 MB 100 118
136,189 136,189 00000000000007b7f5ad4d5246ed45dd1f74afba35002168a612d1e1ca5f4d3c 0.03 MB 49 419
136,188 136,188 00000000000001869fd2d7847150996cc4a0c5081101137f46c5d38fe193bd99 0.05 MB 113 444
136,187 136,187 000000000000029d7f6570aa9efc4e818c69343f764ee3ffeb3c327f6ddb7aae 0.00 MB 10 812
136,186 136,186 0000000000000a30c6772eb67bd3a08b69f60153a4e5d8ec92d4ec6f86bf931f 0.02 MB 57 387
136,185 136,185 00000000000009fca679455ff339c94449286a7495b308b2420a93010341fae9 0.00 MB 7 54
136,184 136,184 0000000000000276758a10ba1797637397e70d2133413fe2877e7b6f0b14a16e 0.00 MB 8 3
136,183 136,183 0000000000000777b57a3ac492f7fb2d0308b9ad40237ca94ee61f04803fe3e1 0.02 MB 31 161
Previous 10 blocks ↓
Total Size: 769.03 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,625.95 GB sent, 93.05 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.