Loading Tool

Explorer IconExplorer

Memory Pool

38,850 transactions
28.62 vMB
0.06320513 BTC
Random Selection Loading Transactions
Max Size: 145.10/200 MB

Candidate Block

Mining Attempt 14fda5e670ea7a721584bef59eae4bfebd9f42a80db5ca4f579c7d2a9e2124f6
Version 20000000
Previous Block 0000000000000000000054d90a7f9b34d6e89576ddd749acf900f33df0f79b64
Merkle Root 51b2758bbeece12e0e48cf7febc33c4c5f89f5e1d6b468048429e2d217b84f16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,825
Size: 1.00 vMB
Total Fees: 0.00786599 BTC
Feerates: 60.16 > 0.79 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,549 (808,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,496 106,496 0000000000018dbd5e1b9812fdf21a111c1a7e633ca901b6932dce09628a16b4 1 0.00/1.00 vMB 0
106,495 106,495 0000000000003ee79c554243adbd8a9f898c2e95106589f101e45e1a67756c3d 6 0.00/1.00 vMB 0
106,494 106,494 000000000002c2cf5192f7ac0aecab7a33d4f7505b6616c5d044d0d2e4237c25 2 0.01/1.00 vMB 0
106,493 106,493 00000000000280145e5a0d36496ba4940150fb63084b96ded6d688c0151ae810 16 0.00/1.00 vMB 0
106,492 106,492 000000000000c04f6ef5c297fb1b9d1ecb53ea7d2891600c4d0071eb958adf56 1 0.00/1.00 vMB 0
106,491 106,491 000000000000cb9d4338fb90d2bd499ff3d34d481684e23a79afd410b904b94b 1 0.00/1.00 vMB 0
106,490 106,490 00000000000040c24fef57d7efee29584b4fc77d09bd63893671577ea1dbab61 1 0.00/1.00 vMB 0
106,489 106,489 000000000001f571419df979523f832661808fda63153b8c7d0724a3e812d94f 1 0.00/1.00 vMB 0
106,488 106,488 0000000000014e303183b8d67bccba047c2078dd8c84c2d4ea7d9b533803e9a1 1 0.00/1.00 vMB 0
106,487 106,487 00000000000029afcde0592244f7b59b3795a5a9e93f89bb9cdeb5ce577c6aa4 1 0.00/1.00 vMB 0
106,486 106,486 000000000001c315e79954a58d15078d4f6a302262f378c2681c3e1a2492e8c2 7 0.00/1.00 vMB 0
106,485 106,485 00000000000068201db3832de33baa60949fe422eb54f91ac7246aceae54108f 7 0.00/1.00 vMB 0
106,484 106,484 00000000000066b2d40a5a2c6a94c1346b729ba498ee8c777be868b0f5ff4ee1 32 0.01/1.00 vMB 0
106,483 106,483 000000000000751123513230c67b950e552dfa97ac48390bcbe79210b88f0d88 3 0.00/1.00 vMB 0
106,482 106,482 0000000000023cfa3919de5f630b9c61081551003bbf27566b2419652c040667 2 0.00/1.00 vMB 0
106,481 106,481 000000000000eccf04c7c2753547ee978d2949903d0e501943d3779e86fb2ba6 1 0.00/1.00 vMB 0
106,480 106,480 000000000001ffa428d8c3fde4c33abb12c7e727b191a7c86d2a1d7c16e292dc 1 0.00/1.00 vMB 0
106,479 106,479 0000000000015be7f855dac2f02242c0e5008eb32e9d38c86c8f5ef61fc8d863 2 0.00/1.00 vMB 0
106,478 106,478 000000000002009e4f3d97e97ff10c65fa9e9e5e2754eebfd5d96cfcee4b1666 1 0.00/1.00 vMB 0
106,477 106,477 000000000002ee69a0b80ad5a88952504c8d729d133efffbc71e46d47440f775 1 0.00/1.00 vMB 0
106,476 106,476 000000000002a885e0deb89ac51d07a5f8373f09c4e71038850acf641fac730b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.59 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: 623.15 GB
    • Received: 11.42 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.