Memory Pool Memory Pool Refreshing

3,961 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,107 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,078 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,106 (776,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,211 131,211 00000000000004fedd91eb69a9952110124e7e46079bb8b25eccdde2365534df 0.05 MB 155 63
131,210 131,210 00000000000003940b93d2bab028822165a63f14a11a94c750566bb3d281ebe8 0.05 MB 116 528
131,209 131,209 00000000000000eb97149771cb9595755608e828b9593a8186ffd1e730669553 0.02 MB 18 1,397
131,208 131,208 000000000000105d15168d8ef5f02d9d00ac0153dba6bee69a1caa3685fe74dd 0.05 MB 43 145
131,207 131,207 0000000000000912516ca1916892af82a38a9d005774c72d775f4efe00140a2e 0.04 MB 82 1,080
131,206 131,206 0000000000000cbcf20d1e41b0a4ca167221b2d086d378bf637c11d7dd28afd5 0.00 MB 10 699
131,205 131,205 000000000000037f60f805da76d2905fb55372d359871406d3930222d791b07d 0.05 MB 153 225
131,204 131,204 00000000000002e4ddd5e41587cd6a1cf6e8bc64a39dd815c0c4bd26a440d5ad 0.04 MB 86 1,074
131,203 131,203 0000000000000d97579383029538dbe6f6fd71a6fef3102b7c8ced6befb1810a 0.02 MB 59 1,129
131,202 131,202 0000000000000e8192b9ede35f680446e7dc21aedeb0eac5f7b71cf6450b8bbd 0.05 MB 153 291
131,201 131,201 00000000000000c7d069164c8820c3a4093adc063d9b32e66cf8a3cbd5b1b039 0.05 MB 125 178
131,200 131,200 0000000000000b7542b05601fed20f0ef46895d8b4ee54091a8d49db759283cd 0.00 MB 13 312
131,199 131,199 00000000000003791a4c4d8625de487e40aa20cb9cf1407a4c847d16807a7a54 0.01 MB 27 1,061
131,198 131,198 0000000000000030621ce3f47dfbddc6800e983a71ede8f7961e371345b6b5b8 0.04 MB 97 522
131,197 131,197 0000000000001222a1cd47b5802786902ac5834cf2a1b98504af5fd44257e008 0.01 MB 30 966
131,196 131,196 00000000000005935ab7efdd3ce2aa472a6b36ab21d271f26f312d77e83abd03 0.01 MB 17 411
131,195 131,195 00000000000002dc5d0de787b3d6b853b3365c5b0bcb3c7d5643acfcae6aa8e4 0.04 MB 55 1,224
131,194 131,194 00000000000006f78fdde65a4f8654f8974c5a19331ca0a278864832d5451798 0.03 MB 52 786
131,193 131,193 0000000000000b2e7f8a51cf6ac89fc1901c46b2838503f08191d025546a0090 0.06 MB 113 435
131,192 131,192 0000000000000b1425e9976c4ba7a5cba1e8050b90d588933efc0a2f15dd9feb 0.04 MB 87 998
131,191 131,191 00000000000012326657f670c08def145ce42e86d068a2cb6ee6030fb9f990c5 0.01 MB 17 885
Previous 10 blocks ↓
Total Size: 769.74 GB

Node Information

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