Memory Pool Memory Pool Refreshing

2,684 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,000 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.85 vMB 2,671 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,999 (730,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,261 177,261 0000000000000a8f48f51bb2243b842add19970b7e5f9ecb14ebb721462067cb 0.02 MB 30 27
177,260 177,260 0000000000000712f321f81caecdca69eb30e7e8e903c8379a55743a56ea835a 0.33 MB 930 141
177,259 177,259 000000000000079b6d77f68be7ad54fbf452bb090eb5ad11fa085ef6a17388b4 0.02 MB 51 144
177,258 177,258 000000000000005b84ca5b6aa74c263dae755d229da02e19b6836a462488c40e 0.05 MB 185 56
177,257 177,257 0000000000000152417d244a4c65f7383c82d12f6babdf9ec2454aa411c33350 0.05 MB 134 89
177,256 177,256 0000000000000a224e88e96139840557c4765b6c5866094004a8a5184e2b26a3 0.02 MB 42 2
177,255 177,255 00000000000008b6750a294c6f656164c674bb060a1b86b41fdc76abd45e89ab 0.04 MB 74 533
177,254 177,254 000000000000040ef2d70565ee844603fc085d04c2261d87f863ce0e160f2362 0.11 MB 198 3,364
177,253 177,253 00000000000009c2be99285694f997ce0b27211f44bda09904ddde331af05f4e 0.15 MB 593 188
177,252 177,252 00000000000002a4c9eb4060b4bd5a3e04c9e40009a9a4c47875ef2c69b578d1 0.25 MB 851 174
177,251 177,251 0000000000000783f5a1d300dcc943a74d6b668a7aebd4b70b8cc5b1cde14307 0.05 MB 122 177
177,250 177,250 000000000000050d66e0722e30962ca60c9b4241f511e8d91154d2222e03a866 0.03 MB 65 263
177,249 177,249 00000000000005fba5e81801dd6cf5212446215722d3ad56cfbfeb09b3beeb76 0.04 MB 76 83
177,248 177,248 000000000000078b87eecbd9a216717ebeab67a5b5051c21f22ef0ed7536da54 0.00 MB 14 29
177,247 177,247 00000000000006473b07ea6ba7e36957ae68d35dfe3ecf0c6f91657c865277e1 0.01 MB 9 113
177,246 177,246 00000000000000e46f5dcba36d21811597984c8b964f5876c400e502b59a8d31 0.03 MB 51 211
177,245 177,245 000000000000016217c799e6d414cbd420da4a134a3b1a9b30f728b7da81d6d9 0.01 MB 25 356
177,244 177,244 0000000000000729fce8abd24f2abb7f1080f603a7d5f75794c79afec3efbadd 0.03 MB 43 25
177,243 177,243 00000000000008838dc29dd8f585e69dc53731d6de106179c6a76b1b20c31396 0.03 MB 26 54
177,242 177,242 00000000000002beeac9bf91ad97e76a982af4ffe86822c900cfa1d919380876 0.02 MB 42 59
177,241 177,241 000000000000092a1982b20ff16d13869c77581ca6605a950c9623dd4cad03ff 0.04 MB 106 116
Previous 10 blocks ↓
Total Size: 769.54 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,648.56 GB sent, 95.66 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.