Loading Tool

Explorer IconExplorer

Memory Pool

40,884 transactions
25.82 vMB
0.05045017 BTC
Random Selection Loading Transactions
Max Size: 134.89/200 MB

Candidate Block

Mining Attempt fb3a313ba58624a42e68abc685ae49c4ec7cc8b69a915c0731bae21747d3f8ff
Version 20000000
Previous Block 00000000000000000000d8ba2955f02eb456e7c5acbac6935bbd800431352c76
Merkle Root ac8c79dbbe8a6ea0c89171f78825534043a9e342f8bbd14aaf693f3637b6fafb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,701
Size: 1.00 vMB
Total Fees: 0.00360876 BTC
Feerates: 100.28 > 0.36 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,739 (198,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
715,744 715,744 00000000000000000001f75b3678ab2d7bbefb4cca7f0b42ddb010bb50c50c84 978 0.40/1.00 vMB 8
715,743 715,743 0000000000000000000124004aff41c651eb774cde31c1881406617583b24570 2,083 0.99/1.00 vMB 4
715,742 715,742 00000000000000000006f1ce3ec2a97c65b3a5ff9f67a3239a9a514fe180669c 2,627 1.00/1.00 vMB 5
715,741 715,741 000000000000000000051706276e4a9f3a7f06511d74df6bcbf07334bbe48688 1,932 1.00/1.00 vMB 6
715,740 715,740 000000000000000000087266fab5751cefb9b7078d0ea804f82ca5e43ca98c1d 2,002 1.00/1.00 vMB 5
715,739 715,739 0000000000000000000a4b7df410c30cd95fc4ab7a359a7355a7e983add82681 2,964 1.00/1.00 vMB 13
715,738 715,738 00000000000000000009d5d500fd766b2f9000e60ddfa03cda171b65e42a4bed 3,086 1.00/1.00 vMB 11
715,737 715,737 000000000000000000037f8cb7a4b169d2d090831e824cc2e9ecc1043f6e00cf 2,405 0.91/1.00 vMB 8
715,736 715,736 00000000000000000004db407202aff54e9ace0efb72588bb73a2beebb248c28 159 0.09/1.00 vMB 6
715,735 715,735 000000000000000000031c8100fe45cdd2ee37f4f9fae23fd7722df0a7d112a4 157 0.24/1.00 vMB 4
715,734 715,734 00000000000000000006a15641f61cfb8dd045d5222d8556ba94b7253951e462 870 0.47/1.00 vMB 6
715,733 715,733 0000000000000000000b23e2d1e6a6fdf0da3f007eb7b5223c0585f958a2a05d 875 0.30/1.00 vMB 8
715,732 715,732 0000000000000000000732e40b36b68334e460d49094360f7e5ac46e18b9d78e 1,687 0.73/1.00 vMB 7
715,731 715,731 0000000000000000000378f1b56fdbae3f842d2fa7c45fae6c8c91c8bf1187be 1,576 0.66/1.00 vMB 6
715,730 715,730 00000000000000000004d4c05c4fdcb27317e1615e9225277af1fd4d310cdbe4 1,833 0.71/1.00 vMB 7
715,729 715,729 00000000000000000006ebe576150903bdce032039b5282bfe88f4a1e6fea8ce 439 0.16/1.00 vMB 9
715,728 715,728 000000000000000000072af46ebd5a6e7e9f52235b062bd11e3f04d5b14070e7 372 0.12/1.00 vMB 10
715,727 715,727 00000000000000000007e4f7948d3c7abc51ab32fc06dff70d41379c0ee9fbc8 814 0.67/1.00 vMB 4
715,726 715,726 00000000000000000003fb1e0a4ff4cafab7265b0b3c46efdeaa75dc25c00b93 1,112 1.00/1.00 vMB 4
715,725 715,725 00000000000000000009ba26a35238d80af6c3c110e26aa7ccafbb3cde96e966 1,116 1.00/1.00 vMB 4
715,724 715,724 000000000000000000093b5d26e33a7eddf4455ad5f495ffb802d2cb2631f0e2 629 0.34/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 646.27 GB
    • Received: 12.83 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.