Memory Pool Memory Pool Refreshing

5,481 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (687,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,008 220,008 0000000000000486cb0c2ee10bfe714da1189dc2f2cb563d8db272f045c20c66 0.25 MB 870 274
220,007 220,007 0000000000000086db96f52d3d27c1fe092eb463c019cdbc53147a52cd26547f 0.20 MB 272 109
220,006 220,006 00000000000002074986cae8d205435c16a7ac0cfd81eb4e5e7aee2d93afd579 0.25 MB 654 193
220,005 220,005 000000000000043e2642f258e2009bc857b32ac2eb3fa0a081de408eadf7708e 0.48 MB 573 60
220,004 220,004 00000000000000ceb188015838902058cd6adbbe8cc6c92b7f66de443f4fbd94 0.25 MB 640 178
220,003 220,003 000000000000028f9f8f63c00c83dce202a794ddea658416481c35e65990663e 0.00 MB 1 0
220,002 220,002 00000000000000f8e6ea4282254b6cbc518a519ac7e1de83a8b7f413c16bc2c7 0.25 MB 465 121
220,001 220,001 000000000000010d60d852a95461b8204241633a372490b38b33fa6fafa82df5 0.25 MB 634 182
220,000 220,000 000000000000002fdd2c741ed50bc3975a640ca419081711f30f553939641303 0.27 MB 343 128
219,999 219,999 00000000000001ee784ded2b47b420559572424214780c6ba495701b639d2c6e 0.25 MB 564 153
219,998 219,998 0000000000000430c7a84eb1c4504f799ac59a1c9f875e1829020b0fdbd2d11e 0.16 MB 512 228
219,997 219,997 00000000000004ca095620ee348c3bcc78c222dac5054debbb4c23e2852d3d7f 0.25 MB 757 218
219,996 219,996 000000000000027ac70953cc3e50b239fb6e884f622db0e42570b17a392674f3 0.28 MB 464 130
219,995 219,995 00000000000002917b16d44feac93011933a9acd30ed0a268b2b501f70acd899 0.25 MB 870 250
219,994 219,994 00000000000004485e3f4fb3ad156257469e53559f39149226b80f12c6f3c229 0.05 MB 116 617
219,993 219,993 00000000000000a96c8b149c0bb46f73c6aff278d355ea0732de054b68c78108 0.00 MB 14 1,036
219,992 219,992 000000000000035c708cc662bb776ba63ff0594d47004af163cb21b57b75122d 0.33 MB 524 114
219,991 219,991 00000000000000273bca9d3d9fdddc34863a08b6faa82fb8abab64d4fc0aac03 0.25 MB 832 248
219,990 219,990 00000000000001b9920874954b1a9863f7384c40454e1dec0734749135e08d6b 0.00 MB 6 0
219,989 219,989 000000000000028e1096e65ceecdcbc6456d81b068e39c9b1d741782f0d32c17 0.00 MB 14 27
219,988 219,988 000000000000028cd853e507a79a3115e6dcab8aa9274bbeccb46591e56d18d7 0.25 MB 834 262
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.