Loading Tool

Explorer IconExplorer

Memory Pool

46,126 transactions
28.15 vMB
0.07388763 BTC
Random Selection Loading Transactions
Max Size: 149.01/200 MB

Candidate Block

Mining Attempt 75eac6e0b5b4fd083b4ea0b4e3bc1f7ab24cb9830c7e20597d0aede08154d1a5
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root a3e769b9d16652fe5b04595eccc63551d3794d9b09e10ffe12de044d2628c799
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,852
Size: 1.00 vMB
Total Fees: 0.01974755 BTC
Feerates: 101.53 > 1.98 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (498,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,803 416,803 000000000000000004481682fc57d5941e3e64b80cdbb99605a4975c1604b2af 2,874 1.00/1.00 vMB 88
416,802 416,802 0000000000000000028dce6a502e1210f08fc71dc4ab06707d68785d2a2bdef2 2,807 1.00/1.00 vMB 87
416,801 416,801 0000000000000000040c60bda451f254ac1aa1bd6a311a3b71337083c468d030 1,869 1.00/1.00 vMB 66
416,800 416,800 000000000000000000a5266f4b458fc34a66007f899717072cc0e88bb90e4a4f 1,538 1.00/1.00 vMB 59
416,799 416,799 00000000000000000435eaf0946f0518370a413f6e927e72ac8746cfa32474db 1,907 1.00/1.00 vMB 61
416,798 416,798 000000000000000002e8f0a617a1dfde8536c8c871bc05112be8375938831b42 2,139 1.00/1.00 vMB 74
416,797 416,797 0000000000000000026a8c3e1ca4a93d71c45a247b124ac885cec7ada45b0f79 1,670 1.00/1.00 vMB 42
416,796 416,796 00000000000000000083a3fb959268e158c9d573c6dc3f3aa4add011d9b269a5 2,162 1.00/1.00 vMB 66
416,795 416,795 0000000000000000023e95b63d6409f6f3085e167a46fe9ec566ea1f0797db5f 1,876 1.00/1.00 vMB 66
416,794 416,794 000000000000000001479ab39ac794052440bb21ff6b9cc218c0137ee7959034 1,877 1.00/1.00 vMB 64
416,793 416,793 000000000000000000a8c2ff081b99646cf446370e741573e1ab98d62f82e76b 2,038 1.00/1.00 vMB 75
416,792 416,792 00000000000000000459786bebf30368009e5a19d2353ec927a6daa196ef683f 2,464 1.00/1.00 vMB 72
416,791 416,791 0000000000000000006073036204a3350aa6d388bcc205fbb4475366690d72f6 748 0.48/1.00 vMB 56
416,790 416,790 000000000000000004873964e662ae916a99e8823ba52952ee29cb7bada83663 1,018 1.00/1.00 vMB 28
416,789 416,789 0000000000000000012057d3073b839b8efd89833220c1a9a24bdcdd2b519b84 2,427 1.00/1.00 vMB 71
416,788 416,788 000000000000000000f64ca19df3af36d999c6bbb13104869c5ef787839fa4d4 1,883 1.00/1.00 vMB 59
416,787 416,787 0000000000000000043774bb6f28d47e0d6304d84ab1ff9a1955f1cc79c6ce58 1,268 1.00/1.00 vMB 36
416,786 416,786 000000000000000001a93dc9381870cc47d98346da6f41f1571b55ddecb6f78c 648 1.00/1.00 vMB 24
416,785 416,785 000000000000000004d269bf0e1d358ee51a45ee3b528cd1dd2e29d36b50fc8e 1,626 1.00/1.00 vMB 54
416,784 416,784 0000000000000000008b2cb70cd1dfdccc062ef5193c2c6da3b0db0e79d81dc5 415 1.00/1.00 vMB 18
416,783 416,783 0000000000000000055013b947ad4bcad810e79cb4194c81bc2203e1486b1859 1,767 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.28 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: 656.74 GB
    • Received: 14.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.