Memory Pool Memory Pool Refreshing

6,376 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (557,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,748 350,748 000000000000000017479a4ff532e0597b3c21282ebb93b0d0a3210801c48e2c 0.33 MB 708 27
350,747 350,747 00000000000000000deab8cbcc2e0d295b88660779f3ff307230a329bf56cb4e 0.14 MB 276 26
350,746 350,746 00000000000000000b798110783b2a12aff56bb61ec6ddf1eaa1892babf30397 0.16 MB 331 30
350,745 350,745 00000000000000000c58573e4aa0ac9fca8a037f3bdfcb47f63d6038b7f5e1a2 0.21 MB 461 29
350,744 350,744 0000000000000000173e8831672c92310698ea1b385e8eaa25654717c564a7a4 0.52 MB 614 16
350,743 350,743 000000000000000006a8b4a30c3e1873af6173f928b21670399cc72feb08fd17 0.75 MB 1,241 28
350,742 350,742 000000000000000011b9c3e51799b28235555c2667189697fcf65c9e0fe02b37 0.17 MB 314 25
350,741 350,741 000000000000000001dd89d42625339c7337819236a0dded8379132ab503d8fb 0.16 MB 333 28
350,740 350,740 0000000000000000022614f4291ae88c24e7a932af5553cf2bfffcbc3b4e9ebd 0.01 MB 26 24
350,739 350,739 000000000000000004c825e27150c74fd7d40ac057f2e02c1fe751ca7d3e1aac 0.13 MB 283 22
350,738 350,738 0000000000000000012c815389a25d3a7cf952877c8183bc83727b5b2e257d02 0.00 MB 1 0
350,737 350,737 00000000000000000e2318391ba7dd78df6c9c48de5a61d76772ff818606b522 0.35 MB 737 26
350,736 350,736 0000000000000000035779ecb5e80a9b00e9467abdd40fe6085e7e634953b712 0.26 MB 571 21
350,735 350,735 000000000000000008326066a738b2875e9c53db670a5fb55aa114a2789f97fb 0.47 MB 1,048 28
350,734 350,734 00000000000000000f26bec970fa68e1e59f27f35526999ffe73dffc23ac5d8b 0.55 MB 1,139 25
350,733 350,733 00000000000000000a1d74d7445c857b072e51deaba623165bf9d27f3cb9fd7f 0.30 MB 591 28
350,732 350,732 000000000000000012e3169d9c9ada6d1747036af7ff47f8564a630a05242ddb 0.13 MB 233 20
350,731 350,731 0000000000000000172145fdcd55e6d56ccbb7543829b33748b298c6c0bcc7b0 0.33 MB 564 23
350,730 350,730 00000000000000000d0c131fe17596c0fa27bb8657d89577ce50681f7588ca7f 0.21 MB 391 22
350,729 350,729 000000000000000002db41a8136f0eab6632eb02434fdc015a0498883e5aac54 0.10 MB 86 9
350,728 350,728 00000000000000000d35084fbfaa5c27489cd03c889892cf334185343e7c516f 0.12 MB 177 21
Previous 10 blocks ↓
Total Size: 769.21 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,634.37 GB sent, 93.99 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.