Loading Tool

Explorer IconExplorer

Memory Pool

78,947 transactions
30.09 vMB
0.09148194 BTC
Random Selection Loading Transactions
Max Size: 179.77/200 MB

Candidate Block

Mining Attempt fdc3517563c9c121e25c3d4c436be78956a727d33e7a19e46f31c6c861c36dce
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 0ff6d3b14b9f895c59edf11824bef5023ea7af9a0acd5c37bd9202349a1190d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,123
Size: 1.00 vMB
Total Fees: 0.02150455 BTC
Feerates: 150.61 > 2.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (242,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,628 672,628 000000000000000000019bf8daa12b7a632268a6e4c6d6789b6df40963b36ba2 1,680 1.00/1.00 vMB 119
672,627 672,627 000000000000000000019b02bf5e3d908678fa5c277e43bf5f73a0dd7cf7be4d 2,482 1.00/1.00 vMB 91
672,626 672,626 0000000000000000000686ddc536f20cdb22970db1c078dd96c18009c8fb2195 1,563 1.00/1.00 vMB 40
672,625 672,625 000000000000000000074c17a1a9489be1da847843c7d33ab068058196c76cf9 1,963 1.00/1.00 vMB 15
672,624 672,624 000000000000000000001cb38be788bd188b64b798e0e6f64e1633d13f4e36af 2,261 1.00/1.00 vMB 20
672,623 672,623 000000000000000000061ea3743780830006473371e92bc155d4ad13cc313f1c 2,071 1.00/1.00 vMB 41
672,622 672,622 00000000000000000006e520328e400922c592eecb6d8a5b694ae48343f374c9 1,997 1.00/1.00 vMB 49
672,621 672,621 0000000000000000000313415e1795f2c0d556f51c99833cbb2ad77a15cf6f22 2,486 1.00/1.00 vMB 98
672,620 672,620 0000000000000000000875c17a7c2b0c3d847b594a6a69c62b4c657fbe1fa9a0 2,826 1.00/1.00 vMB 54
672,619 672,619 000000000000000000085fbda53cc799771bba0eb51b368dbfd8852cc7823deb 2,892 1.00/1.00 vMB 63
672,618 672,618 0000000000000000000cd85170f8b4fd8c76abe3bc7c6833a019359e381c3331 2,172 1.00/1.00 vMB 71
672,617 672,617 0000000000000000000caec38ccf27b3509011b242d097c6f89795b8a3279b10 1,566 1.00/1.00 vMB 106
672,616 672,616 000000000000000000020e10ae41be2c48f8f4b7261c3a2eb94c638131b4628d 2,483 1.00/1.00 vMB 127
672,615 672,615 00000000000000000003b857a639ed2186f4869cb119e6647cd89bc13f644877 2,142 1.00/1.00 vMB 59
672,614 672,614 00000000000000000003cadb5c49ef2e9725958e969e763ca5d71b4fed57c74c 2,166 1.00/1.00 vMB 76
672,613 672,613 00000000000000000001109f21068a7cbfa81929df0a2e3b20135aea38acabe4 2,397 1.00/1.00 vMB 102
672,612 672,612 00000000000000000002d9265ddd74ee403d0b1bb99a3eebf71542a30b0c6975 2,906 1.00/1.00 vMB 131
672,611 672,611 00000000000000000001a4a6d0aaac7c98c3354b22a1aacf838de2a770c603e9 2,248 1.00/1.00 vMB 65
672,610 672,610 0000000000000000000b73dd790b8738cb855ae26f10f31ff326013e6fd97fcf 242 1.00/1.00 vMB 26
672,609 672,609 00000000000000000001894da84fd07be42d500b5d436ca9aad1ceb0ae3d556a 752 1.00/1.00 vMB 70
672,608 672,608 0000000000000000000b6152c18d9aba0096055e73545cfd9f79297f0cbba2a3 1,234 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.35 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.