Loading Tool

Explorer IconExplorer

Memory Pool

73,329 transactions
27.09 vMB
0.06259325 BTC
Random Selection Loading Transactions
Max Size: 165.20/200 MB

Candidate Block

Mining Attempt cdb1135c12fa4b03ca927e58bfc3166f01ef739724b3ad5a8234c24e42d7f9b0
Version 20000000
Previous Block 000000000000000000004ed27dd3f7a6a8aa11f24ae6e90960d02ebf523baf7f
Merkle Root 8aba2f8edaa960034bc1179ef72c1d541b4937a230cc99835f3f690375f101bf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,704
Size: 1.00 vMB
Total Fees: 0.00503085 BTC
Feerates: 60.13 > 0.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,319 (845,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,990 69,990 0000000000e4986c258fd8d944c83970c6dfa489c14dc8559dd7492fa1557704 4 0.00/1.00 vMB 0
69,989 69,989 000000000089761a9e5e34e07f871ea12b87454f00ad5f4d3e83c0385e94ecac 2 0.00/1.00 vMB 0
69,988 69,988 000000000132f712f4f30acb71daafff293431023d085023e59fd16287878269 1 0.00/1.00 vMB 0
69,987 69,987 00000000014894e133db43826830154927b5ddf0557bd68286172072dd32b8ea 5 0.00/1.00 vMB 0
69,986 69,986 00000000003724b758599beccf18c1666de0e63f97e5c0a7e3aa2fadd9045135 6 0.00/1.00 vMB 0
69,985 69,985 0000000001398313aa3e223f4a95e3a739fbc081e518b314a8f34b7e9e2d22d1 2 0.00/1.00 vMB 0
69,984 69,984 00000000002f3737c5823401fae07a7be4a20d4c74f5a2509190beedf2e72d85 1 0.00/1.00 vMB 0
69,983 69,983 0000000000225d971a1a1aa4e47fc4395f9c57820774976d862761b1d16dda02 3 0.00/1.00 vMB 0
69,982 69,982 000000000035b2854309ea5e5b7a5b54217bc707dca07b4fa85ef8160798271a 5 0.00/1.00 vMB 0
69,981 69,981 000000000009c1c30593d1fadcef437f0f899d286211fe8c44ed161940ad1242 1 0.00/1.00 vMB 0
69,980 69,980 0000000000aff053a5bbdb1446c1fe1fe0f281e7787ffd0c9111cdd634d4d150 1 0.00/1.00 vMB 0
69,979 69,979 00000000014be98f144e2712658b3ea566a2520c8f505f6acebf5c16748b7fb4 1 0.00/1.00 vMB 0
69,978 69,978 0000000000cc1069f95eb5573265cd5f1da041181ab3eeb435a011218d75210e 2 0.00/1.00 vMB 0
69,977 69,977 0000000000e670b16dcfb2f286d402c79595b243edf514faba31f68fc0f8e437 1 0.00/1.00 vMB 0
69,976 69,976 0000000000295917ed22493f3cfd07cc4acc6b65d127f4eab70a40eda2935601 3 0.00/1.00 vMB 0
69,975 69,975 0000000000f9d802e5c8f6eaee0d52cac8183ea844942c722c2cbe6c7ce6aa72 2 0.00/1.00 vMB 0
69,974 69,974 0000000001131c671e3625b5174cdc90ea4aedc44cc0e4a3baf9e93cc4c2a254 2 0.00/1.00 vMB 0
69,973 69,973 00000000003d60102db746c9d9b38b19192bbf1781bd013fc9d0a468036928f7 1 0.00/1.00 vMB 0
69,972 69,972 0000000000b1603c4336d604032b9491057ba9e4c57161998888bd79c7f537b9 3 0.00/1.00 vMB 0
69,971 69,971 00000000001b81258a32a17fa2e4b6bbbf43a75b21e3b7bcb54959870a642b7b 3 0.00/1.00 vMB 0
69,970 69,970 000000000136815d6e854a8b9bbe6bb3fd51094c8649bb83987b2d480e6090ff 2 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.94 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: 714.95 GB
    • Received: 17.63 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.