Loading Tool

Explorer IconExplorer

Memory Pool

81,657 transactions
31.69 vMB
0.10598422 BTC
Random Selection Loading Transactions
Max Size: 189.16/200 MB

Candidate Block

Mining Attempt edd1e385ad66c317d5a33379e12f3a9df7cb49957af536f16bdf7414f3738ad4
Version 20000000
Previous Block 00000000000000000001cf5b7d2a37dd298e1ce67799bbd6505a6dc760cb69ff
Merkle Root ba6709b174077ec4b2ab1307383d8577acee5b819a86a731cf56b44399f642d0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,209
Size: 1.00 vMB
Total Fees: 0.02348115 BTC
Feerates: 711.74 > 2.35 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,377 (715,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
199,575 199,575 0000000000000543ebaf60730615cf2296d089a894f2758d01f7495f70ef7c96 119 0.16/1.00 vMB 74
199,574 199,574 000000000000035dbb77537bef1ff4533961ccdc878d9a441b06ce2be85d8b3f 483 0.24/1.00 vMB 418
199,573 199,573 00000000000000256ea1ba824b91c757cd4a39137ea49a639d1a79dedf11f695 192 0.14/1.00 vMB 196
199,572 199,572 00000000000000eacb55820f931ca672957df79c1c6544b72c72bbd31425f1e9 218 0.07/1.00 vMB 43
199,571 199,571 0000000000000386dd654ffd4f75fda3927ef0e6be48385158ac3547b6de64d1 160 0.06/1.00 vMB 141
199,570 199,570 00000000000004fd7b452e2eaa2d50cb9b057bf6c374dfc2889c760b0146113a 26 0.01/1.00 vMB 99
199,569 199,569 000000000000030ec65e4470068a73a7288c01ed7c5d26fcfc824388186b777b 142 0.07/1.00 vMB 106
199,568 199,568 0000000000000215c2c6e86dbc9f6597b1270365594ef677b6a016e78934c5b6 258 0.14/1.00 vMB 93
199,567 199,567 000000000000054d141952904a9a32ac4db5e60aebd5d7cd5357a66478f9e3a6 32 0.02/1.00 vMB 25
199,566 199,566 000000000000015b26dd918752bb062ebbfb06117ee6f78aa05c5edc909a1de4 251 0.14/1.00 vMB 106
199,565 199,565 0000000000000517b6eca398bcb86ab60a44b4770d7cd3cfbc3a8b785b80399a 1,081 0.37/1.00 vMB 46
199,564 199,564 000000000000059a3b41f9961f78fc3dae9cfa6c92752ba80facfa9f6d8f9d70 92 0.05/1.00 vMB 47
199,563 199,563 00000000000004ece1ff977cf7b01719d2ce7d6d62e3113dcd50e8a51bca5e00 807 0.31/1.00 vMB 201
199,562 199,562 00000000000006276718f33838a87f016d66471c04884e03b182a49ed4df07c9 280 0.12/1.00 vMB 350
199,561 199,561 00000000000001c2179927e5744e16b92d1a62bfffaa29f4291d372cd3fb7f82 141 0.07/1.00 vMB 220
199,560 199,560 00000000000005cbcb77366f1afb58f19a5732341adbf9279c6c80f7b949e0f8 401 0.17/1.00 vMB 134
199,559 199,559 00000000000001211a3bd1333e8ee24aaf931c814fd086fd3bfbb250e2cce2b0 290 0.09/1.00 vMB 37
199,558 199,558 00000000000001637a2c33f09991311a9f63a78fcaaf029f2e1d79de3636e644 129 0.07/1.00 vMB 87
199,557 199,557 00000000000001beb8e01d2334acfc33afba551da3e3a54b604e36fb50f5facc 389 0.16/1.00 vMB 190
199,556 199,556 000000000000061c3cf8c4653ffcb31d0e3105edf19aaf346835d8a465ea17e9 226 0.18/1.00 vMB 181
199,555 199,555 00000000000002c8f2ff3251c52e80c97b6c4e440a7e642a384f90092609f8fd 313 0.14/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 783.05 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: 720.47 GB
    • Received: 18.17 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.