Memory Pool Memory Pool Refreshing

3,714 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.94 vMB 3,584 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (88,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,690 819,690 00000000000000000000007a11881ac7f2b67cb9684ddb86b6d3091a8294c490 1.70 MB 4,411 94
819,689 819,689 00000000000000000003fae8996dd863eeee65b6a4ecf49a8d175334ea5ba809 1.66 MB 3,467 87
819,688 819,688 00000000000000000002e3fe5009b0a1bfc70c7764ceb5a0357a5c21bd6e6111 1.64 MB 3,710 96
819,687 819,687 00000000000000000001bd354cf552fbd5890bd19bb574866e717e8a003dac70 1.64 MB 3,776 87
819,686 819,686 00000000000000000000dd7961431890d7b1e3ee6a339da934b2ba35feb7f64b 1.79 MB 3,973 87
819,685 819,685 000000000000000000033381cb322706b8327c9d4e42323dd41c83d501812091 1.64 MB 3,576 89
819,684 819,684 0000000000000000000316fb618f20fad43ff299c5270765ce303bcf85db42f3 1.55 MB 3,302 98
819,683 819,683 00000000000000000003b442fa6c66e7abd24aa4ac519ac6961a210f93734f67 1.72 MB 4,050 80
819,682 819,682 00000000000000000002f45680ddc5feaf2853fd6bb9e4a75e420f39231cf151 1.97 MB 5,213 70
819,681 819,681 000000000000000000036d0d3edf1a4fda4130cf222cc6710d91ef37961941a1 1.94 MB 3,159 77
819,680 819,680 000000000000000000036fda3fd8830bb6f33a18cceb117054528d4110f5656f 1.78 MB 4,354 72
819,679 819,679 00000000000000000002fa853f996cd8e4468c50eef6bbd30c533c8e2238af61 1.67 MB 3,666 75
819,678 819,678 00000000000000000003e293a359753710cd21eefbe408fa2792cd8eb7c14154 2.04 MB 5,132 79
819,677 819,677 000000000000000000001299dbb48afb7c4487624e3fbd72ea84d08312e9b6ce 1.68 MB 4,233 85
819,676 819,676 00000000000000000000c8fe9ee1baf069be4ccd73f3a1b84ca8e33392e2a9b2 1.52 MB 3,131 87
819,675 819,675 000000000000000000026b4c13cd8022c43b07b6a8a67e1970e485b37f702edd 1.72 MB 3,754 77
819,674 819,674 0000000000000000000137045c0b6b3a2b3f1cc15d791570c99b10b8a25e7773 1.61 MB 2,826 70
819,673 819,673 00000000000000000003041dabeed45f66ae5a153d881351013060a9caa9d2ba 1.85 MB 4,557 60
819,672 819,672 00000000000000000003a12773c0f2e5baa7f7e3728e5c47a8133979a188a394 1.84 MB 5,130 60
819,671 819,671 0000000000000000000113e98ef2da143d3720e4463898ac4421c4a2223c19d6 1.76 MB 4,063 69
819,670 819,670 00000000000000000002b1818e458f213bee639c8e600b5e1116b063a414ce7e 1.92 MB 2,381 109
Previous 10 blocks ↓
Total Size: 769.00 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,616.62 GB sent, 92.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.