Memory Pool Memory Pool Refreshing

325 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 296 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (255,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
652,174 652,174 00000000000000000004380ef3c980dff4506c68b342085ae072fa821a86c339 1.50 MB 1,098 23
652,173 652,173 00000000000000000007cdec72d366ea712eb5128ec46c6eb9eeb6f4d8d1a574 1.58 MB 1,204 14
652,172 652,172 00000000000000000008eecbd028a071c4e544010b491171008675014d551b3e 1.25 MB 2,468 24
652,171 652,171 0000000000000000000da09a4b0cac6e3332e0e417bfb5dea8813d0d0cf1259f 1.30 MB 2,760 89
652,170 652,170 0000000000000000000c67a8fcd172504f1faed1299a90e325f0b7da7fe3192d 1.65 MB 275 2
652,169 652,169 00000000000000000003a4ae09a5192cf8e63e44b54030c5a770beae08960498 1.16 MB 1,517 32
652,168 652,168 000000000000000000009267bd86196e8cb7a9a3249bbac25d4296e8e1710e53 1.13 MB 1,505 20
652,167 652,167 00000000000000000006c4c3ca60f229f70d2a18974a6281a2ab7d6a42634e84 1.19 MB 1,439 19
652,166 652,166 000000000000000000071ed2048c7c778856f8db803e07a92e06b0bcddd1370f 1.23 MB 2,474 50
652,165 652,165 000000000000000000060866109533e8db7dc0d860d0199436cfcfc633352b91 1.60 MB 248 6
652,164 652,164 00000000000000000007ff2ba7cbb3d8c3928f226e8c651d491bcc780dc9f72a 1.51 MB 1,771 33
652,163 652,163 000000000000000000071118ebf63db3ae0e16a70b32524d36a657495e212e91 1.59 MB 1,100 20
652,162 652,162 0000000000000000000e1588416067d3d8b244abbd819d32300e7b76c758a019 1.82 MB 200 4
652,161 652,161 00000000000000000003a301d2d56ebbf78bc90ee4476c2faeca1dd488499adf 1.23 MB 2,722 37
652,160 652,160 00000000000000000007eac40ba79d1763d8b4dffd9ef2ae2d49d4e01211b688 1.34 MB 2,721 62
652,159 652,159 000000000000000000004a37ca755bc4d49687aec02c4ea5355dc45ad99088ae 1.21 MB 2,386 41
652,158 652,158 0000000000000000000de239f698e70aa18c30a04691d415b55173690ecae559 1.43 MB 1,337 16
652,157 652,157 00000000000000000004384d695e51d1c53d230c7fe30f0e9e14dd944f4033c8 1.34 MB 1,492 26
652,156 652,156 00000000000000000002460d33b9d1d779ad7df01da863991445cff00b038cdc 1.62 MB 982 22
652,155 652,155 0000000000000000000cc293645fa972c3f8b753e4dfd9ce2c815d7a5a57e621 1.48 MB 676 35
652,154 652,154 00000000000000000002035ff7e8a328736f3d8e16482894a4013dd858259f32 1.63 MB 691 4
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.