Memory Pool Memory Pool Refreshing

1,370 transactions
25.04 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,310 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,107 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (847,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,614 60,614 00000000003bac84ccba020a01960eba421eb5b879fbc6fce9ecf37b43d58bc3 0.00 MB 1 0
60,613 60,613 000000000ea69013a5b2d1872854841e3a345d519bb6bdd97c209ffe59bd15b5 0.00 MB 1 0
60,612 60,612 00000000045d50494b327890a4596a540c35c94b02fa1cc09ac0b98174899756 0.00 MB 1 0
60,611 60,611 00000000066de7fcce7c9c1032474568c9ad520c366b6b20b5e89e9ea04a91e5 0.00 MB 1 0
60,610 60,610 000000000ac2fa2bf38f2022a2fce53fd67329138cc72204be4baf32048eced7 0.00 MB 1 0
60,609 60,609 000000000c09cd58f0ae0c9c4cee2e1e5de35c4232f59f35392170baf72c695a 0.00 MB 1 0
60,608 60,608 000000000a16ca306fc227b875f1066af08e1ed23b28feb81afe4615acddcaa3 0.00 MB 1 0
60,607 60,607 0000000004dde25ab9e78fce19f8bc66697bcd66959020dcb567cfa18b0900d6 0.00 MB 2 0
60,606 60,606 000000000168e299bb32b8cd10e07469c7624acb81a917e3d2f79a2e2aeeb5c6 0.00 MB 1 0
60,605 60,605 00000000015c4749b030a39bdfe43853a8a6a4e956ee4ac04bd90e4ebd2e038c 0.00 MB 1 0
60,604 60,604 0000000004ff1138b42da60b265870411eb7657231399e35d4b54ffe7e154afc 0.00 MB 1 0
60,603 60,603 0000000002b67da485bdc7862e99bff83a249901cf274412f0081c559b8659d2 0.00 MB 1 0
60,602 60,602 000000000cf6f4bbab7df7b3e67278848491a869cc7fc004196d67cc5e2ae6c5 0.00 MB 1 0
60,601 60,601 0000000008108c291abfde63ffee6dafef95fa04451d5461da78f7e8ca8de653 0.00 MB 1 0
60,600 60,600 00000000037acbc20fd790ceb76f1edb45b238a897944912edb4a07031df2932 0.00 MB 1 0
60,599 60,599 000000000920f39d3a602eabeb9f236cfe4866997d02f049232c89248bbc5bca 0.00 MB 1 0
60,598 60,598 0000000000894e454ade54c04f60629abf01241bc6afd3cc83fb812bef49580f 0.00 MB 1 0
60,597 60,597 0000000004fa6cd3efa7457f3fb4dcf0812e0546086ad1e0d52357f34b4f6486 0.00 MB 1 0
60,596 60,596 00000000012ebcd0c97891f772c71c3d65a6201ebe6f198882938435ed050719 0.00 MB 4 0
60,595 60,595 0000000000d3a7a59a1a54c075e76fdf110d7b8d2fa5d9f34273cd6bc1f81335 0.00 MB 2 0
60,594 60,594 0000000004df206b1e1f7c5b16ebc125c67774bbf3e493496b2d8211331719ab 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.21 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,696.84 GB sent, 98.58 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.