Memory Pool Memory Pool Refreshing

12,248 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (695,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
212,540 212,540 000000000000027359d4101fc9b35edaea8aa1dd535e6f5628316f32da44b21a 0.08 MB 204 166
212,539 212,539 000000000000042dc23aaa8d5406ea3dc27828bdeb67369fa03b141a80db6018 0.11 MB 250 194
212,538 212,538 00000000000003458c4a256f9afa30ddb579702499c90f9f07676d9438681c05 0.05 MB 109 198
212,537 212,537 000000000000010a697b12dbede0b703fbb64ca1b5f4293df524244cbb6b787d 0.09 MB 181 144
212,536 212,536 00000000000003e71f0356c5100ad2d3feec9534a727714eb06e8a0531c01340 0.18 MB 487 254
212,535 212,535 00000000000002e7fd1146113b73afa9d4820044e66c9db3c6e850d53e16050c 0.05 MB 119 168
212,534 212,534 0000000000000137bf0c5cc66f3f74cf76eba7e700baaea0923bd61db4ad7c44 0.08 MB 167 207
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.