Memory Pool Memory Pool Refreshing

761 transactions
18.34 vMB
Show Random Selection Loading Transactions
Max Size: 74/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,308 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 561 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (894,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,098 14,098 000000004a2ba9ccf5aeeced461afee6d7de963db057c1322c9860edf4ba747d 0.00 MB 1 0
14,097 14,097 0000000085ccd37051dfe03ff5a891a7fff712628ff57688669ca22c1a0fc18d 0.00 MB 1 0
14,096 14,096 0000000033c54d780e3a5ad1ec841eebcecffda082d40caf634de0df5c9f71ef 0.00 MB 1 0
14,095 14,095 000000000488a82f97cb1af7932f6f21fd165d5ab93333712cbe9a45fbb52cd1 0.00 MB 1 0
14,094 14,094 000000009cf41ed7d3d2711a42e3ec76ed84c75ca6d0b65585c5814950a142b0 0.00 MB 1 0
14,093 14,093 0000000098eb307135955f8608314fc06baa4168ff65da0d2b44fc8b5766f389 0.00 MB 1 0
14,092 14,092 000000009976a9e00803c6d2a74f1e2fc4599379c57b8fac5fa11e7d71e66043 0.00 MB 1 0
14,091 14,091 00000000e7848c026b23e402877acc1c56f8c6e5bcdb254a48d4818cef88706e 0.00 MB 1 0
14,090 14,090 000000001e7800a2fb7b561372aeede2a47016afca28979c599d823851658e8d 0.00 MB 1 0
14,089 14,089 000000004f529b5d382bde1a639e5d6edf83b4b8dbfdd57f90306d382b1f246f 0.00 MB 1 0
14,088 14,088 000000001dcd5e422398110c9aa69eec0ac592967765ddfc64eb0e4b8b284061 0.00 MB 1 0
14,087 14,087 00000000b4aa3c382b7cd1f7d962e80d166685965548544d6b9ac52789712511 0.00 MB 1 0
14,086 14,086 000000006e9a5470f8a8a8a4d8fecf08e62a5a8530add2d410ce379ff0325b9d 0.00 MB 1 0
14,085 14,085 00000000efbb7491d64373c457c63d00b49bc968905e1da5207ceed902040cf9 0.00 MB 1 0
14,084 14,084 0000000098f699d17638cc3b6aa53da1199f632f7a985494dbf1e6fbcaf9618f 0.00 MB 1 0
14,083 14,083 0000000041003c6105e3cc8b1fb57cedafc81fb548e18d8fbb02a3b85342d7bd 0.00 MB 1 0
14,082 14,082 0000000015c13d7f2eec20be1c30b54741556af83f06e83474888438f355c8a4 0.00 MB 1 0
14,081 14,081 000000007ab1800ddc053cd15f1ed70c11a55cea7aadf8887c880eff39e636d3 0.00 MB 1 0
14,080 14,080 000000002e706c14934ba940c8341afca266cabd1adda579fa3353060c8bff1f 0.00 MB 1 0
14,079 14,079 00000000636a4086fe97cef0eaa74067ee3b901308ccdf22ab63a775d8a5a8f1 0.00 MB 1 0
14,078 14,078 0000000042bfeb800095c55829c12fe4b08f91cd96fc247cd5c6a3bedebafb1f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,694.33 GB sent, 98.53 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.