Loading Tool

Explorer IconExplorer

Memory Pool

43,407 transactions
27.02 vMB
0.05499265 BTC
Random Selection Loading Transactions
Max Size: 142.43/200 MB

Candidate Block

Mining Attempt 6e17502a9f323a54ff2eb7a60912ef7dee0968f11742190f1469d5a1bc23ce5a
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root b886a381a86cec5f0838cbe45d76246be32f8948a267716844ec297bd45149e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,046
Size: 1.00 vMB
Total Fees: 0.00478546 BTC
Feerates: 40.21 > 0.48 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (422,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,806 492,806 00000000000000000096f8ac10be22e11562a8f4393d22f3a55f25101270701d 2,628 1.00/1.00 vMB 238
492,805 492,805 00000000000000000067548f6726407f92fd9c830efc847df9e482b27beb164e 35 0.01/1.00 vMB 561
492,804 492,804 00000000000000000035ef2e85001b0c29fbe573fe1a5eb1f59e0ab71d6017f1 2,074 1.00/1.00 vMB 247
492,803 492,803 00000000000000000089ef018b6cc6c6f61b672a09d3cd8a717c2c667f9ae528 2,177 1.00/1.00 vMB 106
492,802 492,802 0000000000000000007d56f09f047279b02b1f80808eaa550060be9ab1f8be11 1,935 1.00/1.00 vMB 143
492,801 492,801 0000000000000000002d4c8f32f66de5fec06b0801926ba87508a1c14722524c 1,709 1.00/1.00 vMB 115
492,800 492,800 00000000000000000022c0cf319087c3306e273a9d9226a8c4b4b6482a1eb662 2,142 0.96/1.00 vMB 140
492,799 492,799 00000000000000000066ce92385f5fb4967e251c2c782cee329b25387afae152 2,377 1.00/1.00 vMB 151
492,798 492,798 000000000000000000281e221fbaf4065757e216cfee25532bfa7c6114b67341 2,514 1.00/1.00 vMB 164
492,797 492,797 00000000000000000008dbd3d6eb35c921cff17db4ab042060902ef36d1dcd3c 2,414 1.00/1.00 vMB 220
492,796 492,796 000000000000000000af0f0a62a9ef98ad9011886f95d954b49f0229af2370a4 2,039 1.00/1.00 vMB 220
492,795 492,795 00000000000000000020c3430fb5a9004a9a238df6ed864569961a70c9579fb2 2,394 1.00/1.00 vMB 244
492,794 492,794 0000000000000000008c61b5fcb8278ddb724f4615e03062b822bd9cc78307f5 1,602 1.00/1.00 vMB 199
492,793 492,793 000000000000000000942541c41d064be1f8e8dad8035836f9f899592687e3d6 2,508 1.00/1.00 vMB 224
492,792 492,792 0000000000000000009d407e55ddae30af6a210efb39e09e50e448021f1df133 2,711 1.00/1.00 vMB 248
492,791 492,791 000000000000000000207da75127e5e4e2f19c822b14a7b0aa70fff4b7abb1a8 2,167 1.00/1.00 vMB 222
492,790 492,790 0000000000000000009f287495f0034280a952bdae3292528d533f9b02ebdb5a 2,239 1.00/1.00 vMB 258
492,789 492,789 00000000000000000034f80c991aaad79c65ea8c2da7c3453fd016f0284132f5 2,391 1.00/1.00 vMB 206
492,788 492,788 00000000000000000062e85ca4995797c98827ebe8eef0bd743f06fcb8e7babc 2,182 1.00/1.00 vMB 153
492,787 492,787 00000000000000000020e104ca7eca9d94410d50d7911334371d4f78514acb3e 2,299 1.00/1.00 vMB 66
492,786 492,786 00000000000000000040dfe50cdfe47d86d3724314393861174bb82e95e8b3e9 1,886 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.24 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: 655.14 GB
    • Received: 14.26 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.