Loading Tool

Explorer IconExplorer

Memory Pool

82,132 transactions
31.05 vMB
0.11906808 BTC
Random Selection Loading Transactions
Max Size: 188.45/200 MB

Candidate Block

Mining Attempt e21e7d3f48af85da07c6eea5c7a687387acf7e17f08a293738a31aa227ac9376
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root f98b3945b4fecc28c691b9e4994fa3400074c2634acc670bc087d6a30f2eec48
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,370
Size: 1.00 vMB
Total Fees: 0.04049529 BTC
Feerates: 318.30 > 4.06 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (452,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,803 462,803 0000000000000000010771d676c2c2a35b399a682c8620056894525caff31ed5 1,770 1.00/1.00 vMB 163
462,802 462,802 000000000000000001c1dcef0528ca8271c2fe5b1ed2ccf66a510df8730fae31 1,360 1.00/1.00 vMB 111
462,801 462,801 000000000000000001c98f8dd6bb4c4da9b8c724f1854459315ed1e06ebaf57e 1,879 1.00/1.00 vMB 123
462,800 462,800 0000000000000000009694c927bfc7cfad2fde98d4816277dd655ab4fa98e33f 1,647 1.00/1.00 vMB 137
462,799 462,799 000000000000000000b9cfc90286f54c803ffdd0b3c7effe20a3e9940cea382a 1,872 1.00/1.00 vMB 184
462,798 462,798 000000000000000000f37494e8419a45b198bf0dd9ab1f8d86b2b8bd670ea420 1,669 1.00/1.00 vMB 109
462,797 462,797 00000000000000000028817bc63b14e78fa3fd371acd40defe7487be0bcd42a1 1,746 1.00/1.00 vMB 155
462,796 462,796 000000000000000001b13f4203cf4b353216250a076834dad77b9e423ee82fc7 1,500 1.00/1.00 vMB 158
462,795 462,795 0000000000000000015e4a4f48233eab83b0c1802b11115ec1c839629124e2e2 1,516 1.00/1.00 vMB 177
462,794 462,794 000000000000000000242674191e4e5bbf5c72d30040b49c3941450f6dcddaf8 1,042 1.00/1.00 vMB 128
462,793 462,793 0000000000000000002230c9914613855f974a1ee1722c33e79c64733d0d01b2 2,246 1.00/1.00 vMB 142
462,792 462,792 000000000000000002177667f0c8e69eb6cdaaa70364826928d8d2d50e0d4752 1,869 1.00/1.00 vMB 174
462,791 462,791 00000000000000000089c7b19a619d90939f4042586f2d6ff69012a7d46d7586 1,007 0.39/1.00 vMB 240
462,790 462,790 00000000000000000016b09bcf48de89287f1b9b64f7a59f3fb5b816e1d802d9 938 1.00/1.00 vMB 121
462,789 462,789 00000000000000000190f1ec852ffad140ca8bfd9e0fcd5d9c8ec72fbbaab7e6 2,227 1.00/1.00 vMB 122
462,788 462,788 0000000000000000005a2dc22da31f61b4aec0c34a59ad39ead89318e662b32b 3,675 1.00/1.00 vMB 131
462,787 462,787 000000000000000000efb20834f437ebe9acd4895cdd59922e92c904431cfec0 2,774 1.00/1.00 vMB 158
462,786 462,786 000000000000000000df3cd6e80f07bd99c672dc093e51c0159c9c4b3d9501a1 2,826 1.00/1.00 vMB 162
462,785 462,785 00000000000000000061e462eaa08f93c11b0e7dd7aea41a6f4b27198b4a6fca 2,504 1.00/1.00 vMB 116
462,784 462,784 00000000000000000165bb167a2ce6f536df9a197589c70046d91128a77ce06a 2,717 1.00/1.00 vMB 150
462,783 462,783 00000000000000000203632db1de6d94ec6aab8a6b6e438dde2bb7bafdf78f33 2,559 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 783.08 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: 722.01 GB
    • Received: 18.39 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.