Loading Tool

Explorer IconExplorer

Memory Pool

47,601 transactions
20.79 vMB
0.05224636 BTC
Random Selection Loading Transactions
Max Size: 119.15/200 MB

Candidate Block

Mining Attempt 2595d12229af11f959d1e13f7344a376213848b6cdf25b70e5693b9a92dc8c68
Version 20000000
Previous Block 00000000000000000001f04bee8fc98c1f85e96d12fb520368305c5311966ad2
Merkle Root d80d35aaa3c26954fcf0d2ac86d211d9322e352d4f5dbe59fdf05b87c8e27693
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,990
Size: 1.00 vMB
Total Fees: 0.01066781 BTC
Feerates: 100.78 > 1.07 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,019 (760,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,962 153,962 00000000000005f333aa6c39d61b773a24d38aa2ee8dc921c7e74f4bf70c8dff 12 0.00/1.00 vMB 332
153,961 153,961 0000000000000ca8ede99bdfc25ed2f950ea04142fe0ed145941e6f77177f9f6 12 0.01/1.00 vMB 43
153,960 153,960 0000000000000393134b64cb6e0b51f8f632643ce0be4b80a48fee0efeb1baa5 12 0.01/1.00 vMB 94
153,959 153,959 00000000000002c9d1c8505ed0472d7cb1e13348fe45372904931fb06ba14b5c 101 0.03/1.00 vMB 1
153,958 153,958 000000000000051d8ae110ea58a33c79f79847f5f38f4c715d874ff0bd7a8d57 47 0.02/1.00 vMB 121
153,957 153,957 0000000000000cac7c16d0989abf7638762f94b7872f7e173caa7a3b2f16d2b9 13 0.01/1.00 vMB 73
153,956 153,956 0000000000000dcaac8fd8a03a47212893470a18dac0d87cd5332d37cded470a 63 0.02/1.00 vMB 142
153,955 153,955 00000000000008a4f5f74e436cf13579290faf361d3cf9372da3982aa810d7f8 8 0.01/1.00 vMB 9
153,954 153,954 000000000000083864d33e4e15d8f0fb9a416e269ba72894b730c726babf8512 15 0.01/1.00 vMB 241
153,953 153,953 0000000000000ca76b2bafad80e8dff04e6319acc1de99180c0eb8775a9a17f0 63 0.02/1.00 vMB 96
153,952 153,952 00000000000004dec4514c4ae18cf0dcfdd61a7cc79d92f7df268e68d985e82b 15 0.00/1.00 vMB 37
153,951 153,951 00000000000006aebaea3b1b31ab171d0bb7c90056bb2f671e8b7a824e4053f9 2 0.00/1.00 vMB 114
153,950 153,950 0000000000000a181bc8cabe2273ab3659496f4a7e99e2502798d56a0087c5ba 82 0.03/1.00 vMB 32
153,949 153,949 000000000000047e685cb69aa0cff269aac63ea80a4b164649a9442f007de003 34 0.02/1.00 vMB 187
153,948 153,948 0000000000000c1d35529d16eed732c83bf19e7708da0bcd448f0530d5e879c5 82 0.05/1.00 vMB 84
153,947 153,947 0000000000000be0b4a52ba5f5954d95f9ce22c000cf0f50b8533761a588d9b7 50 0.01/1.00 vMB 113
153,946 153,946 000000000000054c07deac5c2980930d2860d7e53f0f0d0876b9a79bbd10185b 73 0.02/1.00 vMB 11
153,945 153,945 0000000000000817372dba594d5f828645fa0f1a2e54408f66b2ff86d63cc3e8 28 0.02/1.00 vMB 145
153,944 153,944 00000000000009b3b1c18a7ab95977f701accecd21ef08e6173624902fc17d6e 6 0.00/1.00 vMB 68
153,943 153,943 0000000000000be7730e1fa11ff8d5218fd62fd7b9efb06463c15d70b188d6b5 16 0.01/1.00 vMB 254
153,942 153,942 000000000000062b460aabb3c9fb1dcb72469a987ae6e08db9ad05bb8d3771e6 100 0.03/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 780.64 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: 550.22 GB
    • Received: 6.41 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.