Loading Tool

Explorer IconExplorer

Memory Pool

45,329 transactions
30.35 vMB
0.08915115 BTC
Random Selection Loading Transactions
Max Size: 155.94/200 MB

Candidate Block

Mining Attempt e4159e0d37a8cd2e7015e0463a55506f819d757b78638b3b4bf0ad6bafe0b1b7
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 85ddd3c7eebb9215aca2402b8c7d8a72f537c693556ce3fd7064831438733ae1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,119
Size: 1.00 vMB
Total Fees: 0.02484700 BTC
Feerates: 77.10 > 2.49 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (173,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,195 741,195 000000000000000000060bdb038d8152184ec4528d4ab779feb01fbfa87f6325 3,307 1.00/1.00 vMB 30
741,194 741,194 000000000000000000047ccdf9bb6ad0e3ab473c6d4b112c504e8a95fb9ff433 2,964 1.00/1.00 vMB 34
741,193 741,193 0000000000000000000627d715a774f645d4c6df96c3713b689184d5837ba31d 2,778 1.00/1.00 vMB 30
741,192 741,192 00000000000000000005ae59aba572a7fa61c607a8e24df6fb4114f668dbb33d 3,112 1.00/1.00 vMB 36
741,191 741,191 00000000000000000004b45f2f65b87e3400af7908795c9f6b4160552f9cbfad 1,514 1.00/1.00 vMB 27
741,190 741,190 00000000000000000001d0aaa3f1afa01b91fe6667591b074b4f987b54706bfd 3,056 1.00/1.00 vMB 44
741,189 741,189 00000000000000000002d4d7ac2bf01391ae324e395a55cb7c62df4d9bebc283 3,108 1.00/1.00 vMB 23
741,188 741,188 00000000000000000005e03bbeae50d7e347f2af3e03b7e1f4639f18f006d5fa 3,266 1.00/1.00 vMB 26
741,187 741,187 00000000000000000006d2b008840a3b48bf635f0e7313d4208232c4888934a4 2,606 1.00/1.00 vMB 34
741,186 741,186 00000000000000000006c211da74c24415a167ff9d77046ec1ca996547c046d3 1,618 1.00/1.00 vMB 11
741,185 741,185 00000000000000000004d28d9afee2c893a7355bb9e6566b79f53fb139963ddc 771 1.00/1.00 vMB 3
741,184 741,184 0000000000000000000938572817313b8a808479ee3be19d2f93b33d59c6c908 1,636 1.00/1.00 vMB 13
741,183 741,183 00000000000000000007f0e86486ca5aefba62369c42ce51261f616453575af9 2,762 1.00/1.00 vMB 7
741,182 741,182 0000000000000000000095c15d5a7dc688b624b5b2bc581578a63bc63ff1698d 2,701 1.00/1.00 vMB 8
741,181 741,181 0000000000000000000368ddfe8b9e8a1b1bfb0d7efc524c1c303939e60ed8da 2,283 1.00/1.00 vMB 18
741,180 741,180 00000000000000000007dcde4b9b54ade5cb712c03af4b2fee72c20bb83447e9 2,503 1.00/1.00 vMB 25
741,179 741,179 00000000000000000007897e7140a3818ecd83dbf383c9b2a6d4935cf65a28be 1,646 1.00/1.00 vMB 11
741,178 741,178 0000000000000000000380474d6d65f1f47895762ebe5b77b0386070645063fa 2,080 1.00/1.00 vMB 20
741,177 741,177 000000000000000000046bf0b9ca5f1dc2b31cc410bf251b7070ed1bd85e793c 2,007 1.00/1.00 vMB 14
741,176 741,176 00000000000000000003d7035f213bc9838fea28b533c79acd8dd0c266513e76 2,671 1.00/1.00 vMB 22
741,175 741,175 0000000000000000000932b2a5ff797e1eb41a1851f89636d16e572c29bfbeff 2,681 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.61 GB
    • Received: 11.68 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.