Memory Pool Memory Pool Refreshing

3,446 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 3,442 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (678,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,318 229,318 000000000000012f804fef15b115df705e1fbab588c7d4e8c447ed9dbc655c7d 0.10 MB 76 45
229,317 229,317 000000000000000771a50dff3b293fe8e30490cdbb7f6121f1e69d81e67d2630 0.10 MB 121 48
229,316 229,316 00000000000000a1f9d7295ace4b5dcd84cad655d9b7610f4404c0f55a9d039d 0.24 MB 464 546
229,315 229,315 00000000000001bd92350c49b6c248ad4563b3a75d00efa48ca39544c6ec2550 0.10 MB 193 105
229,314 229,314 0000000000000070de0932e04d69865003af73c08d7788f5eebaa6657daf428a 0.21 MB 480 171
229,313 229,313 000000000000009b19d1a8acbf19a44500b99d7e2ae7b9fb57c7b099df295f50 0.25 MB 551 172
229,312 229,312 00000000000001a67e3a1bb453a305d4d9408d54634475f16c791c69466cca2b 0.25 MB 370 99
229,311 229,311 0000000000000009d5158bdf82d8cb3deb3481d3446b1f6d0106ebcdda8a28bd 0.39 MB 818 186
229,310 229,310 00000000000002108a290a1a0c13aa0471b2d0c4ed3427a0dd7f4f0563847584 0.23 MB 336 102
229,309 229,309 0000000000000172e48f1822640aa35edbcf35d7222bc4c4631ca922fa7a0d22 0.25 MB 757 225
229,308 229,308 00000000000002178ce108cb360467c1a574b2b2cf5e7270906715d859e415ce 0.20 MB 457 166
229,307 229,307 000000000000001a277bd7750de0a8869ac2ed18d45aca8b7128c61c341fcad9 0.10 MB 175 128
229,306 229,306 0000000000000170ee004726ae107a523373e2538798869a9295a6770fc8803d 0.31 MB 567 171
229,305 229,305 00000000000001ccb63d96955fd6c6c251de04629d5880932cfadfa524d2db56 0.14 MB 336 188
229,304 229,304 000000000000004e0985671b0b9074098d45b7aea59a6c90851827dd8a8bc09f 0.38 MB 231 67
229,303 229,303 00000000000000da343172fb4226f79c7f52b775910fa3e390080618e8d1213b 0.25 MB 505 166
229,302 229,302 00000000000002551930c3fd0800f1920edbaa7c5c514ab01b54885a024a9d5c 0.00 MB 6 43
229,301 229,301 00000000000001484535e5678665b1ffffb72e6980f0a910057c73d0952cf251 0.25 MB 649 187
229,300 229,300 000000000000026358fafa7a4cc70b650562880c9f2d69edf3edbf4102eb9077 0.25 MB 668 235
229,299 229,299 00000000000001b9ad92354ed89400de7cae185a6e64c64d09c58cb98957fafb 0.37 MB 742 173
229,298 229,298 00000000000001eb0f6dede03708d800a78bea5823ae7f43d907bd5657f865a6 0.00 MB 10 33
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.