Loading Tool

Explorer IconExplorer

Memory Pool

81,416 transactions
30.80 vMB
0.11048610 BTC
Random Selection Loading Transactions
Max Size: 184.58/200 MB

Candidate Block

Mining Attempt 0f47371ae2783565962fc676efb2e91bc86903c99f000d8d56af18bd2155c4a9
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 3fe278eca3870b963161ca0f8d063786f0d29415e31dc31194dde805802f22a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,212
Size: 1.00 vMB
Total Fees: 0.03061177 BTC
Feerates: 101.42 > 3.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (291,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,955 623,955 0000000000000000000a46253f86df17f8ac7ad8f27cf90808df6af2ca90056a 614 1.00/1.00 vMB 3
623,954 623,954 00000000000000000004df70d87c8c04907e2382666810b6871cef8ec025b774 2,018 1.00/1.00 vMB 12
623,953 623,953 0000000000000000000952314c97df4f79e2492acc215d206032a3ed89e514fe 2,040 1.00/1.00 vMB 6
623,952 623,952 000000000000000000047dd2df1d766162185732cbd2318e5c542888570ac93c 1,825 1.00/1.00 vMB 16
623,951 623,951 0000000000000000000b1efa2e2c7e7dfa9800dfd66e90e5efbe5530c803da43 2,672 1.00/1.00 vMB 26
623,950 623,950 0000000000000000000f2adce67e49b0b6bdeb9de8b7c3d7e93b21e7fc1e819d 2,595 1.00/1.00 vMB 35
623,949 623,949 000000000000000000113b44d51deb2224807c4afc1badfe92909b4bd328ca9f 1,269 1.00/1.00 vMB 11
623,948 623,948 0000000000000000000ba251bf6b2f9eb9f12f7db7092f3f7b394733d631d9ec 1,577 1.00/1.00 vMB 7
623,947 623,947 0000000000000000000742f52cba2bec3a1a5b555e4bd04b6d320d39b586c662 2,161 1.00/1.00 vMB 13
623,946 623,946 000000000000000000122ec39ee5adcd79e8f247993dc70a90842dfbc3037f0d 2,608 1.00/1.00 vMB 8
623,945 623,945 0000000000000000000706d6f7f39581ff16d31cb9e58082cd78a9c2b05278e8 2,444 1.00/1.00 vMB 25
623,944 623,944 00000000000000000008ab700bbd8c0413ebeb3ac9c67c620bf0310c2f7ca10e 2,674 1.00/1.00 vMB 27
623,943 623,943 0000000000000000000ba944dd9cce0469fa1ec2862a6b785d716d428ba3b35f 2,717 1.00/1.00 vMB 47
623,942 623,942 00000000000000000004a7de4f97666e13532a6055ffa959993e37778afe314f 2,983 1.00/1.00 vMB 18
623,941 623,941 000000000000000000064bd1a9a7d89b1fa0a197fb529de0b4110074930520dd 2,808 1.00/1.00 vMB 28
623,940 623,940 00000000000000000003bdd11f4c18b78fb1c1b8a83a494da14d739d585ec405 2,774 1.00/1.00 vMB 15
623,939 623,939 000000000000000000018a6a1e44a84e24966264518265eae5ac78883eee0f66 2,887 1.00/1.00 vMB 20
623,938 623,938 0000000000000000000cbbe84c53899bf7f9b8d1c29e0baa75f627c4277acbf1 2,618 1.00/1.00 vMB 21
623,937 623,937 0000000000000000000ac66a7108e5d4d17e6ffb358a78517590e18ed7a90563 2,475 1.00/1.00 vMB 33
623,936 623,936 0000000000000000000e1faac50114dbcaea491fe5a48c103a52a6e68b656e6c 2,128 1.00/1.00 vMB 30
623,935 623,935 0000000000000000000c29715989461203a5dcdff82cf740f0d701bbcc75223e 2,519 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.65 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.94 GB
    • Received: 16.33 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.