Loading Tool

Explorer IconExplorer

Memory Pool

19,965 transactions
20.49 vMB
0.03286586 BTC
Random Selection Loading Transactions
Max Size: 107.01/200 MB

Candidate Block

Mining Attempt a5b99ef2a332846c29fe41e4d35fbd9fce484881bc5c85ec6536b176fec25642
Version 20000000
Previous Block 00000000000000000000a0be060f4b854dd8be269a639ab3fe673e7e8b9b19ba
Merkle Root c458c83949725baa9a95e1499ff416b1431f3ec7c7c4306947eab4c9177f3614
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,963
Size: 1.00 vMB
Total Fees: 0.01071395 BTC
Feerates: 884.70 > 1.07 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,785 (103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,682 939,682 0000000000000000000171b0222a6a4a85379965bc8b97b44554df5e29612849 2,995 1.00/1.00 vMB 2
939,681 939,681 0000000000000000000006264c9de1135a50c8bcb41dcf3c4c65862ed2c4abdc 1,256 0.41/1.00 vMB 2
939,680 939,680 000000000000000000009b7737e6ccfeb9910f321835bebd35bf0d282aad74b6 3,972 1.00/1.00 vMB 0
939,679 939,679 000000000000000000019f6a72a67f857ac987c026f9aa7c93c76728e5e731f3 860 0.29/1.00 vMB 2
939,678 939,678 00000000000000000001617236be898d0e3a2eb03461b5161276cb348e478cd8 4,057 1.00/1.00 vMB 0
939,677 939,677 0000000000000000000089709dd4b9318f622fe58ea1ba92083b38f316ad5311 4,352 1.00/1.00 vMB 1
939,676 939,676 00000000000000000000aa724164e8096b924cbaf20dc748911c9d33124a76ba 2,990 1.00/1.00 vMB 2
939,675 939,675 00000000000000000000b46df3216e907f1d43f7ef6955e6fb6ee5ac6a7fd0cc 3,868 1.00/1.00 vMB 1
939,674 939,674 00000000000000000001b82a336d9eb5ca4f34fae8439ee495e43f13e753b4fd 3,333 1.00/1.00 vMB 3
939,673 939,673 00000000000000000001c55ae97d4578aae7054388978953c589e7e0c10b661e 3,000 1.00/1.00 vMB 2
939,672 939,672 00000000000000000000236c9c20ea4f9e61cfa1973421046e58f68b4e3b0c98 4,690 1.00/1.00 vMB 0
939,671 939,671 000000000000000000006e6c7a470c186a8312a687f9513615c4c846dd7f93c4 4,356 1.00/1.00 vMB 1
939,670 939,670 000000000000000000005971ac9f0dfee4a74c5b4a8ae0e425742a82a37f8b3c 3,383 1.00/1.00 vMB 1
939,669 939,669 00000000000000000001c74e35749f367a7f2012253a0781633b3641912b5e9f 4,043 1.00/1.00 vMB 1
939,668 939,668 00000000000000000000b7cb261b382db3b062cbb737f9cb961d54e305af0083 4,589 1.00/1.00 vMB 1
939,667 939,667 0000000000000000000065dede58a98fff3ac1262b70a775f0929c5da6a49a6a 3,867 1.00/1.00 vMB 1
939,666 939,666 00000000000000000001ed9e85eeb4df6bb2072928587dda9eb3d9c7ae3c26af 2,688 1.00/1.00 vMB 2
939,665 939,665 000000000000000000019e5241bf64658525dd0d095b77515c62afd229953a66 4,257 1.00/1.00 vMB 1
939,664 939,664 000000000000000000019a8e10572d03dae9f7b1569dc64fb24a19d0cce2cb95 4,169 1.00/1.00 vMB 1
939,663 939,663 0000000000000000000096f1c4bb85a42cfcc89871d5694fe31535912287b048 3,907 1.00/1.00 vMB 1
939,662 939,662 00000000000000000001bb62dd0d73d91859613ba73b50f245d73abc42745368 2,894 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 826.34 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: 4,288.66 GB
    • Received: 237.72 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.