Loading Tool

Explorer IconExplorer

Memory Pool

76,781 transactions
28.53 vMB
0.08555332 BTC
Random Selection Loading Transactions
Max Size: 173.07/200 MB

Candidate Block

Mining Attempt b5bd563cac5dae9eef61a58916b0d16c7f85c4a1fea4332fa4d07fe1b5bf41f5
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root adfe6352b5e152f73d0d7c97f2862c76ec4732d035058bd22f8117f08a785c5e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,787
Size: 1.00 vMB
Total Fees: 0.02087192 BTC
Feerates: 56.81 > 2.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (509,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,886 405,886 000000000000000000dffcf3916d35c7a8a20be0fa3bdb813e1c98e0206fe9d5 2,251 1.00/1.00 vMB 46
405,885 405,885 000000000000000002cbd4f9afddba544849948db43a2aecbe4e837d52288e9d 1,761 1.00/1.00 vMB 34
405,884 405,884 0000000000000000015592899fbbc443fcbd12512b445d36733124a01f282bc2 2,251 0.99/1.00 vMB 46
405,883 405,883 000000000000000006046f007aa9f041fd3acf7a8144184ad780a9fc22bd704d 1,764 1.00/1.00 vMB 30
405,882 405,882 000000000000000003d8fd75379bc7b40ea5043cd357c29d13d6a707f940ecbc 2,290 1.00/1.00 vMB 39
405,881 405,881 000000000000000001c28e49b887f88c5c353b62a438422361e8607631b67f7b 2,799 1.00/1.00 vMB 53
405,880 405,880 0000000000000000024d95b87907d68110421de23180d3b64ff59726d5a42daf 2,949 1.00/1.00 vMB 63
405,879 405,879 000000000000000001b22cd3d1361bb43f6faa4a2fac8f898d758abb35e29049 2,732 0.99/1.00 vMB 99
405,878 405,878 000000000000000001ec78387c9fb60b2fffffd23e8208ca44bfdc36d8f1438f 2,806 1.00/1.00 vMB 64
405,877 405,877 00000000000000000080553a7546019cce6e9b1ecd260caa3e9db85b7a0f009e 3,049 0.99/1.00 vMB 77
405,876 405,876 0000000000000000060e5a790e155b3da939431d6a7915200167725dc92dc631 1,030 1.00/1.00 vMB 37
405,875 405,875 000000000000000005936c48f01c1a9d1dbce4806b107b2f837cc0e007089574 1,966 1.00/1.00 vMB 53
405,874 405,874 0000000000000000025a206873aabd174482b3a281e4ae8f79366f1305cfa87f 1,389 1.00/1.00 vMB 24
405,873 405,873 00000000000000000057b86a4d9846d964bb622fe05926f8f1e1be3dc0c0b24b 2,361 0.99/1.00 vMB 59
405,872 405,872 000000000000000000b9ae0029552e1c2edde2d3435a853feef6d28af78672de 1,860 1.00/1.00 vMB 36
405,871 405,871 0000000000000000009a78d262a619b9b2dceb7c8bac1fc0b158a92070b337c5 3,112 1.00/1.00 vMB 73
405,870 405,870 00000000000000000606d27f79b0adbae4152ac6dbcd40893fc469c4b07e3d0e 611 1.00/1.00 vMB 13
405,869 405,869 0000000000000000061f1949ff4e7ee046e0f224ad92b0e7b13e00e9f1c6e661 1,511 0.79/1.00 vMB 41
405,868 405,868 0000000000000000028d09f0592f0c91bcb720f9f2928e64642a859e9b5ea5e2 953 0.57/1.00 vMB 33
405,867 405,867 00000000000000000077e07beb440093f62841725f552a545a5e54fa589c6c69 558 1.00/1.00 vMB 9
405,866 405,866 00000000000000000600ba2556b8d452f3353c5e31655feb55613d658ab85222 323 0.17/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.