Loading Tool

Explorer IconExplorer

Memory Pool

81,017 transactions
30.05 vMB
0.09457836 BTC
Random Selection Loading Transactions
Max Size: 179.24/200 MB

Candidate Block

Mining Attempt b1f6de328e7ee1dcc4f3b85296fd647ba87dc97dc029c5f112115e493d89dc92
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 9e1432b08a622f8d79a973ad7bbe18fa097a9c0c2b84c566d0fc909c53d22bcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,729
Size: 1.00 vMB
Total Fees: 0.03133828 BTC
Feerates: 100.37 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (880,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
34,806 34,806 000000004d9d4700a94f919750a994211fe80ec74c7c40be469760e488b3a8fb 1 0.00/1.00 vMB 0
34,805 34,805 000000001a5e36655988f2d9778988632f50b54403a18a7d9829e9b42b6c126f 1 0.00/1.00 vMB 0
34,804 34,804 000000007232b70df22487e793ce957832815109206ccae1add45fb63b7ea199 1 0.00/1.00 vMB 0
34,803 34,803 00000000bf97639319879c4f6eb5a45210dedeb94a0a81875df5e2516044b437 1 0.00/1.00 vMB 0
34,802 34,802 0000000091614c0312dd409448ba89f23a99ead24a3d56df77b33f2433214037 1 0.00/1.00 vMB 0
34,801 34,801 00000000ac8e8a8e175ee44c977bf3099e78b530d45a0f61cf42b0e8a7e470ce 1 0.00/1.00 vMB 0
34,800 34,800 000000005641889ee6efd520e97476af162fdfbaed4f2e73397c604d95754e90 1 0.00/1.00 vMB 0
34,799 34,799 000000007fd7b5cd614f2ea2437b411f66567679b30142875aaa89d036d18461 1 0.00/1.00 vMB 0
34,798 34,798 000000007cc7a1877f0eb5a4fceaf36a77c3365b78a73e71bf10dc840b864b50 1 0.00/1.00 vMB 0
34,797 34,797 000000009fa7d815bf79e00790df17e796bfdbf0b9e3f6f55cfaf0a21a1c8eaf 1 0.00/1.00 vMB 0
34,796 34,796 00000000823ebfacf1414d1b24c4cf0f469e6700d9eaceef0a4a4d9f908c3ac2 1 0.00/1.00 vMB 0
34,795 34,795 000000003504a4ef9d384893274497159083ddb53c57c77c67893133cd91bc39 1 0.00/1.00 vMB 0
34,794 34,794 000000001da9f0eb3cd8c55d2e0f6e079adb2fb4e7cace67d2b5d28bf4dab259 1 0.00/1.00 vMB 0
34,793 34,793 000000008222ceaf2cf1fed893afa71a1e96c7d6241dbca7df72665a2169ec5c 1 0.00/1.00 vMB 0
34,792 34,792 0000000030e3be8c76c26466b7a85f123e780662ab77016a57ed731946487670 1 0.00/1.00 vMB 0
34,791 34,791 000000001e5fd5d5e439e06ae47740cf16ead211e6d144a5095f3522644b5d56 1 0.00/1.00 vMB 0
34,790 34,790 0000000034be463ce8ec385f460fe34ef6ed093e9e108cdc5546102f4ca694fb 1 0.00/1.00 vMB 0
34,789 34,789 00000000b9cb447a937a56c5a138285bcdb3d9071d9d4c858f38c23643bbd7f1 1 0.00/1.00 vMB 0
34,788 34,788 00000000c2bcdce6bd304c5b6ec274c0fe456ae10319f9e1ffb5f727cdcca2d6 1 0.00/1.00 vMB 0
34,787 34,787 0000000006083bbf8ebf54135afb86165d62c8519563a9614c10f102e473e2c1 1 0.00/1.00 vMB 0
34,786 34,786 00000000bc16fa5179303c1240fc2a58292968c742ea6250462de680a7f98ba7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.50 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: 668.42 GB
    • Received: 15.51 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.