Loading Tool

Explorer IconExplorer

Memory Pool

84,917 transactions
31.82 vMB
0.18883525 BTC
Random Selection Loading Transactions
Max Size: 189.10/200 MB

Candidate Block

Mining Attempt c9a8f7a88d8fd40ab32279e168cd1bacdaa2b57c22566dc7e8c859e5962a543a
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root a8c5f4e0b541b15b5055e257e7d3f8b5a0381d3efce76c5943671afbf07f9b91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,872
Size: 1.00 vMB
Total Fees: 0.07159210 BTC
Feerates: 269.69 > 7.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (701,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
213,450 213,450 000000000000006ef0d4c096f9c3899ec8a938a1d8e862db7d8e680994ca779c 44 0.02/1.00 vMB 138
213,449 213,449 00000000000002e1c01a497e4901d541742b13241306e34f8094df828ba8fb33 41 0.02/1.00 vMB 123
213,448 213,448 000000000000023ec48515f6b3ed2e3162d91b1fac074625536d8a8d0455c315 302 0.15/1.00 vMB 130
213,447 213,447 00000000000004873ca9eeddf8061a43f21a3c468eb0a4cf03d9de8ce625cac9 540 0.25/1.00 vMB 163
213,446 213,446 00000000000004f67271c123e562229517c211292ab652171c5a3eb974b69471 6 0.00/1.00 vMB 198
213,445 213,445 00000000000002286fee549d35e1820f4956ba68f9352aaa416d9b51e4a18cbc 306 0.25/1.00 vMB 93
213,444 213,444 000000000000024707ca4b07ae2f43bb2a7b4e0434d80c9fafa8097e0c93b234 690 0.25/1.00 vMB 219
213,443 213,443 00000000000002b6773bfc8979ce51adc26573cd16bc0d065a4dc138c273ef9f 40 0.02/1.00 vMB 178
213,442 213,442 00000000000001a3c929e80cf0dc0f33d7380ff48c9ffc3f0287ffa99fa5dfd9 46 0.02/1.00 vMB 257
213,441 213,441 000000000000012246b1ef835277589f100391f4c3246c24b887d9c76c0067c3 183 0.08/1.00 vMB 156
213,440 213,440 00000000000001b7f78e7e3813aad4bfe6ffd7c5375fd8a2fa499bb507024265 194 0.09/1.00 vMB 291
213,439 213,439 00000000000003392e9286ff1866287bdb196615a6021a03f18a81e1e51f7094 334 0.12/1.00 vMB 188
213,438 213,438 00000000000000a4ce2d6ecd5127b8f5a8769dcdc7817b9d2a02d2c005406771 443 0.19/1.00 vMB 287
213,437 213,437 00000000000001024f68c9f134c4bd47e016b8b9bd4a92705ac0e7d6431c7444 589 0.24/1.00 vMB 188
213,436 213,436 00000000000000fb4a9cb1668cd03af3fb507b8787775d26313315df60e4a54f 425 0.17/1.00 vMB 172
213,435 213,435 0000000000000293fc4f72b6faf8f0e62e21593e4b4fcae5dc21eae896f30ae3 233 0.10/1.00 vMB 184
213,434 213,434 00000000000002d6dac8d735aa1c957d5acf931d0a4142582a360c8c2a107f98 1 0.00/1.00 vMB 0
213,433 213,433 000000000000002de7d26446e2a6beac2bf83e81a45547b8f3d3bd03c641f3aa 174 0.10/1.00 vMB 142
213,432 213,432 0000000000000145b01710ce650f57b8d0e22bacee3f49a98d3d66dff184a3d5 636 0.28/1.00 vMB 89
213,431 213,431 00000000000001182ca4dfa51e7403085823ff05b99366d72b9e02b40d0b20e4 382 0.21/1.00 vMB 153
213,430 213,430 0000000000000498497951dbcd7570a455af01ad6a43a4f567a8be57133127ec 146 0.09/1.00 vMB 188
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.