Memory Pool Memory Pool Refreshing

748 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,009 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 748 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (688,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,238 219,238 00000000000003ac221c8697ab3821cbc3726f2175e20b1acb94a2fa033571ee 0.23 MB 378 165
219,237 219,237 00000000000001eba760ba547c06c79ad1f53122ff9a32bb1d2bbd97edf0dd2d 0.24 MB 565 206
219,236 219,236 00000000000001ae7e699afc12a7a194a68b8b7560c523e0fbca80449e776f43 0.09 MB 234 139
219,235 219,235 00000000000004b062164b8a4aa3abd4a9849b613d82613ecef61e50049fe9b6 0.07 MB 128 96
219,234 219,234 00000000000004ab4172821a6444fcc56fca45eb52d1c5d6df1c95e9bfd1b86f 0.05 MB 134 129
219,233 219,233 00000000000004227750d0686f42c6e76deeb5f631964e5dfacd3ad83abc9ae9 0.08 MB 171 205
219,232 219,232 00000000000003926664030f23af12f49af9425c723c8398070505df634ba54e 0.02 MB 23 102
219,231 219,231 000000000000007e110b7086b6e65c080c4b7fc76983ed465126e5bc1a2e796e 0.10 MB 123 99
219,230 219,230 000000000000031611a0a617dd0c8a67d39ca7b443c04410ddb26ea68b0c1f23 0.23 MB 384 118
219,229 219,229 000000000000021cd2bd9b2d5906487aa1a518766a67ae217d8adcb4f600070c 0.25 MB 748 271
219,228 219,228 00000000000003e85bbf73f1296f225a3dede7908336807c554d23445cf17aad 0.07 MB 88 72
219,227 219,227 000000000000003e7bfdca42d30583ac556c4a2ad26db9fbda8c367534f2c11e 0.25 MB 689 200
219,226 219,226 000000000000037ebb2491c96f4ae88711d9099b5e0143d6b05ca20931bdbfa4 0.25 MB 334 112
219,225 219,225 000000000000033bc0b1613461710aa899cea5758d7e9b532e6a9bb5289c4e17 0.25 MB 808 261
219,224 219,224 000000000000038acb8a2ed5ec346e9787931ef1e9f34717c5e90828605c4d15 0.25 MB 658 186
219,223 219,223 00000000000000c815611a04a710fe8582ec338537745768a891b66defe7577c 0.26 MB 515 182
219,222 219,222 000000000000033ec5814158b949c1641630005b7078dea8770a9dc4c0856b02 0.05 MB 120 148
219,221 219,221 00000000000002a2f5ae04b7f1f5a3407f962896ecb30d5b40ea14a5134a2999 0.04 MB 109 148
219,220 219,220 00000000000003afb96c4408fee592f2c5fd0516fcb131e18145de598fb98b48 0.17 MB 439 227
219,219 219,219 000000000000002ac0f99a70db2b3468d67a073879c046b601874e8c9a41dc19 0.24 MB 573 201
219,218 219,218 000000000000014d821d6e23b8a059c212e6e5acb5239f2e404e11c5b263d666 0.00 MB 8 309
Previous 10 blocks ↓
Total Size: 769.56 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.25 GB sent, 95.74 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.