Loading Tool

Explorer IconExplorer

Memory Pool

60,983 transactions
24.05 vMB
0.06206620 BTC
Random Selection Loading Transactions
Max Size: 141.92/200 MB

Candidate Block

Mining Attempt 05e6c74653e0ae8f8866a80ffaee83880d5cd5adf11265e61487f9244b7a4bcc
Version 20000000
Previous Block 00000000000000000001aef8cfb4d1de580ccbdeb6616bcf2c6c720b9571df3a
Merkle Root ca3e3840a388ecbba1d6ff7c5a06a297b6fcd98cb989b4298de5cbd709df9f84
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 5,462
Size: 1.00 vMB
Total Fees: 0.01001753 BTC
Feerates: 100.31 > 1.00 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,676 (696,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
221,579 221,579 00000000000003a240649f5d9d66073d2a239766dcb1ade2fdbf143b3c95b9c3 512 0.18/1.00 vMB 325
221,578 221,578 000000000000025b80575a73a3090bc5b2c08e0c63e50670817be5f4bc0ec15d 46 0.03/1.00 vMB 139
221,577 221,577 00000000000000aa6957ea2de577b10aaffddfdb2e7623810636ec5d889ffbb3 217 0.16/1.00 vMB 120
221,576 221,576 00000000000002de607c147f6dcfad84cc77cec21d398aaa198a449cda818e49 633 0.25/1.00 vMB 463
221,575 221,575 0000000000000002197b4ceadfa9b1e85f106eddcb99678c4a9ca481635ed0c9 489 0.27/1.00 vMB 46
221,574 221,574 00000000000003fbe3ecc99b01320fca1a30271c2f4e452f1211c65f90805d9f 199 0.10/1.00 vMB 158
221,573 221,573 00000000000002120bc35fc2b4372cc1ba3f83f3c70d76aeabcf45957bb94486 593 0.25/1.00 vMB 240
221,572 221,572 00000000000003f6ec74a3c38450f694a7c2deee43de2952dd3a83bb0979efbc 721 0.25/1.00 vMB 173
221,571 221,571 00000000000001efd4a9bafbae369c09d1113151776dd36051e4479dcd6f2a3e 927 0.25/1.00 vMB 264
221,570 221,570 00000000000003426996aaa0ad92c0587dc960cf09302fac08dab7fd0b2d9bf4 590 0.42/1.00 vMB 134
221,569 221,569 00000000000001c18767adcb7a938f45baafd79da54bf10f0879736e7843ee64 11 0.00/1.00 vMB 14
221,568 221,568 000000000000008981674de22f5195e06f83db246b487a34d43b0d115e2b0de2 842 0.25/1.00 vMB 482
221,567 221,567 0000000000000363ac17db766e419ba6e72ced578480d437aed5502580ef5520 759 0.29/1.00 vMB 264
221,566 221,566 000000000000010d0e8340ecffa850122f01d503a85c779cba0ce169c8812eb1 156 0.06/1.00 vMB 922
221,565 221,565 000000000000049396c944e87f23e4389a6975cd05cc662a57623336dd1eadae 9 0.00/1.00 vMB 5,195
221,564 221,564 00000000000004595161870ad87ad36c90706e230340222f49b7a6965c80a08b 67 0.03/1.00 vMB 165
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
Previous 10 blocks ↓
Total Size: 786.98 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: 1,030.97 GB
    • Received: 36.01 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.