Loading Tool

Explorer IconExplorer

Memory Pool

82,799 transactions
31.79 vMB
0.11716100 BTC
Random Selection Loading Transactions
Max Size: 191.03/200 MB

Candidate Block

Mining Attempt 1692749d4c07b6bbd5738d26e6e29f2b632a08c55f966b113572db3c19c09d2d
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root d189ab7db1241cb32cebc70b6af7753e247aed53d4b9de9089d323f542e6e940
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,724
Size: 1.00 vMB
Total Fees: 0.03103722 BTC
Feerates: 318.30 > 3.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (456,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,703 458,703 00000000000000000227673a4e855788db0826ad49842c4f93ac833d23b09128 1,338 1.00/1.00 vMB 127
458,702 458,702 0000000000000000014328b7c5f6c1e9cad3f571ec2ed79ec024dbf364396ee8 1,646 1.00/1.00 vMB 127
458,701 458,701 00000000000000000121babe87dac4fce56f93eb1f6885aaa30c6b4bd99426ab 2,163 1.00/1.00 vMB 188
458,700 458,700 000000000000000000f70f00897990d22909b8b53043172999690a980a9f80b9 926 0.41/1.00 vMB 157
458,699 458,699 000000000000000001cdb91fc41c4ac0477f9fe085e1d97444ba2ae4b4eb2f0d 1,597 0.89/1.00 vMB 159
458,698 458,698 000000000000000000a7510be9a4ff25630896c6a80f467703573e0af3ed2775 325 0.51/1.00 vMB 22
458,697 458,697 000000000000000001a9d2ced2ce4e15e6d17b10da0ba9b4834c87baa2beeb1f 1,328 1.00/1.00 vMB 140
458,696 458,696 000000000000000000d53a51ecd11367a1cadb9ce06d705df5651656db87d8d0 1,454 1.00/1.00 vMB 70
458,695 458,695 000000000000000000dbee21a5a928c9b53f009880d92f77376fd165e26b40fc 2,147 1.00/1.00 vMB 176
458,694 458,694 0000000000000000018d332fbb23692fe67dfb941607e870116e2c4edfae668e 1,991 1.00/1.00 vMB 138
458,693 458,693 000000000000000000be4853edfb72e498884e0ad5c0ab6ec66f2b0bf456ea8e 1,815 1.00/1.00 vMB 221
458,692 458,692 0000000000000000021294d4fb50b084a8aeaf3974dfc281ca377db5d42ee198 1,360 1.00/1.00 vMB 97
458,691 458,691 0000000000000000003bfe3e833de447b616f01c9c39e0c1791c78a85ce7fcf6 1,800 1.00/1.00 vMB 133
458,690 458,690 0000000000000000015bc5167af75284fdd448770c40e7000b987988677f571b 1 0.00/1.00 vMB 0
458,689 458,689 000000000000000002281a3c83968bad3374d50b418852d0cc94429c00b20b9f 2,014 1.00/1.00 vMB 159
458,688 458,688 000000000000000000b88c0eeb2112482157e4da8601eed363864addcf14119a 2,006 1.00/1.00 vMB 217
458,687 458,687 0000000000000000020fe4bb960285a3735868391bbf9f3b6b26e1b33557be06 1,432 1.00/1.00 vMB 117
458,686 458,686 000000000000000001d1983082f8fba639dbe1982851f91d71028abd3bd467ed 1,358 1.00/1.00 vMB 129
458,685 458,685 00000000000000000051072ac33fb45a1ba1daa817451324c2837606a4a9fb42 2,491 1.00/1.00 vMB 152
458,684 458,684 000000000000000000b6ef7ecbb525490e5bfb5e2f699578c6a786c14f7f021c 2,194 1.00/1.00 vMB 176
458,683 458,683 0000000000000000021c2cbdc1fa996be78efdbbdcdea9d1dff2117fdf18d0c6 1,804 1.00/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 783.00 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: 718.81 GB
    • Received: 17.95 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.