Memory Pool Memory Pool Refreshing

419 transactions
18.47 vMB
Show Random Selection Loading Transactions
Max Size: 74/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,324 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 220 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (829,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,650 78,650 000000000007f056c71cc41df5e781195ac058b3c0b045becb9306066e72a8d0 0.00 MB 1 0
78,649 78,649 000000000035e0d01757b3b1d04d33f5362bb3f9b3f4e2faad06b72f197208ec 0.00 MB 1 0
78,648 78,648 00000000004c79a7cfc5c1b135da8ebbb21bcf112d710d47c63f29b90a031802 0.00 MB 1 0
78,647 78,647 0000000000395bce0487fc82a298ac07a36d15d264790b09fb4288cf20c9689b 0.00 MB 1 0
78,646 78,646 00000000002f93c5bc004fdd98e6bb50c134332e12b8163b416bb46115fce35c 0.00 MB 3 0
78,645 78,645 00000000000723b21c916ac052173edff7eff64c94e8c26fb97b638df49172f3 0.00 MB 2 0
78,644 78,644 0000000000212d9393c4b531e51b831d387a0eab6ed594d16721932a20da3c2f 0.00 MB 1 0
78,643 78,643 00000000002674fae7879ede9eaca1a328640ccdce95b0bf25df90329ff74caf 0.00 MB 1 0
78,642 78,642 000000000054e659ca2084ae18a941239583f297dec01e02b68e2114f4aa5566 0.00 MB 4 0
78,641 78,641 0000000000477eeb0f5673aa41a0f0e6af43a2b2b2fb05e036b0daf90456c89f 0.00 MB 1 0
78,640 78,640 000000000056fae0f4c2c922b8fa4f6a0747ba5c8d9b41b69908a141ae0b4a01 0.00 MB 2 0
78,639 78,639 000000000022b59b640a4643afe66d9ea274c3ae91d1df5688f342ba7fa94544 0.00 MB 3 0
78,638 78,638 000000000019d23e9dbf56b78dae8372feb8d8b57326843b9faf1fc12275cf0c 0.00 MB 2 0
78,637 78,637 00000000002fe54c39c0e8d25650ebf7418b1e0378ffb047a26394d69aaf2f5a 0.00 MB 1 0
78,636 78,636 000000000045fdf0669ccf6fd0190f3c745b4f37de0baaf5d5f0690c6c6031ab 0.00 MB 1 0
78,635 78,635 0000000000476cb495889aeaad6d2e605d0df8118986318c3012620ab9cf4003 0.00 MB 2 0
78,634 78,634 00000000004f112284092de7d44a6f4f1429cd89b0e3e9d32c925f3617beee84 0.00 MB 2 0
78,633 78,633 000000000020c476d2cdb0e0dbdd8837c87148b18b168b80939ea8bdd3a1e5b0 0.00 MB 1 0
78,632 78,632 000000000015d25bc096f3ef42de95a23dab698238822ef67e21117fa3176984 0.00 MB 1 0
78,631 78,631 00000000001ad1d5235884bc23b9e9c63220ffc201e0b3fbdffd19419f504566 0.00 MB 4 0
78,630 78,630 000000000000c52a0068f9c62778dd28c6834e86cd83209d20e91509ce823dc6 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.14 GB sent, 98.65 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.