Loading Tool

Explorer IconExplorer

Memory Pool

81,185 transactions
30.18 vMB
0.13329778 BTC
Random Selection Loading Transactions
Max Size: 181.46/200 MB

Candidate Block

Mining Attempt 9d4149e7a222b32d3cde35061315d7d6c329b26c189e1edb4102ffb92c1a6ee7
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root f198e12714d117e5a0c05966336f39cd09cea11da7ab4e6bc6353dd8d0dd4a83
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,037
Size: 1.00 vMB
Total Fees: 0.05613227 BTC
Feerates: 242.90 > 5.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (870,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
44,936 44,936 000000000341beca562e7315fd6a80fc34036389fed56320140da650d49b9244 1 0.00/1.00 vMB 0
44,935 44,935 000000002e754b012ff0e51fe24d55d3453b643403b10987aa406f7b4bc930d1 1 0.00/1.00 vMB 0
44,934 44,934 000000003567b729f3a64b5aff88d4ca534f629dc42d0ff9ee4c6f44ae380906 1 0.00/1.00 vMB 0
44,933 44,933 000000001cecbe185893084bfd484248b27d11765e65ee9241e35c17570d4288 1 0.00/1.00 vMB 0
44,932 44,932 000000002edca88036cf1b5a144a1f5d1f52608ff254d8be49f14b28ca57fc5f 1 0.00/1.00 vMB 0
44,931 44,931 000000002bbc74c5a12ed0902a5a53f6f16bc9420b1a419db9f83937a430aa45 1 0.00/1.00 vMB 0
44,930 44,930 00000000305aae6cf0ce837f35ea820143292570bdc1aad17d3ce3628585ee3b 1 0.00/1.00 vMB 0
44,929 44,929 0000000032a97cf68537fe96b2e31fe635187343588918277e8d1b10e2915308 2 0.00/1.00 vMB 0
44,928 44,928 000000002295339d729b317c6ec21023cd4518e6699f122bf3f1618bf607914b 1 0.00/1.00 vMB 0
44,927 44,927 00000000155e54915135c8f39cf811b24f69ae4add9f40971e0b4774f095a025 1 0.00/1.00 vMB 0
44,926 44,926 000000000abd5fed978afaac3fe0cd479a35b25d004a8ded2ac4578e1a682bd8 1 0.00/1.00 vMB 0
44,925 44,925 000000002fcff5c2b81f4e31cd7e908b96c7a813408a171627ab069d6ec820ab 1 0.00/1.00 vMB 0
44,924 44,924 0000000024a886f4907996c68f3abcaceaebf4ca4978fe84964565e3ee521cbf 1 0.00/1.00 vMB 0
44,923 44,923 00000000126e0c10a424e1afcc4db70b9b5d0d2610e51cccda67ec1d8f3fd7f1 1 0.00/1.00 vMB 0
44,922 44,922 0000000012e123ffa1c501a001b49ed7bdb4aa27dbdfc5b4112186e3c5ec0b20 1 0.00/1.00 vMB 0
44,921 44,921 000000002eacf0ac0fee194320f89686762a5652d22293334c4acafe8a35f594 1 0.00/1.00 vMB 0
44,920 44,920 0000000033768d08d991efaef7161152f944da5ca3ec643d85f70aa6a28d0a87 1 0.00/1.00 vMB 0
44,919 44,919 0000000035fe8016a14d9d1ac247fa02f7a0f3599c7ed7967ecf1faf9cea1fd1 1 0.00/1.00 vMB 0
44,918 44,918 00000000344ae9dc51fdd68e53069c7dc1d343f324d8da6445dc67a6adf16b20 1 0.00/1.00 vMB 0
44,917 44,917 0000000007b0f29f7ad43475570e2cc43b6877397c8e9e1739393fe8d626634e 1 0.00/1.00 vMB 0
44,916 44,916 000000000e9dc17055e15564684ad23577823ef7875d9fddc80439cf81566e2f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 674.05 GB
    • Received: 16.43 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.