Loading Tool

Explorer IconExplorer

Memory Pool

79,225 transactions
29.33 vMB
0.09791134 BTC
Random Selection Loading Transactions
Max Size: 177.27/200 MB

Candidate Block

Mining Attempt 267e9d68f62b7fe420100e5205e33ab448b967838cd60eb35949340e8d2173ae
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root d915ce3b9751a087be3508d48c036abb7e2e5cb6fc30639046bc7c24438b1769
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,373
Size: 1.00 vMB
Total Fees: 0.03562007 BTC
Feerates: 150.62 > 3.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (450,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,204 464,204 0000000000000000012d40921b58f99d89949312b1305c0d1c96119bd045a9b2 119 1.00/1.00 vMB 11
464,203 464,203 000000000000000001323360a7e2f5f2425222ff248f3154769f356d0911c51b 679 1.00/1.00 vMB 45
464,202 464,202 0000000000000000004197e4a2deeffa390390ceead6f36d9d7e2d082517d33a 1,197 1.00/1.00 vMB 60
464,201 464,201 000000000000000001f7d8f3c96377d2198daec1207802f44b9e9ca1978d8679 2,422 1.00/1.00 vMB 185
464,200 464,200 0000000000000000017374254f2a517ce4f6e2b9fffa9454f880fc145bf8f778 1,046 1.00/1.00 vMB 50
464,199 464,199 000000000000000000de15cacd6c54301d8f707d288f9f72db14268cf81f121a 1,158 0.51/1.00 vMB 137
464,198 464,198 0000000000000000007bc1281ba31f5ffa703ec8ae5288302ac0d7762bd0c70c 2,014 1.00/1.00 vMB 112
464,197 464,197 000000000000000001946fc4e6d4d8b35479a4781610e04e2d82faba34328b79 1,477 1.00/1.00 vMB 61
464,196 464,196 000000000000000000b38e8fb3bf7a34d40ff711af902605ecd0055a46f9f476 1,810 1.00/1.00 vMB 171
464,195 464,195 000000000000000000a81d99a9fb723dd2cb15a262ef5548467e8ca53574a814 1,644 1.00/1.00 vMB 108
464,194 464,194 0000000000000000014872065f29c59db8e586ade5a7b70748cb32aa4c80d90b 2,154 1.00/1.00 vMB 141
464,193 464,193 0000000000000000007c1102611ab7dd17897732255dd7f6eefe75d7d87d3c71 926 1.00/1.00 vMB 64
464,192 464,192 000000000000000000b72a0137860188aacd0727fff3a7696e34c15fb75d8f0e 694 1.00/1.00 vMB 47
464,191 464,191 0000000000000000000e2bee6b42fc7c392275d5d28f2fdf19f62d675782771a 1,698 1.00/1.00 vMB 112
464,190 464,190 0000000000000000017598377ffe73e850be8d0069131b42f9ed5df37bd705e2 1,077 1.00/1.00 vMB 82
464,189 464,189 000000000000000000e1ee4216cf5595acb698118e0e45064411ed6cd42bebcf 481 1.00/1.00 vMB 44
464,188 464,188 000000000000000000c6d9d4f059030359c6380fa48e049a8c4917d13a7fe2cc 1,751 1.00/1.00 vMB 115
464,187 464,187 0000000000000000015504d81761c10bd8aae6bd7a1c3cee9c957bcc9a643ae9 2,433 1.00/1.00 vMB 160
464,186 464,186 00000000000000000034b06763561e4d6fad047bf49e2eb8d3be6c7538df5db2 2,419 1.00/1.00 vMB 141
464,185 464,185 000000000000000001b1d361d1ac295ccb56caae8bc1071a94b90b9414f6b13a 1,535 1.00/1.00 vMB 107
464,184 464,184 0000000000000000007195755decf75839f5cd4f5d3dbff5e19642387d352a65 769 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.