Loading Tool

Explorer IconExplorer

Memory Pool

37,723 transactions
31.25 vMB
0.07111465 BTC
Random Selection Loading Transactions
Max Size: 155.07/200 MB

Candidate Block

Mining Attempt d24e5d2b580290f0a8d4d65a6b4e130c6fb0999802cfc2ee6b020de7b1587bd4
Version 20000000
Previous Block 00000000000000000000bb573d704512cc89ba03a0891c19e5bcbf0dcc392ed0
Merkle Root c354a74b24479b31e1826206df22afb7f6e4b8e09602e8556af4d4359cd1dbae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,526
Size: 1.00 vMB
Total Fees: 0.00702716 BTC
Feerates: 602.74 > 0.70 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,352 (787,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,751 126,751 0000000000001275f1007c3a1ef2d89f9dea5c9a7493b2dd1f91d67a8e3517f5 15 0.00/1.00 vMB 826
126,750 126,750 0000000000000b451100fe2ad639833910bf99bdbc28b7bac5b85cb065fc64d5 17 0.01/1.00 vMB 698
126,749 126,749 0000000000003288eaf4f43c18a4d0799531ad1473222b43b91a42fc64fdbcba 4 0.01/1.00 vMB 533
126,748 126,748 00000000000034477adba8b1dfad97e42b16daffb28248d6ce9ef1f6565da890 40 0.01/1.00 vMB 2,823
126,747 126,747 0000000000001ed8fb02d0f1b79952feb6a2f7c448fe044ef88f703c04a4ae2d 20 0.01/1.00 vMB 227
126,746 126,746 0000000000003686f097f32ae34395fa21e43b0fc415acbd19315f5ed1254bf4 38 0.01/1.00 vMB 984
126,745 126,745 000000000000268967dce7cae58b6ce6c7089374c44958b967c26f68b00b8300 19 0.01/1.00 vMB 1,034
126,744 126,744 000000000000297522f0f3ea26b61001a3508b2261051c72d03c001f1c989b05 19 0.01/1.00 vMB 787
126,743 126,743 0000000000001651ce346c7021e5660ef8ff31e92f2031f6ba236b8aae64ded6 6 0.00/1.00 vMB 679
126,742 126,742 00000000000012c2527df5b0f7b399fbd95d945d50cedb7211d1281ade9e398c 12 0.00/1.00 vMB 1,187
126,741 126,741 00000000000015c25ead31a72342f61d7cc7ed42cab61bb1460367c0a31be291 10 0.00/1.00 vMB 1,485
126,740 126,740 00000000000037b37b73af2a7d720f423ecc09be7eda142f50e1a39915eb56da 49 0.01/1.00 vMB 150
126,739 126,739 00000000000033640c6b34c40b8b95ba4fae759ec7970e546660a3abd9f9314c 47 0.03/1.00 vMB 792
126,738 126,738 0000000000002bc262c5a5c48250f00bbe466ace42df5db180a63c99f6d321cd 15 0.01/1.00 vMB 331
126,737 126,737 00000000000008715b719ed2e8dbfda9b1804d61aa45e99dfbf4c695deb3bc8c 21 0.01/1.00 vMB 442
126,736 126,736 0000000000003456f3f479e4af1c8df96ad05dee80143481f13c2adcdabc9df7 7 0.00/1.00 vMB 644
126,735 126,735 00000000000018f5e3921876cadf90ca6ddfd1353f5c2115de965da95cbbb088 14 0.01/1.00 vMB 598
126,734 126,734 00000000000015d12d4d25e79fd2e00c2ee0fc3ffcb628c8224a93a8f7a75f70 11 0.00/1.00 vMB 609
126,733 126,733 0000000000003c3e85b703e140cc62b1924347ad3ed36434c8473bc35a8ae82c 43 0.01/1.00 vMB 836
126,732 126,732 0000000000000361c37dfb6fa905ef967b95411fa96f7dcb4eca5dd4434d9e59 4 0.00/1.00 vMB 1,353
126,731 126,731 000000000000262a5fd54920f499208c1887c6935c63fa105cb4f9e985fc0289 13 0.00/1.00 vMB 590
Previous 10 blocks ↓
Total Size: 781.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 588.18 GB
    • Received: 9.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.