Loading Tool

Explorer IconExplorer

Memory Pool

84,684 transactions
31.81 vMB
0.16497294 BTC
Random Selection Loading Transactions
Max Size: 189.29/200 MB

Candidate Block

Mining Attempt 32e649428ee17d807771fd135dd4ca6e952192f550aaca024f93bcd6d9e6eab7
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 94d906495300682a43a5447103389c1690f3b63f25d70b02482c88187b06ff7b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,129
Size: 1.00 vMB
Total Fees: 0.05206986 BTC
Feerates: 402.75 > 5.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (252,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,809 662,809 0000000000000000000b0484e8b8a722552a55c751a883be561fdb28329bdef8 2,536 1.00/1.00 vMB 127
662,808 662,808 0000000000000000000c81ff944bd51bfa6236beca9f96e23ab6b20ab0d4746e 2,867 1.00/1.00 vMB 126
662,807 662,807 00000000000000000003f26a50bf39be447e78304771ad161dd6c519e8e2a67e 2,208 1.00/1.00 vMB 158
662,806 662,806 000000000000000000089502b57a46383e187a12b206da8d4f13753855f314d3 2,755 1.00/1.00 vMB 149
662,805 662,805 00000000000000000001ec5cf589abfeed744046f30bbc715885b090ca6fff15 2,075 1.00/1.00 vMB 91
662,804 662,804 000000000000000000094b7a6a45c81710c8e186bbf886f9f87c2a35a8de078e 1,833 1.00/1.00 vMB 100
662,803 662,803 000000000000000000034aeab5a449fd203d1e6ecf4423145be0d544abd28905 2,666 1.00/1.00 vMB 123
662,802 662,802 0000000000000000000aa61f8b52993ba14209561702c5aa028055cb76fee70f 2,820 1.00/1.00 vMB 126
662,801 662,801 000000000000000000002880c3a4e9e16996c7aa1cd6aca8447e8f7d97ac4dfe 3,123 1.00/1.00 vMB 134
662,800 662,800 0000000000000000000220e1a67e2c1b778ecf7d64bbd31732d3350824e86ca1 1,539 1.00/1.00 vMB 86
662,799 662,799 000000000000000000093f4fd5a414be32e8e3363e269b0d130bc4b9fa65ca08 2,599 1.00/1.00 vMB 108
662,798 662,798 000000000000000000062f971a2733b8e549f15fc2fb0226613f416f9a11ca99 2,568 1.00/1.00 vMB 115
662,797 662,797 000000000000000000003c1f286faaea9bdaefc27daa6b7e95551d8aa5551f3e 2,043 1.00/1.00 vMB 137
662,796 662,796 0000000000000000000b10242cb95f0b6b56b3549eb76b609bf77ea87b2c220c 3,124 1.00/1.00 vMB 134
662,795 662,795 0000000000000000000015b8683d762e12bf4bf4c5b2853d8852621dee259351 2,558 1.00/1.00 vMB 39
662,794 662,794 000000000000000000013c96e9d2927bcf5db20346c0a5b81addbee39b4a5d2d 2,198 1.00/1.00 vMB 78
662,793 662,793 0000000000000000000cb3c609e22157a065e6f9ffd973c91cf5c881a8b90fdd 2,139 1.00/1.00 vMB 47
662,792 662,792 000000000000000000038c6573feae3c8d4416203feca3d4e54d90d14c5fc9b1 1,836 1.00/1.00 vMB 30
662,791 662,791 00000000000000000007663f8f56614afae93c7fe193ed2209dee51c3b4cc617 1,817 1.00/1.00 vMB 88
662,790 662,790 0000000000000000000921d8248747db06f8f75d6dcc4ec99b27a31e6dbc6a71 2,494 1.00/1.00 vMB 120
662,789 662,789 00000000000000000005f0ce81d6c1d43c7b34f436e38239e1fc1dfdcb70b512 1,719 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.