Memory Pool Memory Pool Refreshing

724 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,890 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 702 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,889 (683,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,403 224,403 00000000000002816c691c6ba01e8fa3a6f6eecbd591e9d9276ab3f360954f70 0.25 MB 678 277
224,402 224,402 000000000000028ce1ea965e9de2877280664d230a0c97687808f6e66b436e83 0.25 MB 621 187
224,401 224,401 00000000000000da1ebe383e434c3ff367acfed390b14545c8110df065bde963 0.25 MB 734 308
224,400 224,400 00000000000002c22f17ff5177b5805888a239680507d3e4d395f0afb06e0838 0.25 MB 746 295
224,399 224,399 00000000000000cc5e1b9596cf4afbc0718f8eaf54f9887d53bb6b6097bb4f23 0.23 MB 287 153
224,398 224,398 000000000000020971669ee19f5f405af6e098d235fc97536e9770fedbefc9ab 0.06 MB 145 104
224,397 224,397 0000000000000183e0274da31c3325c799caec44e49cac6520d43bb038e1d56e 0.24 MB 397 126
224,396 224,396 000000000000030726ded5e10e0a3745b68bcfc5c86ce29c8b94e1ccf7f87589 0.17 MB 243 91
224,395 224,395 000000000000018b7fc03fec5cb3165a9e0a641e5610083a4b0fbd5c8c478c65 0.25 MB 694 354
224,394 224,394 000000000000033634d75f17cba60dda9bbfe329b85dbf56dd14539ad056e31b 0.25 MB 590 224
224,393 224,393 000000000000011e46c40efb81ff29e33ee4bdc16bfce68b56a8dbc6445f7aa0 0.22 MB 298 175
224,392 224,392 0000000000000286e1d48a0ba9657543b35f864685c946ed85eb43bdb0b84517 0.25 MB 679 368
224,391 224,391 00000000000002ef8be8c4a39b2dc37131d6f33bb6f42e4a5202f4930e6fc6d8 0.23 MB 540 263
224,390 224,390 000000000000026a2a8b79db298f2e70a89b95d59b99320b721cec344bc30d28 0.21 MB 463 201
224,389 224,389 00000000000002011ace0ab8b8a4a677c1f27db2b59e2d64dc8f6229f6416621 0.25 MB 448 205
224,388 224,388 000000000000000fcbb4dac37092cbac35aabd464c5a922d3cdfdd2763084413 0.14 MB 339 262
224,387 224,387 00000000000003d1955d94655b4a75f02377dd2aa8b22ea68dc9601a28fb342c 0.13 MB 128 145
224,386 224,386 0000000000000173fdf8fa92f5fd72448ad6bdcb2250dd23412b2bb2fdbfaaaa 0.05 MB 138 175
224,385 224,385 000000000000017123a9f6961db1c6e88d50a38f01e751c3c31edf62be54d585 0.25 MB 203 120
224,384 224,384 000000000000029d047fe59d1f533f70b97ef6669353e34128f87cc4972c39c7 0.25 MB 451 148
224,383 224,383 000000000000037355f10f7cf499dea1a671b115534f4e0d387c6f942daa67cd 0.25 MB 688 219
Previous 10 blocks ↓
Total Size: 769.33 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,643.20 GB sent, 94.62 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.