Memory Pool Memory Pool Refreshing

3,143 transactions
2.45 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,186 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (317,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
590,120 590,120 0000000000000000000a19f65d907bcc0d42c0aecdba639ddd2057ec0e8dd256 1.76 MB 1,623 62
590,119 590,119 0000000000000000001561a8f66498e029f4621ed6833d84a1e8288dedf41b63 1.36 MB 3,533 83
590,118 590,118 0000000000000000000b17ebb56509fa031c851d787de499f3882bdca0cdde81 1.24 MB 2,072 3
590,117 590,117 0000000000000000000089dc431de78c0aeef4ea63d72254e4c63ede2519463a 1.36 MB 3,057 47
590,116 590,116 00000000000000000008521ec6176446c39f0a08a5be13754152acebb390dc68 1.37 MB 3,308 67
590,115 590,115 000000000000000000046501f99273abc53fe51a0f9cdd2c229e38c013672e50 1.40 MB 1,724 11
590,114 590,114 000000000000000000104dbcfff9826fe99901a4968ee4cfeca674ed674c4100 1.31 MB 2,482 59
590,113 590,113 00000000000000000006e03471121180c59fe1ac90f94ba929ba30ddc74038b5 0.97 MB 2,189 35
590,112 590,112 00000000000000000016a71cc877ff4e89102c7ba5bf825032589f69fcf9fd70 0.72 MB 1,697 29
590,111 590,111 000000000000000000190edb1db1f58618513a4370668aa1002b88406cc18088 0.73 MB 1,500 48
590,110 590,110 00000000000000000010b36d293cf133458e651d9945f0ce395d4e1c31302ed5 1.21 MB 3,126 29
590,109 590,109 000000000000000000099f3f0ad4f0e487dcd1d6cc78c746305308bc6da3509d 1.28 MB 3,134 47
590,108 590,108 000000000000000000117138ef661df86b7041f2bb71989e3e4f53fea9bb214e 1.13 MB 2,823 20
590,107 590,107 000000000000000000192bee44b0bf57ba4850e7a7b00b38ce8ffdde7ea0b36e 1.37 MB 3,010 56
590,106 590,106 00000000000000000001b835134acf92c0b2375705a829affeb70837c1624395 1.27 MB 2,428 36
590,105 590,105 0000000000000000001a05dec7ab1c298dc08c55793da466513560e3fd713a9a 1.24 MB 2,832 43
590,104 590,104 000000000000000000016c9247314f40825545369a897559dbc18e23a1669747 1.34 MB 3,131 58
590,103 590,103 00000000000000000011f62628e45e7afd6df6496482b2c8583082f1443ddd4c 1.28 MB 2,687 49
590,102 590,102 000000000000000000123416369bded17411745b6bb42dcdf8d9b51cb414386c 1.07 MB 1,758 31
590,101 590,101 0000000000000000000e00127fd3915c98b244f44bf4859237334fa451405dea 1.36 MB 1,106 14
590,100 590,100 0000000000000000000f8065254c7e45543103b0557c31f3a283e99fc2b33199 1.25 MB 2,870 34
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.