Memory Pool Memory Pool Refreshing

576 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 572 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (722,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,216 185,216 00000000000005af0f4364e6bfb9c2dbcc87c68b556e42ce4bf51dbd52ce1e4b 0.03 MB 90 175
185,215 185,215 00000000000001cae648eb7e3e1b4a0923cbab10f024bd6caf13798d294765d2 0.05 MB 143 114
185,214 185,214 00000000000004ff91a08de8f871b38aefc0a1cddeb1a434538d06fb1e98df21 0.15 MB 315 150
185,213 185,213 00000000000001f3eb00c7c750edc42629faa95fddd3100542490c36ee2de270 0.00 MB 1 0
185,212 185,212 0000000000000349194dad04eb8a2a5ca093b997252a551f0cb6feaca5124a89 0.00 MB 10 14
185,211 185,211 000000000000006a74b18515f97207df5b284a1c917b1e86e0fbbb816d8c3ff8 0.19 MB 514 162
185,210 185,210 00000000000001a785000c32a0b05fc79ecd43f50f3350f9fa6b80073d67b0e3 0.05 MB 40 115
185,209 185,209 00000000000009da9fd3efb5fdad34fece41d08a47428ebaaeb5b5b3cb71f1c0 0.00 MB 1 0
185,208 185,208 000000000000059ed4a7d5d37bcec77241dbfd38dc3f47faa17f632d99fd6d2c 0.10 MB 141 192
185,207 185,207 00000000000007f0ae8804f5326c53636a2ff7446cb4a64b25c364e50bd529b4 0.03 MB 70 118
185,206 185,206 0000000000000149ff9838061468b3d629a6a4c56d4d914083886c11bbea232d 0.05 MB 134 122
185,205 185,205 0000000000000055ef71a1419caa59ce7ebeb366d48d90b0c9ed18f0552b649a 0.03 MB 55 182
185,204 185,204 0000000000000a3506366ac80b1ceaf9fd96e465b334992a167ff38f9b284c4c 0.00 MB 8 15
185,203 185,203 00000000000004819211df7e1c66c6e297ad1ae1df4d594f53bbbd18993e29f3 0.15 MB 309 105
185,202 185,202 00000000000006c88f160bb8c4441a1bfbc8cb60b2308a3dcb4edcc636ba9e69 0.04 MB 101 129
185,201 185,201 0000000000000015c9b18c8b33e111b58be818dfc7919f86080ae2236886fabf 0.01 MB 30 230
185,200 185,200 00000000000001cf6f9b6fa17873c98c2c16c13fd13f768ed51ce25084bae401 0.09 MB 169 623
185,199 185,199 000000000000011844b478c3c89bee7a443c5d22acf1111640735834cf15a737 0.05 MB 98 115
185,198 185,198 000000000000030f1d7ea10f451a6394404544a9995023d6e1f133a7155d3ab1 0.12 MB 80 65
185,197 185,197 00000000000002174fc9c3f41a29e2230da044eea605e8a4e7ef0ede8cdfba48 0.25 MB 406 85
185,196 185,196 0000000000000527caf2207ad3bc9dad644c88a4af3fa68b497e3c405f534798 0.00 MB 5 42
Previous 10 blocks ↓
Total Size: 769.28 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.48 GB sent, 94.30 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.