Loading Tool

Explorer IconExplorer

Memory Pool

41,985 transactions
27.72 vMB
0.07669550 BTC
Random Selection Loading Transactions
Max Size: 143.12/200 MB

Candidate Block

Mining Attempt f50e8c0d7508aa8f8e5e5c13b1bc0aa36c5bbd5dfead9a3ca122a489d94ebaba
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root 2029593feb3d987b40af116b962205f9099493d6ea49c73197691cac36a9a640
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,221
Size: 1.00 vMB
Total Fees: 0.02143281 BTC
Feerates: 180.63 > 2.15 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (786,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,245 128,245 00000000000018f2337ccd19daab82c14438019b954f47e568f84f8b0e83431e 17 0.02/1.00 vMB 659
128,244 128,244 0000000000001c70a424496e53e12b373e413dd81315ac9ce80f85228025750f 85 0.03/1.00 vMB 515
128,243 128,243 0000000000000514cf889a2a9d98677271d93323f0578d21ff0c49f223b29d7e 15 0.00/1.00 vMB 330
128,242 128,242 0000000000001885d928327489e59299d1d9be3c9e56e38d2ffea773f35f9a0f 11 0.00/1.00 vMB 719
128,241 128,241 00000000000006d039807882e8a065f54a5925cf61c5c3b0186bdb90828f9a08 11 0.00/1.00 vMB 2,241
128,240 128,240 0000000000001bd23b27c094c2381fe553effe0b0538f55253e0aa2991d463ad 57 0.02/1.00 vMB 937
128,239 128,239 00000000000025b0d8808ec0279dd0308d74eb028b1a80b32b1c257e99aed7c2 4 0.00/1.00 vMB 639
128,238 128,238 0000000000000e3c5e4ee33fc3384146e5996903779eb1ef8d9455aa0d07322e 11 0.01/1.00 vMB 23
128,237 128,237 0000000000001dfdad9f957b18b48b7e0345ad8db237d7d30aaa1c533eaf7357 124 0.08/1.00 vMB 509
128,236 128,236 0000000000000bd61744af29d98bf41c9da021cebaefbaa75324e2785fa318dc 7 0.00/1.00 vMB 934
128,235 128,235 00000000000024391e355cb35853c5e8c2c96fb8590aa9b49697a47e1337bd83 82 0.02/1.00 vMB 171
128,234 128,234 0000000000001324270d5bccb877a8ff4f9c6d97a912481c1d25a0c956ee3217 44 0.04/1.00 vMB 757
128,233 128,233 00000000000024ee04adaef9c8826ef3d0b0d389317841d42e172c10b71cb5b6 81 0.05/1.00 vMB 748
128,232 128,232 00000000000011baace4c0afb2e05bf41271e6dc616f854a89abc48b11646675 2 0.00/1.00 vMB 1,251
128,231 128,231 0000000000000eeac3739ba7045788a52bcb02a07b198df682ca2316edf4fede 9 0.01/1.00 vMB 861
128,230 128,230 000000000000081ab3c2e2897963d657cddbe176dce4cf7e27831273796e99c0 28 0.01/1.00 vMB 1,050
128,229 128,229 000000000000020beadab612bc2024d9b56c3795cc2dba519cb793a371e1713b 10 0.00/1.00 vMB 1,216
128,228 128,228 0000000000002693f263f9a1caf8f56f6c19d37eb09500349596446c41d43fc5 35 0.02/1.00 vMB 283
128,227 128,227 0000000000001080119fb6e3b0495a5a89f3c99e9436fe202098b1df3d04e407 48 0.03/1.00 vMB 908
128,226 128,226 0000000000001e0367d268823614b13ade06e7c49eed5d0c0bae2c2d562c1256 86 0.03/1.00 vMB 44
128,225 128,225 00000000000006c49e478738cba8d63f1ddd41df2f0abb7dacc61f577a01a338 38 0.02/1.00 vMB 912
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.