Loading Tool

Explorer IconExplorer

Memory Pool

40,000 transactions
25.77 vMB
0.05068909 BTC
Random Selection Loading Transactions
Max Size: 134.23/200 MB

Candidate Block

Mining Attempt c87c440517a150b792ed458f6cd9722a5d2a83d0db17b4e1fcdc6186774d8a2a
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root 2d0808df358386dabe281cf042f55883f9c1b882bc4a58209e47066fc4541889
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,119
Size: 1.00 vMB
Total Fees: 0.00406121 BTC
Feerates: 61.00 > 0.41 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (351,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,235 563,235 000000000000000000183278db2b68654d706ccbdc34b719b81a21e29bca443f 1,976 1.00/1.00 vMB 2
563,234 563,234 000000000000000000073736a20aeef1c6f73e613873b35dfd64b2f204bd64ca 2,929 1.00/1.00 vMB 20
563,233 563,233 000000000000000000265d8504bc771cac3cb8de0f7a56c53876a42ee3fb3520 2,728 1.00/1.00 vMB 7
563,232 563,232 0000000000000000000c4f7102d674ca9c7d81e958590b8939409fd0e40f6bbc 2,596 1.00/1.00 vMB 36
563,231 563,231 000000000000000000251bb11090d6434d0f390c381a491faccf5f106064bc98 2,238 1.00/1.00 vMB 18
563,230 563,230 0000000000000000000367c2bc857d84d99bf1b4a6c38178c5fdcc20d59aa0a0 2,686 1.00/1.00 vMB 12
563,229 563,229 0000000000000000000ca25a0bd88bfd47058a267ea4035f986e2086d951dca1 1,867 1.00/1.00 vMB 7
563,228 563,228 00000000000000000004649f3b91e7c55f06d32a01cb948b617a37a23ead17ae 2,103 1.00/1.00 vMB 2
563,227 563,227 00000000000000000006aeee92edea5a497e9a418ac0673eb72ad8542c88cf45 3,054 1.00/1.00 vMB 28
563,226 563,226 0000000000000000001e0f3ccaa4b1cf87d9e655c89da0ed9f66946753f9b1ca 3,433 1.00/1.00 vMB 13
563,225 563,225 000000000000000000106cf93319ba33fc96b102527edb684e71b0113c76dc9a 2,688 1.00/1.00 vMB 12
563,224 563,224 0000000000000000001f0ff213de23d2b1b9fe0dd16f8eec52ef58b73544ac5a 3,008 1.00/1.00 vMB 17
563,223 563,223 0000000000000000001bd643c650b5b54a451f0e5ed48797d181f42aad54ef98 1,306 1.00/1.00 vMB 9
563,222 563,222 0000000000000000000eacb8babd72a9bb41f8ebd6ba7539af407eb5f4e0ac1a 1,946 1.00/1.00 vMB 7
563,221 563,221 00000000000000000011e13f70030b82b2311865a738f2b40744d37deacbd617 2,998 1.00/1.00 vMB 21
563,220 563,220 0000000000000000000766d6300c40a8dc60181be643130f9d16156b7424d40e 2,887 1.00/1.00 vMB 13
563,219 563,219 0000000000000000001157cff57f79d9851502f9e4a4610e6c6bb64521ec2d36 2,575 1.00/1.00 vMB 16
563,218 563,218 0000000000000000001bc6dd48dde21941c531d632cb77c21b2d4987ddcb8ca5 2,214 1.00/1.00 vMB 25
563,217 563,217 0000000000000000000256cb2cd38d1b5e840eb4c21f187d65d47e6df599ec8e 2,114 1.00/1.00 vMB 25
563,216 563,216 00000000000000000014bccee2b33739e2b0a1d4969a756f38d16f775c2a97e9 2,639 1.00/1.00 vMB 52
563,215 563,215 00000000000000000001faa205cc4679f1a08a17e5b3e0dccd7f48aa3d832a23 1,950 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 781.91 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: 645.61 GB
    • Received: 12.74 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.