Loading Tool

Explorer IconExplorer

Memory Pool

27,846 transactions
24.23 vMB
0.05913831 BTC
Random Selection Loading Transactions
Max Size: 128.74/200 MB

Candidate Block

Mining Attempt c20534a4812bf7c01a21786c9fa4dbe9f60e895dace9a95e32e11811664aead0
Version 20000000
Previous Block 0000000000000000000094a31d991b99fc33b0a33b15b326def2e9385eae6a5f
Merkle Root 41119faf964390ed6eac6342e03f55ba5ee71cb5e4838d1c67ef77a7f1af3d97
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,624
Size: 1.00 vMB
Total Fees: 0.03197975 BTC
Feerates: 502.67 > 3.20 > 0.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,460 (718,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
221,563 221,563 00000000000002f92a8da12d96087f35e61f37084566e83b260a5131593a0b54 147 0.08/1.00 vMB 316
221,562 221,562 00000000000002d01d10b1fd7cb42bafbb2ce7d19af84efcbc86d3e3e70599b0 488 0.18/1.00 vMB 245
221,561 221,561 00000000000001c8727635c62bb6f3c77e5c6d6b345a48bc1f8a66f08af58203 149 0.06/1.00 vMB 727
221,560 221,560 000000000000051d0a9f62407e75f0e980fe3f99b28b72e434eb490168f2a2c3 1 0.00/1.00 vMB 0
221,559 221,559 00000000000004ed0d71010ef131a19ef1393013cb9bdfc7f7ceb98c3f9097ee 168 0.09/1.00 vMB 496
221,558 221,558 00000000000002e6d482d79e43d087013bff7650785b089e2e35d1e89e8a024c 276 0.12/1.00 vMB 340
221,557 221,557 00000000000003cd2f773ce7cf4e1e451990ec19059ae24773d77d0bca59153f 79 0.04/1.00 vMB 236
221,556 221,556 0000000000000229efdc039b587d1d63941771e3d4265f554e9bf219eb650fcd 397 0.18/1.00 vMB 210
221,555 221,555 000000000000042cc86710c8ff6fe3b5a0f6ac41bdcaa106e9ab5c0ebd19ad9c 241 0.12/1.00 vMB 143
221,554 221,554 00000000000003bfaface9b1b0d7990f10c2b7bca36f9d6bbb29743df41da99f 642 0.26/1.00 vMB 255
221,553 221,553 000000000000000cedb0c2a1aa5f801b0cc9a0dc65b2ecc9530a274983ab5f7a 156 0.08/1.00 vMB 273
221,552 221,552 0000000000000221a4e4598cd60416b1d8e5d53777947cfb0a7b06987758d6a1 86 0.06/1.00 vMB 160
221,551 221,551 000000000000021760d7ee0b325f5d18a5753eecf9c344242195a32db1e1a433 8 0.00/1.00 vMB 15
221,550 221,550 000000000000017c34c2f6054cc654706598328fc0529e61eab4188496615e7a 516 0.28/1.00 vMB 196
221,549 221,549 00000000000004bde9aba8ecb2ce100fe60923255383bf10cc8d5f790d1398a7 1 0.00/1.00 vMB 0
221,548 221,548 00000000000003c084565f78be5540e4c19f73859058b9edaf4f5c08e4541d4c 550 0.24/1.00 vMB 234
221,547 221,547 0000000000000120f0999527c4744031d93df4090e7f2e7ba9bf09e5bb10de06 604 0.25/1.00 vMB 351
221,546 221,546 000000000000042bea03b99d2b262b7bc8df0bff8cc0a1532a9a5a6b42919374 621 0.25/1.00 vMB 194
221,545 221,545 000000000000027c0b36969d767a2265e8150bd0b6fb4a4c514f0c522c991113 12 0.00/1.00 vMB 1,795
221,544 221,544 00000000000000be7053eb7bfdcea8dc472ff1bd2ca05d3923e56cb0b1938765 241 0.11/1.00 vMB 180
221,543 221,543 0000000000000006385ddc2937dec4154881034994f964579bcfe9896b7386ca 436 0.25/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 827.59 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: 4,459.25 GB
    • Received: 243.21 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.