Memory Pool Memory Pool Refreshing

12,602 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,074 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (758,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,203 149,203 00000000000001d5ca6be16ac7946dd4d91ebaf45336721146730a1e8fd69bae 0.02 MB 30 117
149,202 149,202 0000000000000a256410312b79ce402c2b94c8a7d54c89009dd3a1fbe42389a8 0.02 MB 81 8
149,201 149,201 0000000000000136b4adf87287cc86628ec45e0609cacf3ae804a439a0d47a8c 0.01 MB 18 97
149,200 149,200 0000000000000a4cf5d7252cb9385c8ce32bc1cea6536b9cbda0d5949fefc2f4 0.04 MB 49 79
149,199 149,199 00000000000009198a068101549dced6b00eee64d6dac44bad0811a03e85a797 0.00 MB 1 0
149,198 149,198 000000000000032768a6053aeea2931d8f50e16d1d1d45c31a6b4300d8555e25 0.00 MB 11 40
149,197 149,197 00000000000000caa20675dffdc10a77324d9a1dcec747974727d66d448a5292 0.01 MB 30 203
149,196 149,196 000000000000059dde50c7072d26dfcf4649ece1c0c14e4dfd6e03fb8ec7ee42 0.02 MB 45 203
149,195 149,195 00000000000001f03fbb7d939dd832e849db9fa0b28aa77c47d13c73cd88a912 0.05 MB 171 102
149,194 149,194 00000000000003c7d96f42a83f1bc1413075186692cca4944a14946df0752e31 0.00 MB 13 1,572
149,193 149,193 000000000000091282a1eaf28409737788a4faa7d1dc2bacd914748143ce8beb 0.03 MB 62 234
149,192 149,192 00000000000006d153648705cf9cb7718e0066d5b8c041f3f100b21b0bb7d288 0.01 MB 27 193
149,191 149,191 00000000000007c7c2afcefb67ab860fa02d803aef9174f0fd4c05f7d6566417 0.00 MB 2 51
149,190 149,190 0000000000000478fec37a2e31423bd71b35db1181a97258e18d40b11cdb58a7 0.00 MB 2 0
149,189 149,189 00000000000002b6892290c2c666c69723c0fcb46265c86dfe1735b00b14378a 0.04 MB 105 212
149,188 149,188 000000000000005b34b49cc04acc727ef717d486e396f42ee3a18789ad16b479 0.00 MB 7 27
149,187 149,187 0000000000000a1f9089cbf8cdaef674acdf3b91ac57572451910dc7f9698392 0.01 MB 23 106
149,186 149,186 00000000000004b72606b5b5aac29949e745889f02d0d3c8e6669be9facbdd23 0.02 MB 37 251
149,185 149,185 00000000000001ec1c8bb6c357b1c146fa59972a3e5354107ab0c38e103a67de 0.01 MB 25 161
149,184 149,184 000000000000028c550f87b05cddb1f4d461451bb26f0706f1ed5b20e3889fb9 0.02 MB 54 515
149,183 149,183 00000000000001b0d8d885e4d77d7c51e8f1fdaba68f229ac04d191915845f09 0.01 MB 23 285
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,622.18 GB sent, 92.93 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.