Memory Pool Memory Pool Refreshing

3,481 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,615 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (22,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,687 885,687 0000000000000000000048d7ed01a9d437f75e06226c113ee248e633acda949c 2.08 MB 339 1
885,686 885,686 00000000000000000002502492190d5c24c802a856c854476a2ad8570b839106 1.90 MB 2,260 2
885,685 885,685 00000000000000000001b4fea3b75e1cc9da753f97ee43825f484208cce1ce6f 1.50 MB 2,567 3
885,684 885,684 000000000000000000014e787da1a09f9a6cfcc374e0247a1c52489847f12403 1.88 MB 1,355 2
885,683 885,683 00000000000000000000861f187bea7a61315ffc628009a84f49656e5538cb7d 1.77 MB 1,495 2
885,682 885,682 00000000000000000001ecce31a56757b68626eceea595a0c1b7a8884f7aa85d 1.95 MB 1,109 2
885,681 885,681 00000000000000000001948198f90b8f9df4e4772c17faa566bb3e4a298b25c7 1.64 MB 1,812 2
885,680 885,680 0000000000000000000180ce30e3545fa2da9c3a98148174139816bb244918a7 1.91 MB 1,448 1
885,679 885,679 0000000000000000000027ef85203a3e26c753408963aebd5c1152eb9983a74e 1.85 MB 2,162 2
885,678 885,678 0000000000000000000154e9827b36396cbf6418c1aef01cffd1144f52be9236 1.86 MB 2,115 1
885,677 885,677 000000000000000000007f87c439a77602a255d1c2bdc8628021262b55d8b18a 1.71 MB 2,752 2
885,676 885,676 0000000000000000000034d61ebd64ef30d6232110ad667b1b4b268052ad0e42 1.91 MB 3,171 3
885,675 885,675 0000000000000000000074d87e443f3410f32a7b6c108f8f591c2920b6984351 1.62 MB 2,518 4
885,674 885,674 00000000000000000000daa06a009a9bf5e3b07b52b393da0ba47702e9d45358 2.08 MB 1,147 1
885,673 885,673 00000000000000000000e4f71116fda12d74f6188e066882e0a26cf70fbdcabd 1.96 MB 1,207 1
885,672 885,672 000000000000000000014433da143480bd8b683a8020886bacabca8b63bf4bec 1.65 MB 1,728 2
885,671 885,671 00000000000000000000843253d6d9dc451bcff167f8613a6224433915332de5 1.68 MB 2,758 5
885,670 885,670 000000000000000000003f1a22e314a9a4612c3f36155dcd0f5d2b9df36d89ba 1.56 MB 2,314 4
885,669 885,669 000000000000000000017b1c8080f09ddec45e4ed16695d66581258cd46443d0 1.64 MB 1,543 2
885,668 885,668 00000000000000000000683022999df9e05d678bd629a74959725291f52667c9 1.61 MB 2,409 3
885,667 885,667 0000000000000000000056de0216821f603be9544c18427ede2dc31371ff2a83 1.86 MB 3,006 2
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.