Memory Pool Memory Pool Refreshing

8,772 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,775 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (114,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
792,965 792,965 00000000000000000003c6fd4ef2e1246a3f9e1fffab7247344f94cadb9de979 1.41 MB 2,637 41
792,964 792,964 000000000000000000045910263ef84b575ae3af151865238f1e5c619e69c330 1.63 MB 3,139 63
792,963 792,963 00000000000000000000ac58d0a168c8f5c5f0f55757f3eb8eccfa22d5c39d7c 1.45 MB 1,999 25
792,962 792,962 000000000000000000002f049affa8a91c0b1587e3386887761106ddf63cbc9c 1.25 MB 1,389 29
792,961 792,961 00000000000000000001a23b655dfd893be47dd29a4adb884926a0f01122f00d 1.37 MB 2,384 38
792,960 792,960 000000000000000000042a2c4e3910c5ccd48b4b2d624f08b4b5a413b98af4ea 1.76 MB 3,679 21
792,959 792,959 00000000000000000004f9f57c2f9607111033f960c134c4fbb6f5ac91d5f364 1.56 MB 2,935 28
792,958 792,958 00000000000000000002b3e20788f69d8cc1d425b33e44393e601a1df3b0bfbe 1.41 MB 2,442 23
792,957 792,957 0000000000000000000255e364233dd5ee23a05578b0e47a39f2a41c8781099b 1.68 MB 2,686 22
792,956 792,956 0000000000000000000039bcfdeb609d5064cc4f208092e97d69ba1fd5975fa2 1.69 MB 4,184 19
792,955 792,955 0000000000000000000472e48d7e836a0fefe277f2cf029571237a2693e49c8c 1.58 MB 3,253 33
792,954 792,954 000000000000000000032d6a0436b0188f92ef2422b407a8c92e8341dfa40862 1.62 MB 2,879 24
792,953 792,953 00000000000000000000dcf73b1e58951b6b71ac81a0b986324d92d2492382e9 1.65 MB 3,813 28
792,952 792,952 00000000000000000002655a2c017918fb193473d1c06ad971d740c29d02df46 1.60 MB 2,658 25
792,951 792,951 000000000000000000031ba537043e61264f41719000d9098290408d394cd89f 1.62 MB 3,203 38
792,950 792,950 00000000000000000004ea5884b49bb9de1137d058562be3e5c89d53be943dc1 1.59 MB 3,368 34
792,949 792,949 000000000000000000035582225c2744ea96d21d5484b38d5c29c8d353055189 1.53 MB 3,403 43
792,948 792,948 000000000000000000024efc815f90458f4456ec4b77844bacadadb2fadd9c0e 1.48 MB 3,238 28
792,947 792,947 00000000000000000002b194569fd016fc9d51aceae3584be314955668610b20 1.68 MB 4,100 35
792,946 792,946 00000000000000000005113b9fb4d746ecaad09166f4daa554978645b9a8a36a 1.57 MB 3,444 46
792,945 792,945 00000000000000000004b5135dba19a8e55e6b5d05db8ba65572efd7bce7f077 1.55 MB 3,379 45
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.