Memory Pool Memory Pool Refreshing

6,774 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,224 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (646,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,309 261,309 0000000000000007f03416d5c357df15e38be752b17d7cc626684df191ee4e7c 0.35 MB 764 66
261,308 261,308 000000000000000272c80cc9f6765fcb1c76a3db7b94e8da0110a329f73b62e8 0.50 MB 424 80
261,307 261,307 0000000000000006b8568ac35c3d9695bb3d219b20133a0873538960b76a7515 0.25 MB 395 85
261,306 261,306 0000000000000010a321400d9a3d36fcf9b3bbe25d0575491e61312a01451240 0.25 MB 435 110
261,305 261,305 000000000000000c6669b357454849ff002788e9813772853aa339093206ac18 0.25 MB 764 255
261,304 261,304 000000000000001bb95388f73559717b27f9ba0d5fde91d00b2f4d59b81249d6 0.15 MB 284 66
261,303 261,303 0000000000000010e9545f2f950503de10385d77ddb13fdae2c5cba9dfd430ad 0.21 MB 469 105
261,302 261,302 00000000000000157a8cf57e2185b9943dc3d38725944a40be45ca6664b13fcd 0.34 MB 746 112
261,301 261,301 0000000000000016d0deaa3689f7591a0aae585893a4272c63dae5f40382b4e6 0.32 MB 452 109
261,300 261,300 000000000000000b4992ba90cc116960932ab9d77ea9b6a7f36010475dabf4f0 0.14 MB 274 89
261,299 261,299 00000000000000137be05c9892b29ab640cca47b117e870f86d9ae81bc77e662 0.21 MB 421 113
261,298 261,298 0000000000000003cdb78ae78497528e3ccaa3048e0c2b7babde142951775cab 0.14 MB 320 117
261,297 261,297 0000000000000010c8d591e6549637e62f52ab88e6c6d3d09b84a7921494a192 0.03 MB 86 90
261,296 261,296 000000000000000cb7e45074cafb17e17ecea980857ce8da9f34c1ce199f3a63 0.13 MB 286 195
261,295 261,295 000000000000001b53aa2007bcb9d0810f3c317d9d444feb07f7b299adf1f8c6 0.07 MB 183 76
261,294 261,294 0000000000000014c8e98577a96ebe7184e104b098df6fd2cad7acbd98d6b90a 0.13 MB 300 98
261,293 261,293 0000000000000014c96d9e98643557389c6686171521ef1c8856930b3c8a42f4 0.25 MB 541 103
261,292 261,292 000000000000001b47fa00424bea0111887f7ba09d5baa95612f3e17af36fe39 0.10 MB 220 109
261,291 261,291 00000000000000168260cac6d7b25194d42f22815f88de69d06e7cf443123dcd 0.13 MB 324 106
261,290 261,290 000000000000000913fe2f702ae92dc85a0752dbd9ab60cab9264859681342b8 0.12 MB 274 78
261,289 261,289 0000000000000011d8f05f88fb212d3f3b9c04b8e358c7d13c1cd9f5404700c5 0.24 MB 606 123
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.