Memory Pool Memory Pool Refreshing

752 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,021 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 752 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,020 (696,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,234 211,234 0000000000000032de9e27c11f333ac77dda465d59c185c90e04e3ffe3328b9e 0.02 MB 43 63
211,233 211,233 00000000000000e4b6e1aa5a9fdeb1fc922fd4524c92207400b43d17cba0ad9e 0.07 MB 140 140
211,232 211,232 0000000000000290257c49cc0512d9109b6367c063b0666ddeaf1d50932cf57f 0.25 MB 639 192
211,231 211,231 00000000000001e62528e5565bc679c055b19c4557f0bb7828b4abe3c222609a 0.00 MB 7 15
211,230 211,230 00000000000001542e70bc10dcbcd75560f8edeb9487783efc4f3a131b5e44a5 0.05 MB 149 45
211,229 211,229 00000000000000b0b5ae51f171f0574e491acf0b6e87d1247570fe33f0a52cae 0.00 MB 12 323
211,228 211,228 00000000000001ffcac50a5bf3fa95d22ce1293b4c7067f06a7570ac853c20b8 0.08 MB 253 196
211,227 211,227 0000000000000096adc79c385ef9a59fd67acb2b2ae3559a4d8f83ae1ba51912 0.00 MB 8 73
211,226 211,226 00000000000004a7bee1e8bdbd63084a76e886372d8ca6fa5a62ddea7afc779e 0.00 MB 10 88
211,225 211,225 00000000000001cc215d61eadc198e4c5486195a93e9d6eb2728c387cef9d47a 0.06 MB 155 149
211,224 211,224 000000000000022ff1e05d02947121f02588b8d9f743424d9f0ccfe7a74baaff 0.02 MB 60 207
211,223 211,223 0000000000000107481d30cd2db831c2dc30dfc1717ee729e20b7f6b3305aca1 0.03 MB 82 120
211,222 211,222 0000000000000047db7fb27044b085df6b36083d602b2e61f3c7f185450fe4d4 0.20 MB 430 162
211,221 211,221 0000000000000070afc3fb53bead96796d8b0d804f0bf12c378fc795929623ca 0.03 MB 86 144
211,220 211,220 000000000000041abf6034a06ce24ac123ba5cd92c7b2426f5b5a78222bc0bc3 0.00 MB 9 262
211,219 211,219 0000000000000100b85bd599d1b04e0b199f483e62487f2d815690ff1c55a706 0.05 MB 122 84
211,218 211,218 00000000000000bc46797478618e1bdad08c3f9727e7967014fb3caf3e19cdc2 0.12 MB 319 178
211,217 211,217 000000000000007f087a0128da2f70b8c5346d7c8b368f1e600a3d388dce205d 0.00 MB 7 156
211,216 211,216 00000000000003a2638fbd63fee607fc14d9a0ed1d241dbaf81edd7197cfdcb4 0.02 MB 46 175
211,215 211,215 00000000000003dc9b9eb7d654eae6eb1139420231b4e085ccc92237b8d51364 0.10 MB 206 167
211,214 211,214 0000000000000027d4d9ee08af94c94aa7054f6d41289a0a0618052f46a175c5 0.11 MB 256 186
Previous 10 blocks ↓
Total Size: 769.58 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,650.87 GB sent, 95.83 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.