Loading Tool

Explorer IconExplorer

Memory Pool

48,792 transactions
28.27 vMB
0.08100345 BTC
Random Selection Loading Transactions
Max Size: 150.96/200 MB

Candidate Block

Mining Attempt 16e9b3eef8ed6b3b40aa2e4e1604a7a88687e0ee093821f6bd28b4d9e84f0ab0
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 2d6cdbbb85a9eeb4439ccc86a66aed1357b8f1904e9103eebce326fc95a65784
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,129
Size: 1.00 vMB
Total Fees: 0.02710754 BTC
Feerates: 500.45 > 2.72 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (380,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,253 534,253 0000000000000000000222df8ae9faa251aab015183a27c3e12a4f84c3c99a54 2,130 0.86/1.00 vMB 20
534,252 534,252 00000000000000000015b1681f2db980643fcfe6c36bc330c56e20731bed7010 36 0.02/1.00 vMB 5
534,251 534,251 000000000000000000036ce807958a42323bf64beb202afa5fa11da5e663e95b 1,258 0.54/1.00 vMB 15
534,250 534,250 0000000000000000000a51dbddc41a5bad80c665c5a4e5c2a0533c0d966a5c53 897 0.37/1.00 vMB 17
534,249 534,249 0000000000000000001dc6840e0ab223789454f070696379270d7bec110ac543 1,376 0.55/1.00 vMB 20
534,248 534,248 000000000000000000118d7fc82e0f1d6f3272d5d6deda3a8ffd9f26c5a16168 2,147 0.90/1.00 vMB 16
534,247 534,247 000000000000000000062b19678157d026b07437987644330d3201ebe3f4979f 346 0.15/1.00 vMB 17
534,246 534,246 000000000000000000280e9a505b1565bfa100a182d8c6742c5a28938953abc0 459 0.29/1.00 vMB 10
534,245 534,245 00000000000000000016fbc86abe1d0ab8729a0f572e8267a015570d4cd11335 1,454 0.68/1.00 vMB 15
534,244 534,244 0000000000000000002e19e60571e3551961e9215049dea21d14c91fa7b8e3f6 1,040 0.42/1.00 vMB 18
534,243 534,243 00000000000000000026531359bbbdca1c71283e0d50a0a26d68587760e953a8 1,445 0.69/1.00 vMB 12
534,242 534,242 00000000000000000025fc650a2ccb3bb46a39cea12e2e91dfd7bd1518c2584e 2,250 1.00/1.00 vMB 8
534,241 534,241 0000000000000000001bbef3bd3d04f95b84143a5f0706fa739408bd4f2b8d96 2,266 0.99/1.00 vMB 38
534,240 534,240 00000000000000000010edacfe56dc4f58436afeadc0f9d203bed8aa4824e06f 52 0.02/1.00 vMB 13
534,239 534,239 0000000000000000002eca92f4e44dcf144115851689ace0ff4ce271792f16fe 1,364 0.48/1.00 vMB 17
534,238 534,238 0000000000000000000356cd9dec121a06da45b7884eb34b0001996bef1af920 1,205 0.65/1.00 vMB 19
534,237 534,237 00000000000000000030eb7fab08f1bc4b2b7009f61ef6ea926be0798f8c35eb 312 0.10/1.00 vMB 21
534,236 534,236 000000000000000000291c3072f9404d0390322a849e5b5f145387a59e4e8315 1,445 0.67/1.00 vMB 20
534,235 534,235 0000000000000000002421eeed374b9a379725530c7edd3a3f74ded49db3609d 687 0.29/1.00 vMB 20
534,234 534,234 000000000000000000189af459b85d3dc5c64df62bb5fb313fc9a158e127f9d7 468 0.18/1.00 vMB 17
534,233 534,233 0000000000000000000c9aea21d0dcd6f0801029bbc8cc7661a658c6067d80d0 977 0.42/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.