Memory Pool Memory Pool Refreshing

8,686 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (776,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,838 130,838 0000000000001ba57a990cf051dc4014ad9a53bba151abe12a9fcbedb5ec4d45 0.05 MB 179 163
130,837 130,837 000000000000005563438b550213bf20dbcfc4992b9c2753d633359c24cd3660 0.01 MB 44 302
130,836 130,836 00000000000005b59865078391856146ea9da9c147f6e1e408cb12c461acf400 0.00 MB 4 0
130,835 130,835 00000000000004998abe079048aa3ad9b07f31b2bdf9f7a52968162a945ee6ed 0.02 MB 36 1,041
130,834 130,834 0000000000000ef32e28667aa9fd030cd723cd70f68adf8f4a264bf69fcfc6af 0.05 MB 128 913
130,833 130,833 0000000000000351a8821058278f93cc9f52f615fa34431ce77fe8bd5292b160 0.02 MB 37 1,276
130,832 130,832 0000000000001ae59298b9450ffe208fdeb8c0273fd9dbe5efce403068b8fcd3 0.01 MB 28 347
130,831 130,831 000000000000164ed3967926384be5c2d5de125de0feef7c46182cd5b1926ede 0.04 MB 90 1,111
130,830 130,830 00000000000001a36b4456c96c0dff6f7f17675da47c4870aaeb4d6b40c4268a 0.01 MB 19 907
130,829 130,829 00000000000001eaebb4740e1af550053d1050b68aa7380bff4361d74826e6e2 0.03 MB 72 675
130,828 130,828 0000000000001bed23081050f4451944284f9b3704c89d99208c6a0e0adf6b2c 0.05 MB 109 183
130,827 130,827 00000000000006ed8e21f2d90b00baf1f484d0d0fe9911673154011c91561eaf 0.01 MB 32 1,292
130,826 130,826 0000000000000bdff1930429d85098351076747e808220ada05fdfbb5ca9ac81 0.05 MB 180 107
130,825 130,825 000000000000187aa7e1d290d417b50622c0f4047c11dbabafc2d5e758a317c8 0.00 MB 13 614
130,824 130,824 0000000000001247c3d4414b811881e322d1577aaf33543bb6e6e8c8cb4e8cf6 0.01 MB 30 1,353
130,823 130,823 000000000000120a80f23020dc5d973bda2df157e900d85850ff1dc0b8ddb0dd 0.05 MB 176 44
130,822 130,822 000000000000071545446c39fd606c1748edb0655e832bfc0121b94d97ff8e39 0.01 MB 31 1,436
130,821 130,821 0000000000001418e7bed9eb5b3c180421f8bfed2f214ebd8e99bee335445f7a 0.05 MB 181 102
130,820 130,820 0000000000000c1397bbf896c35faf031b8e332a096ad34fec0f9d2a7673ae58 0.01 MB 20 1,122
130,819 130,819 0000000000000d681047084c9d41c0b56a6e6fa8154b7d9a71b8e87e1ba9cf73 0.01 MB 10 575
130,818 130,818 0000000000001c5bc6b8dc69d073dd5fda1c31cc3ee37fe73f31af81a96dc359 0.01 MB 18 388
Previous 10 blocks ↓
Total Size: 769.04 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,626.69 GB sent, 93.07 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.