Loading Tool

Explorer IconExplorer

Memory Pool

81,576 transactions
31.08 vMB
0.08113562 BTC
Random Selection Loading Transactions
Max Size: 189.02/200 MB

Candidate Block

Mining Attempt ab575fac62bec1346205fe6c6d73faeca2940f8167dfe2e0fbd5bb41537da3f9
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root e82c902c8df2644bab1e5a554d97e8e3479a34caa56f00fdfd0ac0734f1e1c64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,058
Size: 1.00 vMB
Total Fees: 0.01417229 BTC
Feerates: 73.20 > 1.42 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (260,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,752 654,752 00000000000000000006fef747487408c519b84644c00a077d8a43c4c54ae30a 2,484 1.00/1.00 vMB 155
654,751 654,751 0000000000000000000ae562801ba98b02b1bf3667d718fd625bff808afebac8 2,287 1.00/1.00 vMB 143
654,750 654,750 0000000000000000000c65592be858e5916bde1fe878a4c0117cc8dba03f6da1 2,901 1.00/1.00 vMB 271
654,749 654,749 000000000000000000069b5f6bf12b7de50afc43a48a47ddc6928fe14d28a6d7 2,547 1.00/1.00 vMB 132
654,748 654,748 0000000000000000000382ee9802731a3575ea912e1c1d9cebcbb1f69d426f46 2,363 1.00/1.00 vMB 211
654,747 654,747 0000000000000000000326f1534a9d3b9ea1728f2c27a588e03db780b062f97c 2,590 1.00/1.00 vMB 198
654,746 654,746 00000000000000000006eba450b025e90203a5f23fa1469acc655fc674f80524 1,557 1.00/1.00 vMB 250
654,745 654,745 00000000000000000009c21bc21142d465bd13d948fc8d9b35a684616f6edcc2 2,545 1.00/1.00 vMB 219
654,744 654,744 000000000000000000000d8c0552f0ba7c2df9c1bce46880506df03658ade8f6 2,374 1.00/1.00 vMB 192
654,743 654,743 00000000000000000008e5a5d053ff2b6d4eb99ade909d98437a55a09e87e9ae 2,734 1.00/1.00 vMB 301
654,742 654,742 00000000000000000000390f97493475eaecd2b6377103d1cae65a4ba1fef161 2,286 1.00/1.00 vMB 148
654,741 654,741 000000000000000000031eb6a62d51a59de67a9c7e5600d5d689e23e1dce80ca 2,685 1.00/1.00 vMB 276
654,740 654,740 00000000000000000000ed59c52ec87687073438f396d880ec9f903d64e2c534 2,327 1.00/1.00 vMB 166
654,739 654,739 00000000000000000008fa587cd51b55187379506d95238b92413dfab2994d56 2,233 1.00/1.00 vMB 299
654,738 654,738 00000000000000000002295970b35a895c1e95a84f975e85d2ad42a6d1abaaf6 2,622 1.00/1.00 vMB 221
654,737 654,737 00000000000000000007155fe99bf808816c7eb36b8aa289ff39e1f866b5babb 1,995 1.00/1.00 vMB 125
654,736 654,736 0000000000000000000850d001b2c6294589099dc839038163ebeaa36f3aad1b 1,714 1.00/1.00 vMB 109
654,735 654,735 0000000000000000000639cc653c7234b3631de0be911f1bebc6aedeb7e6fe79 2,778 1.00/1.00 vMB 136
654,734 654,734 00000000000000000002de32bc3a757322183a18ea88b8009d4d61df1e7df148 1,973 1.00/1.00 vMB 103
654,733 654,733 0000000000000000000550aa589c23287e1fe246f09feaef7f147a91a17eedd6 2,151 1.00/1.00 vMB 209
654,732 654,732 0000000000000000000cbd1eea7f273225b7859bd2f746340e289d862dcbc5b8 2,661 1.00/1.00 vMB 208
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.