Loading Tool

Explorer IconExplorer

Memory Pool

22,276 transactions
10.85 vMB
0.05011942 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.42/200 MB

Candidate Block

Mining Attempt 38d4e2823945d3c03fe2593878fb1f60393d4a6ff2880a62e5b6c8d0c1454ab6
Version 20000000
Previous Block 000000000000000000000f90947a27ce4f53637046d919c82bc1a74ce491070e
Merkle Root c442f61ce92a2b94d0842ad3003a61876bc077453abe2e2d0ac9d59f9ec0e1b1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,976
Size: 1.00 vMB
Total Fees: 0.03076882 BTC
Median Feerate: 2.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,568 (699,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
213,876 213,876 000000000000020ace7cc146ed522b3f0f79ebd638f7cac1de6c521b782a6e32 639 0.25/1.00 vMB 209
213,875 213,875 00000000000003b1ebf67adbdee54348701d0575534cff340a673bb93f078f7e 378 0.20/1.00 vMB 173
213,874 213,874 00000000000001064cce3cd1599e09808a6da57c3de908d52ae1341120062fcf 602 0.25/1.00 vMB 189
213,873 213,873 0000000000000500ae7fb4be9ad4f554f6b30d4f5641fe078362fbeb6e6ffda4 680 0.27/1.00 vMB 121
213,872 213,872 000000000000013ec85db7c346b4e1d664fad660e1961f99e6b5ac114ca9cf8d 128 0.12/1.00 vMB 56
213,871 213,871 000000000000048ce50e94086f7c8204b5692c50af1822eda6786ef31800e2be 683 0.25/1.00 vMB 185
213,870 213,870 000000000000029a2601c7d976563ba49ae7e3843ad17463edcaf39116290f69 569 0.25/1.00 vMB 222
213,869 213,869 000000000000052e1a574054fbaa90fe48cbd87c12ef4bf3c78f41ff605128e2 445 0.18/1.00 vMB 250
213,868 213,868 00000000000001e933f078a156b0f294fb389bc44616ef4b89c6f2060a3c50b0 136 0.08/1.00 vMB 129
213,867 213,867 000000000000042a8da7fee4265753955f3d4d896a322d9219418c7f9e5aa12c 35 0.02/1.00 vMB 127
213,866 213,866 00000000000002c433e9f9bef7b1281e816b1ad5a334caa5d612f1e5ccd3c76e 628 0.24/1.00 vMB 209
213,865 213,865 0000000000000281c2ebd9028b1a9922cd8363821405acd5d0cc7958b3b56cd5 165 0.06/1.00 vMB 156
213,864 213,864 00000000000004f3e05b30dfa4d1610b87ce5aa89ef767badcc2c8b6da448ce0 1 0.00/1.00 vMB 0
213,863 213,863 0000000000000257293dd7b91b0a03b868a6b2835ac64c7880a0bf9c63d7d52f 11 0.00/1.00 vMB 65
213,862 213,862 0000000000000420ac39c251faaae94bbda693599901d7c6f8445f6589f37c5b 73 0.05/1.00 vMB 112
213,861 213,861 00000000000001bb145a608a198dbac89574a1a205c41ccfd13d09274128cf5e 108 0.05/1.00 vMB 151
213,860 213,860 000000000000006786cf57ad68c59e78dfbb4d3eb20e9fb254f6e5106073d6cf 30 0.01/1.00 vMB 105
213,859 213,859 00000000000001f16db5d92dd78a5f51a6cc1e508716a85930bde19fa7b72d89 137 0.09/1.00 vMB 100
213,858 213,858 0000000000000585b7faf6826bbcedf388aac8bcd2315d4da4577c41e55bc3a5 481 0.19/1.00 vMB 177
213,857 213,857 0000000000000196dd62fff3dd5bbe745016c19fb789dd56e6e307ed718723d3 158 0.06/1.00 vMB 201
213,856 213,856 00000000000000f3d81f3c1cdc51f384afa128e6e951fc1f20bc04070244f6f6 566 0.27/1.00 vMB 271
Previous 10 blocks ↓
Total Size: 779.85 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: 433.72 GB
    • Received: 2.37 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.