Loading Tool

Explorer IconExplorer

Memory Pool

43,050 transactions
26.42 vMB
0.05973222 BTC
Random Selection Loading Transactions
Max Size: 138.80/200 MB

Candidate Block

Mining Attempt 22c0a7a1c29ced54bb3ff573fa8ba9838644a3d00c966f59e41ca184e5ddf3ae
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root 49e83b3b15bbd12ea414d2488c4f69f841cda697ac24d69966e023679d169b64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,528
Size: 1.00 vMB
Total Fees: 0.01134085 BTC
Feerates: 74.70 > 1.14 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (423,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,843 490,843 0000000000000000002e4bebd426db825708aec02441135a100a75b0dfa58566 2,338 1.00/1.00 vMB 185
490,842 490,842 0000000000000000005b15f59b6125e76a571bb5e2df92e52aff42ce2daf5b98 2,195 0.85/1.00 vMB 119
490,841 490,841 00000000000000000056fd19e07afc2078f04efbe6f3cd4608eaa9a06f19d97c 1,968 0.90/1.00 vMB 127
490,840 490,840 0000000000000000007dd333aba1f6aefa7165fcf195b5921611cba86a4e4567 1 0.00/1.00 vMB 0
490,839 490,839 000000000000000000b5fa70090f55ed06e88360b3c1a72fb6bbd2e75c4e1cda 2,735 1.00/1.00 vMB 201
490,838 490,838 0000000000000000004310a95c91f2e95c930b1fe313ef82abcfacd2d787b184 2,418 1.00/1.00 vMB 153
490,837 490,837 00000000000000000015f1c21396e657c3ffa73d1342a4b7119816960bea03fd 2,153 1.00/1.00 vMB 166
490,836 490,836 000000000000000000e126de4d47763bd0425a106e3ce8839cdc87665f3a87b1 2,216 0.87/1.00 vMB 124
490,835 490,835 00000000000000000035e54b4000c8137679fc30c61cf6d78c9aa4658ebb9359 2,560 1.00/1.00 vMB 171
490,834 490,834 000000000000000000dc9e1aa28e5ae18b66aae31757e8a80dfde2f2d7e6009e 2,953 1.00/1.00 vMB 202
490,833 490,833 000000000000000000a93e52f71e2c70241ff0235a27a6d9fe1932bdae934bf5 2,205 1.00/1.00 vMB 62
490,832 490,832 0000000000000000009ed71605a7b2d4848de24a21ce00aeb26c29488af3da22 1,545 0.97/1.00 vMB 129
490,831 490,831 00000000000000000087d6b1401ec08282db050ac9e6509f2676a3e26748bc70 1,325 0.71/1.00 vMB 111
490,830 490,830 00000000000000000006e28eac42726918b3c133b8b825305af39f250fbcdf69 2,258 1.00/1.00 vMB 17
490,829 490,829 000000000000000000e4985c9de0ebddfcad173ecd20d62cd1fbe4abee2a88be 2,163 1.00/1.00 vMB 89
490,828 490,828 0000000000000000009adaaaeae1f11383d64569172bdef319742e2a8762d3a8 1,777 1.00/1.00 vMB 29
490,827 490,827 000000000000000000c4c69fa84450f65f3ae7d9cb1ed809c282d276537b11eb 2,346 0.80/1.00 vMB 50
490,826 490,826 000000000000000000a2c67fcb70d90c9e0011033997d0ca6d66146ef7596205 1,600 1.00/1.00 vMB 28
490,825 490,825 000000000000000000a5b27bf7ae4e92dbc642c49e8e7ef8174aba827c3d15b3 1,220 1.00/1.00 vMB 87
490,824 490,824 000000000000000000bdfd2ba290add0be7b5bddfa31b40a0f0b3846fffcd238 1,849 1.00/1.00 vMB 292
490,823 490,823 00000000000000000046be5f9963fbd7e8cfd7595f859b3b9a4248a58361600d 1,338 1.00/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 781.91 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: 645.83 GB
    • Received: 12.78 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.