Memory Pool Memory Pool Refreshing

52,456 transactions
25.07 vMB
Show Random Selection Loading Transactions
Max Size: 146/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
880,878 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 3,175 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,877 (671,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
209,617 209,617 0000000000000278adac7df3d553ec700dd0b26ef445bcf5779d397928db703c 0.01 MB 15 169
209,616 209,616 000000000000010ed623ab69785e232d0ca4124227d52f64e7086d6560ef56d7 0.10 MB 211 138
209,615 209,615 000000000000018c901b2e433d1ffe57c0d50fefecdfcfed8178d4bbda1f9365 0.00 MB 7 0
209,614 209,614 00000000000001b04d9c275e790c166b4386205cc7d448faf1f15b0f92305297 0.15 MB 365 247
209,613 209,613 000000000000024acab5fd8321a515f4bbb6b850d78af1d2147db0cff34e4f03 0.34 MB 676 146
209,612 209,612 000000000000007c938b0a670ae8b62ae15977ff576b2eaef131cfb6dd3ac6c1 0.02 MB 62 117
209,611 209,611 0000000000000103636ca5b7f04f10a9b2c92c24c3482082969f688372f3721d 0.05 MB 139 107
209,610 209,610 000000000000025a50e54faa27d0a2bddfba63808ea1634bb8ddc5d0de2ff72f 0.05 MB 106 137
209,609 209,609 000000000000027f6c407e4925f7c64b1ffc6f771648e508c5e6fcbae8de057a 0.11 MB 244 169
209,608 209,608 000000000000037223fce26e59bdad39b3c4be0a396e5ac6e24912ebedca4dcf 0.31 MB 331 71
209,607 209,607 00000000000004d2dc7f6e704b12903992374a275a0397c5c96d8ce35b3afb62 0.04 MB 75 226
209,606 209,606 0000000000000190db9ae8c25ef4f20734a2595196305a0a28e032ad4c41a7d4 0.23 MB 371 135
209,605 209,605 0000000000000153d2014ebd2609144a76190793e6927ea1cedd8e70b4cceb77 0.10 MB 234 196
209,604 209,604 00000000000003504207848a26132cba0c559797d95ae8859f74db4c96e43389 0.07 MB 122 137
209,603 209,603 00000000000002e1f28b2347e1780fff3a06a53130d1c7fed26a9c5ef5975bac 0.08 MB 61 108
209,602 209,602 00000000000002f3f47a071279cd8b7ce041501c6622be72ba80a466b5f40575 0.13 MB 364 214
209,601 209,601 0000000000000196b5a2353e65bdf0e0081ab2870c13ec7c7cb0658eae0e45be 0.05 MB 137 68
209,600 209,600 00000000000003e29f9ebfd2cbd2714e638f59b9bb453ccc6a478035b32a3e54 0.20 MB 128 35
209,599 209,599 000000000000048ef8bbe67fe148308af75402d39d21146cb129185b36aa6d90 0.09 MB 112 587
209,598 209,598 00000000000000b4c7691a5c15ea6819f528072b55bd9d83d130fdf899f109d1 0.16 MB 264 153
209,597 209,597 0000000000000182818e090b7dc40a09c411aee7a13a8825c2eac1d5f6f9811d 0.07 MB 187 159
Previous 10 blocks ↓
Total Size: 720.11 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,890.83 GB sent, 65.44 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.