Memory Pool Memory Pool Refreshing

6,891 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,345 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (2,773 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,160 905,160 00000000000000000000ef63e3e992d3a6a6eb464095d6ac99135616c342acbe 1.70 MB 1,973 2
905,159 905,159 00000000000000000001633bbe7808c5c8a829a78d11f77e273dad743bc5f300 0.49 MB 1,007 2
905,158 905,158 00000000000000000000ab612bb0ac1638be5e71be16876c0428dff3c42543dc 1.66 MB 3,991 2
905,157 905,157 00000000000000000000037adccfedf264389fcda8bac6a5f84cb936ecf556b5 1.72 MB 3,723 3
905,156 905,156 00000000000000000000c2a43591c2ae82559f9762d2af3d7e01d063ef6b4da7 1.19 MB 2,057 2
905,155 905,155 0000000000000000000207b79caca84bbc8d979f9170f30326722b40bb554dd7 3.82 MB 263 0
905,154 905,154 00000000000000000001ff028730c01d20602842df58635eb847d7ec179e99dd 2.91 MB 1,412 1
905,153 905,153 00000000000000000001f912873c48ee9785044a6ab75df91fd90a95717fbc7f 1.00 MB 2,095 1
905,152 905,152 00000000000000000001fdff884861223ecc1dfccf003e2a5de329314f994e50 0.84 MB 1,794 2
905,151 905,151 0000000000000000000116f03150a9611f07083253a72d2aa099def3bd3c7c18 0.69 MB 1,278 2
905,150 905,150 00000000000000000000978053a9116be9cdf38b90c883219fe7fabaa36d1ef3 1.29 MB 2,488 2
905,149 905,149 0000000000000000000051e522af8d3fedd50eebc7aa2794072877513135ecde 0.08 MB 119 3
905,148 905,148 0000000000000000000068a22029db28d1c8ea65d4c96e3c5c6c9d7996ec1c9f 2.30 MB 2,989 0
905,147 905,147 00000000000000000000767edd8cd37fbf5217aead5b8fa570322f08d4065392 1.68 MB 2,787 3
905,146 905,146 000000000000000000000f515d116e19b360076cc367a2491d547d0b58a5d6d2 1.80 MB 2,610 2
905,145 905,145 00000000000000000000ce9c8642b332f5c91132cc38edf62cedf9ded25d4868 1.92 MB 2,610 1
905,144 905,144 000000000000000000020f832b3a63007188f819ffe3f3c6af9dbb61b7861655 1.66 MB 3,965 1
905,143 905,143 00000000000000000000c3aef4554685967c26c01f77b23fd10f4661166bba53 1.58 MB 3,432 1
905,142 905,142 000000000000000000016ec973d97fccba4907ad96b9bd5a333961730fe7f6d4 1.59 MB 3,703 4
905,141 905,141 00000000000000000001e7f8d430bed3ca5b584e2b36e38ef341547eebc871fb 1.69 MB 2,917 1
905,140 905,140 0000000000000000000233d706a708de8fef2951e58e6d6d17d0ee09196ad251 1.42 MB 1,376 1
Previous 10 blocks ↓
Total Size: 769.42 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,645.25 GB sent, 95.05 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.