Loading Tool

Explorer IconExplorer

Memory Pool

66,402 transactions
18.62 vMB
0.05896175 BTC
Random Selection Loading Transactions
Max Size: 121.52/200 MB

Candidate Block

Mining Attempt 78404e9a9f72e32aff18c49a0458c36ca58087ca87560ad59e62d231cefe2ceb
Version 20000000
Previous Block 000000000000000000005b273def125124eeae80d56e7b15037fc80898b610a7
Merkle Root 1aeec3822ab28a4fd43e3fab6f8f46c642ca5a5a9725af24e6116b4c3d3c49a4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,696
Size: 1.00 vMB
Total Fees: 0.01678256 BTC
Feerates: 100.00 > 1.68 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,798 (910,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
5,255 5,255 000000004c50f59d25e24bd70e847d45ca0afe75d861e99b4e4a54ea6c4b908a 1 0.00/1.00 vMB 0
5,254 5,254 000000009f234a07cebd1e8d5b193e5e75b6552aaa2701b5a7300344eb873cd0 1 0.00/1.00 vMB 0
5,253 5,253 00000000febe72cd9885d0eeaf388fb0ed120918b518d7fe730a0c228db64acb 1 0.00/1.00 vMB 0
5,252 5,252 00000000fb6963d7ca76bd49ff3e2407add5b96b3fc176cd0f7110adfca4dc5e 1 0.00/1.00 vMB 0
5,251 5,251 00000000978d4dc87fc77895f46fdd7857132863febccb784b8706819ecb4123 1 0.00/1.00 vMB 0
5,250 5,250 00000000e6e89b27af3ea7484fd5c7e277ce12754bec74c2718bf5fedf5058de 1 0.00/1.00 vMB 0
5,249 5,249 0000000039bad54d526624a26b4d313d1af008cce73af07662b0699ddc1f26ff 1 0.00/1.00 vMB 0
5,248 5,248 000000009244eec08194c796634983e141dfb91ec317bfe20823e322f8b53b85 1 0.00/1.00 vMB 0
5,247 5,247 0000000033a27c42a6d51c428de207c78007492be46d5488e636121e84161a18 1 0.00/1.00 vMB 0
5,246 5,246 00000000fa31fc7699dfb3672a1cb0a97699724ee06e2b7910f5fd1fb2e61af2 1 0.00/1.00 vMB 0
5,245 5,245 000000007a07d829e13c59e78a17753562ab6fdf95c7a0f36fece7ebab4d7070 1 0.00/1.00 vMB 0
5,244 5,244 000000007eae4bac692f36a760b612ef21a217cd970fe72a6a908c22dd582dd1 1 0.00/1.00 vMB 0
5,243 5,243 00000000dce646012b1fc3eea4b8e90bc8a253eb6c781ca874fd790d953c730c 1 0.00/1.00 vMB 0
5,242 5,242 0000000037dff915d0898ffc914ee3d2c87472185ce1ef083e637ec7db994d15 1 0.00/1.00 vMB 0
5,241 5,241 00000000870e5a1ab7db09b09b8657da6e938b6871456f12a1dc8ba87bcf7324 1 0.00/1.00 vMB 0
5,240 5,240 0000000052bdd6f8ba3d5612fdd8301802b3241cb0140109e5c8b81d99d0a5a6 1 0.00/1.00 vMB 0
5,239 5,239 0000000041c1fc4c6b7a54a72c248e136633dd158e2504ec768c0520435aac60 1 0.00/1.00 vMB 0
5,238 5,238 00000000bebf5faa7be0cff8f3f60ee171f69ff250add9e1dd580308688bd321 1 0.00/1.00 vMB 0
5,237 5,237 000000002658852ddf8110ed5ae8b42b0089f0c2a318727d2b56885d458ce907 1 0.00/1.00 vMB 0
5,236 5,236 0000000072f3e99e7d129f44f9679ae08da4598460679748a75c1111f08f4207 1 0.00/1.00 vMB 0
5,235 5,235 00000000f9b2fcdc987caa6011728406cc836878beb7f852fa3b362270d9745a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.76 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: 784.57 GB
    • Received: 21.54 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.