Loading Tool

Explorer IconExplorer

Memory Pool

81,412 transactions
29.84 vMB
0.14181339 BTC
Random Selection Loading Transactions
Max Size: 180.85/200 MB

Candidate Block

Mining Attempt d188367f0403a3d5d748c9b38e05b0975aa0f5283926009ed7669e3bc12c45c4
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 037770f0d24dfed3a11fc3226a0bd9c5d43c2f63c4e44edd2c33ceb2c8406add
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,818
Size: 1.00 vMB
Total Fees: 0.07410906 BTC
Feerates: 101.65 > 7.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (585,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
329,671 329,671 00000000000000001069b19e90424d8546d5ea653ec673270b5925032845d78b 838 0.50/1.00 vMB 25
329,670 329,670 0000000000000000019bbf867b66d11bae2a7fb559d779981631196b6f6c067a 302 0.15/1.00 vMB 25
329,669 329,669 000000000000000011b6d68c77e52dbf12b82b321abc591bb6f435b03f3e2a1f 1,178 0.65/1.00 vMB 26
329,668 329,668 000000000000000003233441876f5279b48717ceebb80d8763d90ab48d1eb668 906 0.53/1.00 vMB 23
329,667 329,667 00000000000000001000419b9d008ca8abf10240d8d2867fe9040f3d43af4525 790 0.50/1.00 vMB 23
329,666 329,666 0000000000000000015368ea0b7133c41fb9e856566e1ed40d68ad72af81c958 212 0.17/1.00 vMB 17
329,665 329,665 00000000000000001b0ac148d4bc1e6a7adfdfb6aac86c9fd4a66eb5d861e2d9 1,045 0.62/1.00 vMB 25
329,664 329,664 0000000000000000166cca14935c411f9a261ea11c5beabf8dd5dc84b81eaac4 1,127 0.63/1.00 vMB 25
329,663 329,663 0000000000000000051b9b573c75d18fb82e24ffe5ca1335fd534d7341a09492 1,574 0.75/1.00 vMB 28
329,662 329,662 00000000000000001a5d2e10767a2b281e4136098706227d38a7002825f98ae2 32 0.01/1.00 vMB 10
329,661 329,661 000000000000000008af9c99766ef91e25dfc28ce7450f75188fbe311fdd39d7 1,304 0.68/1.00 vMB 27
329,660 329,660 00000000000000000cc4f30e92e5dbd5658ea0b4657afea005b2e6eeb95ad9e2 196 0.09/1.00 vMB 32
329,659 329,659 000000000000000000cf9287db892b772626f442e2ce48c1d43a5776e6d2eca6 151 0.07/1.00 vMB 21
329,658 329,658 00000000000000000a7125ac980c3c0dafae24c0a972c79f8473425ea406dc06 650 0.54/1.00 vMB 20
329,657 329,657 00000000000000001bb41827a6bbd3cdcaa08b1b91f7ffa06e3a6f7ba881ab64 703 0.27/1.00 vMB 34
329,656 329,656 00000000000000000f65d3760a86b62b1f4a35a27b69e90d247a5106562a17d8 64 0.03/1.00 vMB 348
329,655 329,655 00000000000000000effca5015efc3504945078f6eb9f0d894cef22c1f242d40 558 0.27/1.00 vMB 28
329,654 329,654 0000000000000000142b4643c357a8705a4aab5114fede591f6d7e136c0c6888 556 0.32/1.00 vMB 27
329,653 329,653 000000000000000018dd1379bad889d15dd69c2c66aacfb1c33e46c6211bd55c 113 0.07/1.00 vMB 22
329,652 329,652 00000000000000000fdaf0bd80f48be30a682f2f0fc40dd6dc25604fdfb0fac5 129 0.07/1.00 vMB 28
329,651 329,651 000000000000000010e9f7d13889c7868970d9af62e3b32095c1333854ebd716 53 0.03/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.