Loading Tool

Explorer IconExplorer

Memory Pool

74,572 transactions
27.50 vMB
0.07093174 BTC
Random Selection Loading Transactions
Max Size: 167.92/200 MB

Candidate Block

Mining Attempt 6562bb96b48ae36e7b5edcc098c164a12d4b8c394225419da31751c4bcabb3f6
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 7969b9a9cdf315f528b088fef907a644d45b0df7ccf4c3a11cec47f686bc3cf3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,857
Size: 1.00 vMB
Total Fees: 0.01235246 BTC
Feerates: 80.55 > 1.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (486,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,239 429,239 000000000000000001044faf4bb694f775110441aff2d22206d69c05188d5e5e 1,127 1.00/1.00 vMB 37
429,238 429,238 000000000000000004a6a7802f9224d7953edaa46de5986af2d8fe3e55f2e3c3 2,639 1.00/1.00 vMB 72
429,237 429,237 0000000000000000010b64b22d6676a93a638b079a402972fd41bc44eef90175 2,028 1.00/1.00 vMB 44
429,236 429,236 000000000000000004d1fc1add32712d804246b3cf7002ab4e80de462b9877e9 1,990 1.00/1.00 vMB 54
429,235 429,235 000000000000000002f60e9a44a315532230c9f5f57c529bc236b1ac9f347505 1,622 1.00/1.00 vMB 37
429,234 429,234 00000000000000000046cd6ccdde5ea5dcab34654604dcdc204cc42e08109599 1,905 1.00/1.00 vMB 45
429,233 429,233 0000000000000000040b66e7c7909cfdb91b2559c61e2b4d1f72fb00440e1ca9 2,343 1.00/1.00 vMB 65
429,232 429,232 0000000000000000012135e1705cdd48c05a23f0b7b883085a0bb9b30f11e5ee 2,318 1.00/1.00 vMB 60
429,231 429,231 000000000000000004abc9eb4da0f09124504b7bf93a4fc88acc4788d297d36b 2,783 1.00/1.00 vMB 81
429,230 429,230 0000000000000000010ea5d887cf3815d0161695ab9e9aef4aa4b282a4cfb62f 2,503 1.00/1.00 vMB 62
429,229 429,229 0000000000000000033dad6e6e011c177251c57c49e0f4156e04e67e995f0f6f 2,114 0.93/1.00 vMB 86
429,228 429,228 0000000000000000032c11c13a37e8f6b2cc4f5efa39c0d478418ddae6d0d9de 2,341 1.00/1.00 vMB 78
429,227 429,227 00000000000000000293b7fdaa75d712aa60e6f5b0e380514f61dd9e91f4f5cd 1,554 0.72/1.00 vMB 56
429,226 429,226 00000000000000000068602ddf32265ae124a92d4161300669b3381c0dcd9aa9 818 0.31/1.00 vMB 63
429,225 429,225 0000000000000000007d4aa2d9505e662b3d407b751fa9cccf0e65a01f64c9e1 1,144 1.00/1.00 vMB 27
429,224 429,224 0000000000000000038298937fe1b26ad752b4caa272a49c090453df4fc38440 412 1.00/1.00 vMB 9
429,223 429,223 0000000000000000028c15920d7f97626e62ff93ba3a230030203529d351dd83 180 0.07/1.00 vMB 60
429,222 429,222 0000000000000000017db9dfde1f3604b865c3bf583a9ae2b93826993a9267c0 1,326 1.00/1.00 vMB 30
429,221 429,221 0000000000000000002399f9bd45cedbfbdafdf512552a3a2b3fb49d885042f2 2,123 0.85/1.00 vMB 63
429,220 429,220 000000000000000002d06d46ee3c1448df18a91ea0f2b3000366220b45a2f1a6 687 0.31/1.00 vMB 64
429,219 429,219 000000000000000001301cede0b7bd23ddd67a406177c18173aeee325e4837e1 55 0.02/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.