Memory Pool Memory Pool Refreshing

13,471 transactions
4.78 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 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,722 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,983 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,721 (695,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,561 212,561 0000000000000165dc721be8a9e425baa641c4ecca50e4f1a28848e6f783cf0b 0.26 MB 521 183
212,560 212,560 00000000000002e141c5dfecf1c6e6d259e804c20137f2c39c6f17ddb01f52fd 0.34 MB 491 60
212,559 212,559 000000000000006189ff8b5be297124bb28632fd401b5d54a9efdeb71fa38a05 0.20 MB 654 284
212,558 212,558 000000000000024af31c5317db2df5fb37186040b7c1cb9ef4b31ba25c60a87a 0.03 MB 55 146
212,557 212,557 00000000000000c0fff269a4532fa39d17bbc9e39efea506056c6685a8c2684a 0.02 MB 45 157
212,556 212,556 0000000000000147b1e4ec57e3a16047d851b034031ea13b230bf121b63f5600 0.10 MB 267 178
212,555 212,555 000000000000002c55f724f9d0066043dfb144e76b10c559f0a3a5660a343e8d 0.07 MB 147 87
212,554 212,554 0000000000000042cd1ac1e392ed6ee69b591872aae2c4a1009b3172b85d2d9e 0.08 MB 140 102
212,553 212,553 00000000000002414cf3587225911dcf8b668cd59a3c30900b9ccc18dab549e2 0.25 MB 519 167
212,552 212,552 000000000000017ff7a06a5bbc16334decbe51135606bf67460a6271bf2948e5 0.00 MB 11 35
212,551 212,551 000000000000042000184be46aecf5b48a0e142175391c093a78900bce3679c2 0.37 MB 606 102
212,550 212,550 000000000000010fb84eba145addac1f383b2ee2645e76770b2264162fbf6c6b 0.20 MB 693 424
212,549 212,549 00000000000002842f0b34dd1efccf344c7c9c8f4bcfecce57010fb1d5d36cfe 0.00 MB 12 132
212,548 212,548 0000000000000099a35d844a97fd977ba34d207df46d33e6514a1703984a14e3 0.02 MB 34 110
212,547 212,547 00000000000000ea39e763d7ca711a801ec30e938bdd7e4cad676bd61e87d618 0.03 MB 47 119
212,546 212,546 000000000000039f2ca5566beca410d7e19dd34abe1a7b7324f1713aeb455123 0.02 MB 39 145
212,545 212,545 0000000000000096e571aa3071e5afe6f8ab35aa1917a9f93d05f08ea549adc5 0.07 MB 121 94
212,544 212,544 00000000000002e246732ac92fd0d65e5f644df64be8143ef95ae37dc6ff0249 0.31 MB 636 158
212,543 212,543 00000000000004da70c10d1b0c33f6af467649107c7e26dbcefa242dfb58311a 0.03 MB 87 70
212,542 212,542 00000000000003fc8e8f40cdc4eff3870c503756b00b9aa4dc199e4d555122be 0.13 MB 337 189
212,541 212,541 000000000000007daf642e0966160786a9d04555d7fe7a7a8822b8ca181d6e22 0.09 MB 173 128
Previous 10 blocks ↓
Total Size: 769.02 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,624.72 GB sent, 93.00 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.