Loading Tool

Explorer IconExplorer

Memory Pool

74,601 transactions
29.65 vMB
0.09567539 BTC
Random Selection Loading Transactions
Max Size: 172.19/200 MB

Candidate Block

Mining Attempt e51357ea492adc617d8003067f6a70291af48ed55d016c7371db18afd7a99a11
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 08ff5ffe842e0a23a32d72b09711368f71d9ee5c259bc79e2488f3176a44cc8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,821
Size: 1.00 vMB
Total Fees: 0.02655379 BTC
Feerates: 150.36 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (364,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,677 550,677 0000000000000000002325419cffe9e1a6e948c7ca7bd588ca0e7ee9053cb754 2,038 0.88/1.00 vMB 13
550,676 550,676 000000000000000000056a7dcfbf2e6fae0c0ea7577204ba0ba99c7e95efc7d4 2,181 1.00/1.00 vMB 4
550,675 550,675 0000000000000000000d50676fd63e7f974d04128afcbee5c842b72d9d4fd24f 1,769 1.00/1.00 vMB 23
550,674 550,674 0000000000000000001539994c2f495b099c40badb79218f294dbc0da022ce14 1,158 0.46/1.00 vMB 13
550,673 550,673 00000000000000000016ea12f2e0aa0bc763b6ea1eee1c4e7396c97dddf81e32 2,120 0.87/1.00 vMB 13
550,672 550,672 00000000000000000015ce90e7be9b992e60e21fb79ce7cdb6b0ade3b41e14a8 2,283 0.98/1.00 vMB 13
550,671 550,671 00000000000000000009b5ce40cf7e982140b0e42d652a872b3c15595ebabc60 56 0.02/1.00 vMB 23
550,670 550,670 0000000000000000000ea94ddf3fa5dc0ed5ddaaad3cc2b24228d7d1caded21a 1,666 0.66/1.00 vMB 13
550,669 550,669 0000000000000000001f1ef842b26f858759b5f9d1dd72d2f3d3b6b55106d0ba 1,578 0.66/1.00 vMB 11
550,668 550,668 00000000000000000006dfc73d296c6c2a2a307d80903e3bbd177e5d341af8f0 1,577 0.67/1.00 vMB 13
550,667 550,667 00000000000000000020a5a987f09807dc38a48e2bbd837378b9dd4b1a333f7e 1,266 0.60/1.00 vMB 13
550,666 550,666 0000000000000000000519a8c33036748066309cf4d02eaf014175ac05043c28 743 0.30/1.00 vMB 9
550,665 550,665 00000000000000000014376f2c104295bfa4e1d76093e12b85957a8f91f2bf15 910 0.40/1.00 vMB 12
550,664 550,664 0000000000000000002746ef09fb4d9d6d00cb56438565a773d7fde651b37eba 1,530 0.91/1.00 vMB 8
550,663 550,663 00000000000000000019dd17c4a8748d1bc014abca52786d9248879c1cce7700 2,792 1.00/1.00 vMB 13
550,662 550,662 0000000000000000001134c7b405287dbe8b5869543d4a80a350db8f6a93a7cb 2,807 1.00/1.00 vMB 23
550,661 550,661 00000000000000000000eee85af51858fb787e4a59b229156a842cd7ed33b9e4 717 0.58/1.00 vMB 4
550,660 550,660 000000000000000000109509b11f2e674fdcc7f94afb73cbabb72fa4437892be 2,495 1.00/1.00 vMB 15
550,659 550,659 00000000000000000002cf1c6893a2a0b2afba062eee8313d8421eb7ac1649d9 3,011 1.00/1.00 vMB 12
550,658 550,658 000000000000000000174a1b28a7a7f53f56613fc4a656bc180fe11d4e8438d0 2,323 1.00/1.00 vMB 13
550,657 550,657 00000000000000000004098b0f792f360b053bb307f4e73e1e1c46f67d3a937e 1,276 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.48 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: 668.20 GB
    • Received: 15.42 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.