Loading Tool

Explorer IconExplorer

Memory Pool

84,239 transactions
32.57 vMB
0.09658128 BTC
Random Selection Loading Transactions
Max Size: 197.43/200 MB

Candidate Block

Mining Attempt 5e04e58303fd4d5d46e0e0ff106cb72eaeffd96a8aba4549f507ac18483dc818
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 62009508a9f90910a25ffe04da5b2e3387ce958c32946a0c21ecd292f277501e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,082
Size: 1.00 vMB
Total Fees: 0.02470647 BTC
Feerates: 150.92 > 2.48 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (260,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,755 654,755 0000000000000000000b8c8964eb66ea9ac65266bf1b4e8d7981e96c02ac885d 2,646 1.00/1.00 vMB 100
654,754 654,754 000000000000000000036bd0e347f77bc9bf8242cf72314880c388afd98868c3 2,308 1.00/1.00 vMB 118
654,753 654,753 0000000000000000000330cabe14c0ae6b9f5ce8fd1ee13dcb78709881ec8f3b 1,967 1.00/1.00 vMB 165
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
Previous 10 blocks ↓
Total Size: 782.76 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: 709.02 GB
    • Received: 16.82 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.