Loading Tool

Explorer IconExplorer

Memory Pool

44,926 transactions
27.37 vMB
0.10390112 BTC
Random Selection Loading Transactions
Max Size: 143.49/200 MB

Candidate Block

Mining Attempt c2d84aa12778794d4a72323d424a019009b0f426011078f11eee6a1cefbf6ede
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 7ef4a2cb0774adb0753878e86c94500e3f3bbadecbb5dce8a36c8a16f0753f63
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,596
Size: 1.00 vMB
Total Fees: 0.04753531 BTC
Feerates: 151.16 > 4.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (191,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
723,456 723,456 00000000000000000000af96c1225a01b1f85a9519c974dc9a16a7df5c17e4a8 496 1.00/1.00 vMB 7
723,455 723,455 00000000000000000007d8f5ee52464a5ef8e3524af2b3a80530e3385c230742 2,596 1.00/1.00 vMB 8
723,454 723,454 00000000000000000007553e3266b872ece1d49fbfd23d8acda89ee89b497c0c 2,967 1.00/1.00 vMB 12
723,453 723,453 0000000000000000000241ae5e89cf15c4721f191137432f8807c6e43c2b4904 2,940 1.00/1.00 vMB 20
723,452 723,452 0000000000000000000482f61a98c5a35037ea221313c2c089beb8b9ba20702a 3,031 1.00/1.00 vMB 14
723,451 723,451 00000000000000000006b211d22bddb412fce2c8d81cc678e28cca5df26aae07 1,423 1.00/1.00 vMB 10
723,450 723,450 00000000000000000003c98dd3722fce67e4428bda278247ef265c582fd00aee 1,273 1.00/1.00 vMB 10
723,449 723,449 00000000000000000009eb46d015618f3e8f52ca2e88754efb20c8898150ec7d 1,212 1.00/1.00 vMB 9
723,448 723,448 000000000000000000093efc1ec979181ad408f1a9c9e40b4f2c95df324ee478 863 1.00/1.00 vMB 9
723,447 723,447 00000000000000000007c6603a3c40f48206a60d2c62c533a5de06131eda6694 1,955 1.00/1.00 vMB 7
723,446 723,446 0000000000000000000781cd76ec4520913b061e99acc49b001ec7a8aada38f0 3,017 1.00/1.00 vMB 18
723,445 723,445 00000000000000000001e95b74e778b898f127bf8a80f4336b45196cf741ce23 384 1.00/1.00 vMB 6
723,444 723,444 00000000000000000001c28cd76c91ffdeabaa7cc8a995f2a7d89cf220b097e8 1,228 1.00/1.00 vMB 9
723,443 723,443 00000000000000000008f445e057f665ac4cb0e057c77821f57eba8e40dd284a 1,651 1.00/1.00 vMB 10
723,442 723,442 0000000000000000000015af2c1d20a21d39941d96cfc1f4f4170d589267e758 1,758 1.00/1.00 vMB 10
723,441 723,441 0000000000000000000351748b45b2ce67f4a7642a923589f387a85ee86d33fa 2,847 1.00/1.00 vMB 16
723,440 723,440 000000000000000000042d04de3e8cec550c75323b21fb8c190c9d9b561da881 237 1.00/1.00 vMB 6
723,439 723,439 000000000000000000047ef41eb0a7591c5c90cd5d9603b66fb1b62c8aaafe05 706 1.00/1.00 vMB 8
723,438 723,438 000000000000000000067f3d1a68341ea721a5567dfb58b7390d275bce021906 1,998 1.00/1.00 vMB 12
723,437 723,437 00000000000000000001a154649983016e47ffe283cfbca2ce8bf6f20e7d5888 752 1.00/1.00 vMB 7
723,436 723,436 00000000000000000009c90fb5feb6d92b8d943fa1f01f817b3143cde89dd8ba 2,336 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.