Loading Tool

Explorer IconExplorer

Memory Pool

23,101 transactions
10.12 vMB
0.02798235 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.95/200 MB

Candidate Block

Mining Attempt 0d37843b1adfc5ca87e849fc79e5075df713f263e87b630d3277e9a98cf6caba
Version 20000000
Previous Block 00000000000000000000530b19dff44f12db6823c6764166133ba764e9326fca
Merkle Root cac26739ba8690cb8a5d524eee824ffa4759a9396856d67e20dafcbe8cb8f597
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,642
Size: 1.00 vMB
Total Fees: 0.01164412 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,508 (780,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
133,205 133,205 00000000000002f0e635c29ad7ecf670a200492657f30fb8deb694d17e8053c7 143 0.05 vMB 347
133,204 133,204 000000000000069b4899997aa3b11c2c5a9d49be3906834b108e3f66ffeae8f5 163 0.05 vMB 230
133,203 133,203 00000000000004745920854a5f61d2fef630144953d8d60501e952f1eb43ad56 147 0.05 vMB 145
133,202 133,202 00000000000004c9eac85b912a269eac953fbfd36754c481c484daf14162438e 65 0.03 vMB 897
133,201 133,201 00000000000007949a8fea2cbad1e4ca6014a820729f7cdffe5617b2fa317256 58 0.03 vMB 1,013
133,200 133,200 00000000000006ae784ee6d1c61f2943d69d2493e0a961ca37fd5e71bd60bd79 176 0.05 vMB 91
133,199 133,199 00000000000001cc313a9c2768face266e1555a460ee510f7ab4bb0941a2a17c 25 0.01 vMB 63
133,198 133,198 0000000000000b83192661457e22c6e229c96b1d31003052d6105b294cd720a1 23 0.01 vMB 666
133,197 133,197 00000000000008b65f5798a2eee75722d02827410b94c90a8a164bd5829b83c7 24 0.01 vMB 605
133,196 133,196 000000000000080fecade1961fff0c87de03550cc8f670a9e8c4bfed6e06e342 9 0.01 vMB 384
133,195 133,195 00000000000000f8e8e890c300354b9b0e2fd34ae0d292589692eba0f1aa1fdc 45 0.02 vMB 682
133,194 133,194 0000000000000556381c2fa6f84f79c1a1204818bd9842df5dd415f18fe4034b 4 0.01 vMB 0
133,193 133,193 00000000000004fff74712b7df693ab9414bd2ff86e119814dda8abbfce2cd89 185 0.05 vMB 40
133,192 133,192 00000000000004407287d3e0895beaf9ad20c6aac7e808f4faa3171e6b55ce17 89 0.04 vMB 451
133,191 133,191 000000000000073a75501599c1a8eb0643b5980f9f805d47d7842613088d3893 76 0.05 vMB 281
133,190 133,190 00000000000003f4711dd55576724e4cfaff4f76475a640e753e91d3f181c711 10 0.01 vMB 77
133,189 133,189 0000000000000b6a13135ecebe00e2d89d24284e98d7022835b1cc66e2eec0b6 13 0.00 vMB 289
133,188 133,188 0000000000000aaa845ca125309671730e323341e5e8a7907826bae2227cf56f 38 0.01 vMB 945
133,187 133,187 000000000000088654a1129f5ba9c6957fe2cfa01298625e11f3843c5e1d8874 35 0.02 vMB 447
133,186 133,186 00000000000000dbfcbbe1399e50044b9d4f592547fd67f60e3dc7bceb5d674c 128 0.08 vMB 255
133,185 133,185 0000000000000255b499072ea4dd967dd17ef07809fa4bf2b23fa114e4317ced 57 0.05 vMB 128
Previous 10 blocks ↓
Total Size: 779.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 379.23 GB
    • Received: 1.90 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.