Memory Pool Memory Pool Refreshing

2,629 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,619 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (563,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
343,881 343,881 000000000000000000fa1b6b12d2224de5bcbe3b0d1a075c50e07b68a182e98c 0.43 MB 621 25
343,880 343,880 00000000000000000827648a26c3588b00543710226aa0f16134d8eb56f88c4d 0.63 MB 855 29
343,879 343,879 000000000000000003ab9d31f6e4f0f32bc35d7f94579b9a23ac51d5e3686a10 0.50 MB 821 55
343,878 343,878 0000000000000000034080f05f4fc04b5646158c2513543bcbdf39860834179d 0.66 MB 1,116 24
343,877 343,877 00000000000000000b2c911c96eb05cd0082c3376ff02d42766a69455a15de31 0.14 MB 255 22
343,876 343,876 00000000000000001393d63086990617910b59fecb388b2003576d96e2431a72 0.47 MB 891 25
343,875 343,875 0000000000000000138087858eeaaf366fffefa3f716ff857b7098559bb50e53 0.18 MB 245 15
343,874 343,874 000000000000000007682734c02b3fee83556167631b74a085fc8defed96de09 0.74 MB 674 13
343,873 343,873 0000000000000000164aa2bc9af3a294afc1b46bb8246cf55390078fdabf2347 1.00 MB 939 14
343,872 343,872 0000000000000000139af90a35748d1b77414e71fd46fd7b05e39ed3bfe5ea47 0.75 MB 942 21
343,871 343,871 000000000000000006cd4488b5c44d79983f466fc2e7821cb309e0523dee0e52 0.75 MB 1,805 34
343,870 343,870 0000000000000000176782b626409d853a7b71b75d566e938902aee92c9d262f 0.15 MB 512 41
343,869 343,869 0000000000000000101ae4308792777c35a52c034db29c7cb5eb06100893a827 0.09 MB 256 31
343,868 343,868 0000000000000000084a3047f05cc3f8ec4c3e38a1c8e2f5314cc3d792bf6a4c 1.00 MB 1,539 23
343,867 343,867 000000000000000005dada1bd6e060b18a9e343787d8ce4f3bdb60666cd72bbd 0.06 MB 91 19
343,866 343,866 00000000000000000cd647ba2dcea22b8277ea219fc0b6f76ae2313f17d84968 0.04 MB 64 20
343,865 343,865 0000000000000000189148a5e6236b79398dcff5bd60040c76dd2d5c5b901092 0.23 MB 397 30
343,864 343,864 000000000000000017df49f59c1839db4b3b41d4be4f25437c38897a19c1cb63 0.16 MB 213 22
343,863 343,863 00000000000000000502775adc7134802f6eac9aa00c3454fcd5b281e750b722 0.05 MB 92 13
343,862 343,862 000000000000000014be05d4a9419a14c40ff164391109b730213b86d8ce7e95 0.11 MB 170 31
343,861 343,861 000000000000000003fea859ecd2ade6829a20d88233f2d10c9e5738072fa75d 0.39 MB 655 26
Previous 10 blocks ↓
Total Size: 769.00 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.89 GB sent, 92.84 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.