Loading Tool

Explorer IconExplorer

Memory Pool

46,244 transactions
26.90 vMB
0.06236738 BTC
Random Selection Loading Transactions
Max Size: 142.82/200 MB

Candidate Block

Mining Attempt 3d181a044dfe591cbd07fae69086fd8fbc13864939effe1b0f5e9557efb94d36
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 61d772572807308937b620c8c98419362d08a1903312b6aa3277ceeb3a3231d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,399
Size: 1.00 vMB
Total Fees: 0.01271578 BTC
Feerates: 100.17 > 1.27 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (412,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,253 502,253 00000000000000000070933ab79c15b4618750effcade6164b0273d41628484e 2,827 1.00/1.00 vMB 410
502,252 502,252 000000000000000000677ef4df9202b90006c43898ee07db2e4700b76ab234b5 1,939 1.00/1.00 vMB 551
502,251 502,251 000000000000000000694f6000c47d387befde0792876f6b0d0d90bc1f060a8d 2,396 1.00/1.00 vMB 528
502,250 502,250 0000000000000000002ddd379449e0e17f6ecc26a6c6dfe33aa829fde4a4bf7f 2,710 1.00/1.00 vMB 397
502,249 502,249 0000000000000000001681a5d790d89f2a75412e61b4084d0f800333c2f3ac5c 2,129 1.00/1.00 vMB 465
502,248 502,248 00000000000000000034cb751b20d15b60eab1099309707106dc48e1bdbf0752 3,093 1.00/1.00 vMB 450
502,247 502,247 00000000000000000040f356e5b35b0b0b60a59f2c18e35954a4dc84d154e995 2,807 1.00/1.00 vMB 563
502,246 502,246 0000000000000000006997ab02a6aa4cf8003609967ed09745f114293e866e96 2,769 1.00/1.00 vMB 499
502,245 502,245 00000000000000000080f0a452a5244500f960e46a552d1e9487f14cc232f961 2,646 1.00/1.00 vMB 333
502,244 502,244 0000000000000000008dec71ea9385feb7f642b7f1c3fb4ee309a38dcc986e30 2,813 1.00/1.00 vMB 557
502,243 502,243 000000000000000000508783a26ffaae5fc2a2b13fa70661560105c1bb99a829 1,814 1.00/1.00 vMB 158
502,242 502,242 0000000000000000005cfd5b9857995d1b09c346fa908e78c6e56382362152de 995 1.00/1.00 vMB 196
502,241 502,241 0000000000000000001c4ce1eb092e40fa55da7d47f58f2e3df0695569fd8a70 2,384 1.00/1.00 vMB 273
502,240 502,240 00000000000000000042664833d5b73ce8a163f77c82ab9e950ec83788ac01d1 2,715 1.00/1.00 vMB 471
502,239 502,239 0000000000000000001736f47309dc30b8658ae170eed1753802f7dfa5a4a79f 2,989 1.00/1.00 vMB 504
502,238 502,238 0000000000000000007354e75ae78859fb3232a62295c11e5622590f04f79b8a 2,116 1.00/1.00 vMB 280
502,237 502,237 00000000000000000052f7efaa2fb571dc09e98c689b1d5aaf5668b20bef12b9 2,816 1.00/1.00 vMB 408
502,236 502,236 000000000000000000723d1912f4a72deb9460af07a9741fe0b8c124c9eb6ae1 2,509 1.00/1.00 vMB 358
502,235 502,235 0000000000000000003cc2831ef10ba1c8f7af4d02ad2e8b16c4ff87e22a7940 2,762 1.00/1.00 vMB 440
502,234 502,234 000000000000000000717c551fbb780f312932b190182f9bfac42a4462ad9c74 2,993 1.00/1.00 vMB 488
502,233 502,233 000000000000000000511cb6c349c474e64e8227bbcb163c79fe714ea2af9649 2,974 1.00/1.00 vMB 491
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.