Loading Tool

Explorer IconExplorer

Memory Pool

31,339 transactions
6.44 vMB
0.03384641 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.47/200 MB

Candidate Block

Mining Attempt e23a3161feaca2c85d1fb1d7b2fc89484925ac34a6876755f7cce4bb21c305ee
Version 20000000
Previous Block 0000000000000000000050de9c15b25bc071e7051d0e2c80fbbcd53a09f4bd87
Merkle Root 9eb9e2a396315eb0e486259266560b0947b9e3f8218ab616d179ead009c30f5d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,137
Size: 1.00 vMB
Total Fees: 0.01899880 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,941 (657,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,153 255,153 000000000000003f0e0aa2097d5d965b489adf21fb7a27edb8da688af31c5562 0.20 MB 479 93
255,152 255,152 00000000000000322ff0ff5b4910e569ab8fdf4cb291b3d16cfbf8f23ea57eae 0.25 MB 506 125
255,151 255,151 00000000000000179239b24754dbf5ca24d9e79e132cc25340702a4a588e8936 0.07 MB 173 109
255,150 255,150 00000000000000405ed08aead9ad02fac228800fa5700444d5b415b805634593 0.01 MB 31 101
255,149 255,149 00000000000000114b95f70c69bac71459d365d43df2e58e792c6c9f6b189e20 0.09 MB 166 113
255,148 255,148 000000000000003c13e4d0477f37a39897c03c91c783b0554af48ecbf4638e33 0.03 MB 52 141
255,147 255,147 000000000000000a35d6d2e78c00bd4d5408b186d9b5351c754668176ca48a58 0.02 MB 36 70
255,146 255,146 0000000000000033159c863a0bb44a08f5cfe10f5b0785c1ccb2119a31cbcb4c 0.03 MB 66 73
255,145 255,145 00000000000000151a1799624fd1a1270c8b14f3ab895d9d281974542cb01616 0.35 MB 841 105
255,144 255,144 0000000000000021e2ce5188bfbfd5091c92caadee7967c3b392cfb02a3b6d0d 0.21 MB 535 98
255,143 255,143 000000000000003f0d4a1b7ce4be67dd475158930ced3fe833678ba5c88257ed 0.10 MB 298 21
255,142 255,142 0000000000000008cafd0db01e514c6b86d4b4d3e55eb7961b84686489727e9d 0.01 MB 23 109
255,141 255,141 000000000000000dce973cc80c1c1d01bb478e7f235ad6637a12e72337f753b9 0.10 MB 215 97
255,140 255,140 000000000000004030cebc1e47ea76c3dba1e5848c231840b4c0437e38ebd348 0.22 MB 548 113
255,139 255,139 0000000000000017bedfcb050411d72369c72632c8b281ebe85df4dba7f80450 0.26 MB 521 92
255,138 255,138 000000000000002e1d3894c7933411ae9330cc7beef29c0602f458ff2a127abd 0.01 MB 24 62
255,137 255,137 000000000000001261eaa9c0cb9b51f3219c72de0f687726a6859c4afd047967 0.09 MB 184 108
255,136 255,136 000000000000001c4ecf40844f3b9de459efb3d2f4768c56ffe3349bf7b1ed39 0.00 MB 15 85
255,135 255,135 0000000000000031af6ff546215f99cb27348c3bcace4f9274ce478663513869 0.06 MB 130 75
255,134 255,134 0000000000000031560bcc70b08bd5ad96abeb2c6f8c0c0004c7f0dfeeaae436 0.15 MB 405 103
255,133 255,133 00000000000000124dfe51ce45a3c52f783b4df07a397694a5e7b1fac6929eac 0.15 MB 155 76
Previous 10 blocks ↓
Total Size: 778.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 11
  • Data Transfer:
    • Sent: 340.51 GB
    • Received: 2.95 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.