Loading Tool

Explorer IconExplorer

Memory Pool

83,677 transactions
31.84 vMB
0.13220232 BTC
Random Selection Loading Transactions
Max Size: 192.09/200 MB

Candidate Block

Mining Attempt da3503ffe194ca5ea8f77da3301136d1d6caef9e6b5ba7ac9b7df2d0a14c2b5e
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 9ec845651326efdfb09f79ae8e22cfacab06c2f0be2c368ffc26cbc51f69019b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,226
Size: 1.00 vMB
Total Fees: 0.04449202 BTC
Feerates: 803.65 > 4.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (687,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,675 227,675 0000000000000343f6419d61a05e972ec11c90cf5123f9eb4961d9cd0310411b 11 0.00/1.00 vMB 185
227,674 227,674 000000000000012d72274babc8ceed97c5f913a52dc86fe23dae8a34cd5c0205 122 0.06/1.00 vMB 142
227,673 227,673 00000000000002d9e2c8e7d0d64325e1706ee5b406308a85d8969575a9da84d3 444 0.19/1.00 vMB 198
227,672 227,672 00000000000000db18012953481135e52f2837419270f1a62de9e964d1f937be 121 0.09/1.00 vMB 134
227,671 227,671 0000000000000182fa6334d36bfa635491b8edcbd0c170c899494e0b8aa2d40b 260 0.15/1.00 vMB 128
227,670 227,670 00000000000002a68471e6e1a4e950fe4a6c4e2ec69cb233a12f9b1c57dafd5b 206 0.09/1.00 vMB 202
227,669 227,669 00000000000001cf1ca4a1c87f10127d507f769b28f2c2493110a07e7c0aaa7b 85 0.05/1.00 vMB 118
227,668 227,668 000000000000013b70793e167b9873f9ccfa21697cc827007d914ffe61880ebc 21 0.01/1.00 vMB 149
227,667 227,667 00000000000001bdbe247a1642949334ecf67d7f1847801d0e390459fb0e89c7 266 0.15/1.00 vMB 140
227,666 227,666 00000000000000e40b794e59210185fff89b7f03dd56645d65ad9fa30b1fb031 118 0.05/1.00 vMB 177
227,665 227,665 000000000000024db592f21daf6197c8ce36104ffb5664b4345b68881dbca223 108 0.05/1.00 vMB 146
227,664 227,664 000000000000009f4a739232a97a161e49e1b03255009567f4b1e12d5d5bae8f 251 0.11/1.00 vMB 216
227,663 227,663 000000000000014e2660027ccdab25378cc127e6e21e672ff68157c3411b6b34 205 0.08/1.00 vMB 192
227,662 227,662 00000000000002b12d0b2539dd8d265ee6f3a40db8eba54b5e03c59faa819a20 30 0.03/1.00 vMB 224
227,661 227,661 00000000000002b1edcb9ba6087612f89bf51adf354782357d6c17b6ebae6810 16 0.01/1.00 vMB 137
227,660 227,660 00000000000000c34290f6784c01478aff6735afabe7c1fee6de7cfb654bffbf 229 0.12/1.00 vMB 166
227,659 227,659 00000000000002a9eb1df40f2a2a6da9a6cafcb47f3fd9463dcf2b8c8808e1ba 197 0.09/1.00 vMB 152
227,658 227,658 000000000000023625f89db73a04fc396dbf784950544781657aea20acb06757 191 0.14/1.00 vMB 150
227,657 227,657 00000000000002ae4b2e225fb05cf5135bcd90a90980785af8c4427a3745da6f 317 0.12/1.00 vMB 214
227,656 227,656 00000000000002e1d040979f1868e6e4a58573618d39c1787ae3387d1955a635 139 0.06/1.00 vMB 151
227,655 227,655 00000000000000a70c41811f47f7ac2153a0b2f881848b9a9d612af95f53af81 256 0.15/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 783.00 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: 718.70 GB
    • Received: 17.94 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.