Memory Pool Memory Pool Refreshing

811 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,888 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 796 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,887 (403,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
504,325 504,325 0000000000000000002e1c0c1a6f7dc962ad92e6c9bf2194d0e00d16c2a6c7bf 1.07 MB 1,829 405
504,324 504,324 0000000000000000003bc3bc6ab09f134ab722f05ef19af66d786d0932ea903a 1.04 MB 1,522 219
504,323 504,323 0000000000000000003bdd014c298c9bfc4dc84e410bbb8b57822f88d90d5eb0 1.10 MB 2,252 441
504,322 504,322 00000000000000000063e07b2bd1cb1af9ff01bf826eead939286665cf130dd1 1.09 MB 2,080 375
504,321 504,321 00000000000000000025daba4916af0f343496c14e5f4abcd26010abdcc0d45a 1.03 MB 668 193
504,320 504,320 0000000000000000006ae67cc694cf1732a656d84788ad3249beaec1563f8668 1.01 MB 368 119
504,319 504,319 00000000000000000019b9fc0f3fb1fcaa038cd8304d84613d90975510f53a35 1.03 MB 339 120
504,318 504,318 000000000000000000355678b90ad0bf8702c9dd23e153aa0901631848c9baf9 1.03 MB 931 181
504,317 504,317 000000000000000000568b2c0b42a83fd98306d44aca1814759314564cb98521 1.06 MB 1,464 308
504,316 504,316 0000000000000000006616970cad8d6592682b2fea0e557ca58c023bb3b2b4e9 1.00 MB 818 117
504,315 504,315 0000000000000000005adce978f0f13e3b60af2219ff2047e5f23eb31935a0fc 1.04 MB 1,112 214
504,314 504,314 0000000000000000007134eaf3a9896f494ebc4d65f3854914dfafe6c5dd2d13 1.17 MB 1,215 265
504,313 504,313 0000000000000000007ac3f23b49c6035efd0d9816caa7884f0de43be5848fd8 1.06 MB 1,211 454
504,312 504,312 000000000000000000410f66f545f629e5cf3de51231c3178f2f485835206e7a 1.06 MB 1,179 225
504,311 504,311 00000000000000000038a9dce82f555c7bca5eb1af187103b15632f2c9f8388b 1.12 MB 2,050 417
504,310 504,310 00000000000000000040bf3a960693dde551f1981afca63716f4c8b6ff0d3a4f 1.12 MB 2,395 417
504,309 504,309 00000000000000000039b06284881947dc778372cf5692dec5b2708334e1c2e5 1.08 MB 1,101 197
504,308 504,308 0000000000000000007a32f86aab5262f1223bcbc1f6a76dc97fc67baee30ba4 1.13 MB 1,562 296
504,307 504,307 0000000000000000003b9345794a869263836e61178494e33fa9915e71fbf2d7 1.06 MB 1,390 296
504,306 504,306 0000000000000000006c5a18822c042e4effb2f59c42d799ec70b89b4adb4a99 1.01 MB 559 170
504,305 504,305 0000000000000000007b63e7b948c3433f81bd001f7252ccb0dcd90ab3ad542e 1.00 MB 531 145
Previous 10 blocks ↓
Total Size: 769.33 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,643.17 GB sent, 94.61 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.