Memory Pool Memory Pool Refreshing

1,931 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,919 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (665,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,642 242,642 000000000000008d92fb76cd0af55c828b3ed23415e7be1162da3345233fbc70 0.08 MB 128 34
242,641 242,641 0000000000000036da7fa7015e73445d238a22d345110182bd4dc0276e1fb212 0.20 MB 469 120
242,640 242,640 00000000000000bfc2d2dd81b9f52e92a09fa5271fe10c11cfdc71b8732d4001 0.12 MB 153 59
242,639 242,639 000000000000009491dd27733dfe072327eb9111c6720ec2af324afacddc6868 0.22 MB 587 186
242,638 242,638 0000000000000047cfc35ba2ddfe6f54b03de9792c8bd77678e6fa59f1d30653 0.25 MB 517 150
242,637 242,637 0000000000000035afc46704e8c7f63216541b297b9b6f0dc2668e85e47be96a 0.20 MB 297 75
242,636 242,636 000000000000009b3cba5677bc1e503a52649dd52a10a22203048b1772bdcc4a 0.25 MB 685 179
242,635 242,635 000000000000000938f3d070a3f417fe95731b7b296a4fea7d0b096ded0cccdd 0.10 MB 252 1,026
242,634 242,634 000000000000009f9d676223c2f6944dcecc0d271e87e86123e838de45c86e4a 0.00 MB 4 46
242,633 242,633 0000000000000009de81c8fa7dd6eb80e68ee809e4a7de758a5442910ded7497 0.09 MB 198 468
242,632 242,632 00000000000000812eed123b1a876ddfd0859e529b7c9810170b20e067128d2a 0.11 MB 128 39
242,631 242,631 0000000000000006bc64778f037e42671df6fb369a57a78b647e4dadf41def97 0.22 MB 393 237
242,630 242,630 000000000000002d09430d1b4fd9c4de82ca2d659eb44b00c45117730fc6db47 0.06 MB 165 579
242,629 242,629 000000000000002b7ca61529891bb22454add31e4243a58ede21d1edd74c2e60 0.05 MB 98 302
242,628 242,628 00000000000000acfa476d254b8567a34040eda098396db13e12c38124fece62 0.08 MB 116 90
242,627 242,627 000000000000000c69039451e2ccbf74cce2fa92c2a924c8c1098da58986cbb4 0.20 MB 438 421
242,626 242,626 0000000000000068086623d49e5569bee2f19574e78fce0ccac6736a67cb8390 0.05 MB 122 115
242,625 242,625 00000000000000ccff65bbe97813cc6d66f0d64092e16ed57e76c08d6f362818 0.12 MB 354 916
242,624 242,624 00000000000000d776e62f44e4b11a44127c733b7492a0028570de72a793afaa 0.05 MB 114 168
242,623 242,623 000000000000003f8152850820766a57234b19783ec9c4a4db9852f0426633d3 0.04 MB 72 114
242,622 242,622 00000000000000177b805f35a9fe455ad9546f18e6889b8eb68f201cfe6c7c6e 0.13 MB 206 100
Previous 10 blocks ↓
Total Size: 769.08 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,628.18 GB sent, 93.27 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.