Memory Pool Memory Pool Refreshing

7,068 transactions
2.66 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
3 sats/vbyte 3
2 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,882 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (554,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,584 353,584 00000000000000000b4454372e654fea6b4165f6e635904a15097a203f8bcbbc 0.07 MB 154 29
353,583 353,583 000000000000000005c5f5498caae9a03592608648e37c0d853dec310edd901d 0.06 MB 126 26
353,582 353,582 00000000000000000a0e5b9a05fe7d274f5d0625ef237d2d0e682875b4418241 0.11 MB 228 21
353,581 353,581 00000000000000000ee587b9fe90204589e65e8068c4afe1e076446e3cd34880 0.43 MB 671 19
353,580 353,580 00000000000000000ac14ab66cba0bdc0161f8073831d8df08f938eec0a335d0 0.02 MB 33 18
353,579 353,579 0000000000000000169349b0810ce8ea408991da6c94b7a4f21ca358cc4bd224 0.68 MB 1,380 25
353,578 353,578 000000000000000014c0b09a8085036d25dad686a2a7552603ce873aeedd5dfb 0.75 MB 1,631 32
353,577 353,577 00000000000000000d1f989f8f99fe754d9b10da5961ebf202aef0cf306612dd 0.36 MB 786 28
353,576 353,576 00000000000000000bda8152c3f4ed114cf9d7e6e18f90153aff2f96da92e292 0.15 MB 292 28
353,575 353,575 00000000000000000af7e645e1e3c467fbc19bbaf2186b6038ce49ff19347ab9 0.02 MB 18 24
353,574 353,574 000000000000000011406e40ff43f1b49edfe75cdd067ec9df8bd509e4893b5e 0.02 MB 36 42
353,573 353,573 0000000000000000126f602d037fcb919c643252544fd2e578fb1d98c555645f 0.05 MB 45 8
353,572 353,572 00000000000000000c8954d3d2eb314e056ba36a7f7110cc77b9c7801d8d5041 0.35 MB 726 30
353,571 353,571 00000000000000000a19dcabaf7d513d78815dfbc7bc21e6e8a254d18a07eaa0 0.13 MB 267 24
353,570 353,570 000000000000000014bb2c6c07d99c972fb445eec1246b533ef5654e6af79a90 0.23 MB 378 24
353,569 353,569 00000000000000001232b40f0ae94e9f7bbe908ea12d32c41ef45969486c3a63 0.15 MB 197 17
353,568 353,568 0000000000000000096ccf148aa6251e5ba16ebf51c4fc07cddc0e6a4e632276 0.38 MB 781 24
353,567 353,567 00000000000000000787793bf89972fd87effb6511b1fe9894765e0ba9bb8d07 0.17 MB 239 19
353,566 353,566 00000000000000000f2d36f77b0feacf70a645e9a3ff6e2e77737e589f0e8c96 0.75 MB 1,720 33
353,565 353,565 00000000000000000de4826010e68ec6666c27498839242e535cb88ba8df7e56 0.28 MB 600 30
353,564 353,564 0000000000000000018345ee904e2f337057d989a89daa6426ac07882ceb77ea 0.27 MB 569 26
Previous 10 blocks ↓
Total Size: 768.98 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.52 GB sent, 92.74 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.