Memory Pool Memory Pool Refreshing

13,852 transactions
4.40 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,539 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (727,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,796 179,796 000000000000038b07f39421730c8fb4302a04eeccf291aacf7bb463c29d8e4a 0.02 MB 74 51
179,795 179,795 000000000000075f610460a93c8d2ebe95094b0ddcac0f3b3767b7f0f8b6a631 0.02 MB 34 23
179,794 179,794 0000000000000796ea90d8231bc6d258bd2a30b28371e6bec166b777fe8d17c5 0.05 MB 79 300
179,793 179,793 000000000000071a639282109e9f47424553b3d1073047caec86d9fd70e8e1d2 0.07 MB 177 118
179,792 179,792 0000000000000428cc1915f94026a1083f07306279f28e85fbfa1f6085e252cb 0.00 MB 12 17
179,791 179,791 00000000000005dadc214c251f5afb196ac4cfef56a46ac9bf4eb8a63d249351 0.01 MB 32 227
179,790 179,790 00000000000003b98f04f1845dc7dc6fa05132b1b57aa1a4aef59f59e8ab1825 0.06 MB 110 163
179,789 179,789 0000000000000722520d6b3bf4daf61af5b7374a6f83ab06d50cb4e9dfe27c39 0.00 MB 13 171
179,788 179,788 0000000000000305a06feb21e04519db1f9a158ad198d1a70e8f317f88478e4d 0.16 MB 402 217
179,787 179,787 0000000000000705166fa7a837777b7c1e9fed7f1de3b19e87c6c08f52fb1a74 0.14 MB 298 104
179,786 179,786 00000000000005e356a655465fc86c8da47ec959740a3c4d84d8563a6ba01808 0.25 MB 630 185
179,785 179,785 00000000000002111f210b08150feeb724348a3608e54809d8c18a08d3e7b247 0.02 MB 66 144
179,784 179,784 000000000000022d9a53a2e0476abf661c7d3de7b96f538d5d1b7f46f29a4bf1 0.01 MB 26 114
179,783 179,783 00000000000009a5023df37498d9b08fb3ae708d61ae0488f10294d32e40f022 0.01 MB 17 121
179,782 179,782 00000000000000fd6b328219dc3b4d094b0a62cfb4376cb122829d91d1f46b28 0.11 MB 270 134
179,781 179,781 000000000000089107a3afee11e2f38046328eeb4c00622090b0868d70233797 0.05 MB 117 224
179,780 179,780 0000000000000807f1774d5c8003ad1f258215006ce2880418b3784a765e3d3d 0.10 MB 248 122
179,779 179,779 000000000000096dc419429d8eb0a4d4b1608dd1067d309c34087d1b71d0a046 0.18 MB 371 139
179,778 179,778 000000000000096d1d088a3b908ee2c2337d5f5f6038731a6c6890620c38d62d 0.12 MB 283 166
179,777 179,777 0000000000000692e7ebc6dca56ff347c61413c1f9e329738e9ea2233b6d7d87 0.06 MB 131 160
179,776 179,776 000000000000040a0bd70e3f1ef23ecb0a3b2a289a11bf0446b2fd4dbbf89614 0.05 MB 89 103
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.