Loading Tool

Explorer IconExplorer

Memory Pool

37,899 transactions
27.11 vMB
0.05611297 BTC
Random Selection Loading Transactions
Max Size: 138.21/200 MB

Candidate Block

Mining Attempt afe8db177840f955e7de10a1137b2bac1d5c450f458a6b1daf8e663417a61bf5
Version 20000000
Previous Block 0000000000000000000106a1e4aa287915d89b3784466736987e1acd439ed5c9
Merkle Root 9ed9bab082b22d631bb5f18ddf7ec539bf5f77a1291fcada31208a30838877e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,151
Size: 1.00 vMB
Total Fees: 0.00504648 BTC
Feerates: 150.75 > 0.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,646 (244,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,252 670,252 000000000000000000020eb29f28eed9e8f962052b6841bbe3083c85e98935a9 1,616 1.00/1.00 vMB 166
670,251 670,251 00000000000000000001eed91308c14fb363feb93a29db0f959306ee7d5b67a3 1,564 1.00/1.00 vMB 186
670,250 670,250 000000000000000000038a9d92e3d32abd966f365971d8121aa1bb7878730a97 3,020 1.00/1.00 vMB 204
670,249 670,249 000000000000000000016a6189a8b967b3374abb3cb334404bc040864619ab06 2,258 1.00/1.00 vMB 162
670,248 670,248 00000000000000000000ac0252ad57e86a14650d616db146871a6acdba641a06 2,274 1.00/1.00 vMB 191
670,247 670,247 0000000000000000000c5d59b39d802a918931437c0a1e37cb17f1e37dc1184b 2,703 1.00/1.00 vMB 111
670,246 670,246 0000000000000000000b89b0e239aa663515a30d644cb6b8e08fb79d9093c2c8 2,885 1.00/1.00 vMB 145
670,245 670,245 0000000000000000000c3d41f8da010d38acc9f8242671bbdf1c78df528ee1a2 2,517 1.00/1.00 vMB 84
670,244 670,244 0000000000000000000135af02617c0d76cf0f0a819169ebef5fb0fccc583ba7 2,568 1.00/1.00 vMB 147
670,243 670,243 0000000000000000000aa1467378fc41178be8450f65b0ed16cc1946dbddcf08 2,423 1.00/1.00 vMB 121
670,242 670,242 0000000000000000000993471fdca536625c1e0be557acc2bceaafe2cfa1a38c 2,849 1.00/1.00 vMB 65
670,241 670,241 000000000000000000093658b0aaeb4f8014e4c355ff3f1e9d7b39eeed79584b 2,995 1.00/1.00 vMB 94
670,240 670,240 0000000000000000000bf4a95dca79171c7e95e11a3b00b630d4ede8f1fc7571 2,152 1.00/1.00 vMB 162
670,239 670,239 00000000000000000004774bf4ed399baef8935bb69df6a0267676aeefef1e65 1,640 1.00/1.00 vMB 187
670,238 670,238 000000000000000000048b15af23154b1c2f7772a22b70fbcd70f48c05b837d9 1,982 1.00/1.00 vMB 144
670,237 670,237 0000000000000000000c6604c64e0a2a2e4fb11f32f61028216ea20620126bb4 1,827 1.00/1.00 vMB 125
670,236 670,236 0000000000000000000385cfe25c1bfd7fb7aecb2f70f4a881d8f05d8d335b30 2,304 1.00/1.00 vMB 63
670,235 670,235 000000000000000000022257b7ddf29806d8bdece594edadd95039156a044e6b 2,478 1.00/1.00 vMB 80
670,234 670,234 00000000000000000001ee27497f61b3aaf06186a58d4ab2fd9666c47ae155ca 2,950 1.00/1.00 vMB 71
670,233 670,233 00000000000000000007fc383283fc5090046a154448673fcd23044d7ea77880 2,896 1.00/1.00 vMB 88
670,232 670,232 00000000000000000000eb121e8a41f7fea6a091ddeb4a5f7229d5256e182be6 3,075 1.00/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 781.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: 632.55 GB
    • Received: 12.12 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.