Loading Tool

Explorer IconExplorer

Memory Pool

27,876 transactions
24.45 vMB
0.05062115 BTC
Random Selection Loading Transactions
Max Size: 120.54/200 MB

Candidate Block

Mining Attempt b78337d594b4e1fa763c180f7ffc1544e0836cdfb522eea1e4501bb382d7540b
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 5663b7147c06e5796711e03deee89b43f1ba1eee86627543bd3fc155b612c6ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,696
Size: 1.00 vMB
Total Fees: 0.00732053 BTC
Feerates: 73.20 > 0.73 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (411,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,130 503,130 0000000000000000007d747403d78fcf07b2a23390de4a97ce1e371f7155bef2 1,817 1.00/1.00 vMB 484
503,129 503,129 00000000000000000015ac1ba2f7390e5dda9c7a3e33f5c76a073fa5146868fd 1,874 1.00/1.00 vMB 480
503,128 503,128 000000000000000000909dc5a42a9a3187dec899ebd6f35a0fc0bf8a2289b41b 3,086 1.00/1.00 vMB 470
503,127 503,127 00000000000000000082658b9ce8119f1886bdc75db0b07519f43ade397750b4 2,235 1.00/1.00 vMB 578
503,126 503,126 0000000000000000005f70dbe3f2ae5bf0cc7eaf41f49d87909b5326e9f51c2e 1,321 1.00/1.00 vMB 186
503,125 503,125 0000000000000000003563849fba97b1718b0de6a432a38157018a7a182c34a2 1,066 1.00/1.00 vMB 220
503,124 503,124 0000000000000000002dec13df128d2f543d5f52a7386c4bedd4783a861c5b80 2,685 1.00/1.00 vMB 484
503,123 503,123 000000000000000000625fd5bca9257adaa35322d5b80f19bfe220afed2a5e2f 1,843 1.00/1.00 vMB 385
503,122 503,122 00000000000000000055de8b682750c3e19fd9ea037ef166d9d95332b7801465 1,660 1.00/1.00 vMB 378
503,121 503,121 0000000000000000007111b3574692eb9eaa081bced91a2d280d32f67e9fdddb 2,353 1.00/1.00 vMB 491
503,120 503,120 0000000000000000008d8acd62e43ba2b7566e02ff3cb3f62f59c604d364acec 978 1.00/1.00 vMB 209
503,119 503,119 0000000000000000004a77b4d2d22136c78c96a579b203f815ece9f4d8e2bcd1 1,624 1.00/1.00 vMB 399
503,118 503,118 000000000000000000092c153202d76dc3f958bb3831837709e4d1079707f430 1,198 1.00/1.00 vMB 331
503,117 503,117 0000000000000000005ac1ca5f15e82e97d5bee3230b48a83e5781bb1487bee6 551 1.00/1.00 vMB 173
503,116 503,116 00000000000000000020d51e00b076cc5f9ac8e570eaed09921236c4a32c715c 1,935 1.00/1.00 vMB 396
503,115 503,115 000000000000000000102644190d32b0cf4c7d71078df92a2b02c4770cf569d2 1,523 1.00/1.00 vMB 258
503,114 503,114 000000000000000000501bb46c3b5d8264d362e788bc2709e70a960fe1fbc981 2,224 1.00/1.00 vMB 462
503,113 503,113 000000000000000000017e0101f2374f01c3ff5f419fc17f7955a8674c4e5be7 1,076 1.00/1.00 vMB 190
503,112 503,112 0000000000000000004a938e3bf8514873ff1abfedf0e9bcf9ff6826d6558aa3 1,552 1.00/1.00 vMB 266
503,111 503,111 00000000000000000063590c3892bbe0b1128eb380c316a1888c60e0fc92ec78 1,782 1.00/1.00 vMB 350
503,110 503,110 000000000000000000720aef5dac231be02fd04cbc9a5953f4fda3d9ac41b31d 2,724 1.00/1.00 vMB 506
Previous 10 blocks ↓
Total Size: 781.86 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: 641.78 GB
    • Received: 12.53 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.