Loading Tool

Explorer IconExplorer

Memory Pool

70,442 transactions
26.43 vMB
0.06325307 BTC
Random Selection Loading Transactions
Max Size: 159.92/200 MB

Candidate Block

Mining Attempt f8754fd19638d8fb9117baa07cece005491271efd242085787e2e091b73ca159
Version 20000000
Previous Block 0000000000000000000036422ab61dbcf0349de83af20f000132644b332f8024
Merkle Root d890a534f2f9a9b4e3cfdb8be724102d8fd679ba8525f3d7878b1d3315073b64
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,475
Size: 1.00 vMB
Total Fees: 0.00687512 BTC
Feerates: 99.06 > 0.69 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,462 (878,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
37,199 37,199 0000000021ca29a2eae620c95996a3ab31c75ca2b4c99d829ed93fd963be463a 1 0.00/1.00 vMB 0
37,198 37,198 00000000037788d1051cb8a4e19747e722944da40dba347143b88af563c598b3 1 0.00/1.00 vMB 0
37,197 37,197 00000000b41a51de610aa8ac171c84472fc773b84abeff5051f0819bc20e1cc3 1 0.00/1.00 vMB 0
37,196 37,196 000000003a203abbed1eed1a926b439b89eca8e279655df706aa6a9316202c63 1 0.00/1.00 vMB 0
37,195 37,195 000000009f0351f6c8f0619e3915dadfd0216a6f9415c7aed3f399298fa4863b 1 0.00/1.00 vMB 0
37,194 37,194 000000001b103f719f6a1a0bd02a4e044fa5308b3cd561d88b5a7a7cddc70171 1 0.00/1.00 vMB 0
37,193 37,193 000000008f0efbc88568b4a20766b5b1a99ad117df430a90217288a060ef6f3d 1 0.00/1.00 vMB 0
37,192 37,192 000000009f1d8479d8179180e6272314cd6af0ed908064fe5df533c2360a17af 1 0.00/1.00 vMB 0
37,191 37,191 000000009c9b0bf9d28b3fd8212a53916e99c56c17ed3f612d38b2ec986961f6 1 0.00/1.00 vMB 0
37,190 37,190 0000000042d5e84e83539faf0b45ba875f8b4e2ff97d5bd683fede74d72dae1a 1 0.00/1.00 vMB 0
37,189 37,189 00000000199e69f8e5491a75092647b6befc25d0b1d85f3ea09f5ef178dbbdb1 1 0.00/1.00 vMB 0
37,188 37,188 00000000225717f8e6a51ded1aa869eda52c0f82c432e5c427ae7a800c153727 1 0.00/1.00 vMB 0
37,187 37,187 000000005459e4128e9cfe654a4161bab09e04c408fa787f289ee0bf54221159 1 0.00/1.00 vMB 0
37,186 37,186 0000000087369f184875cae4b96f646ab446d9db7c21db3444829ed61ffe4075 1 0.00/1.00 vMB 0
37,185 37,185 00000000ac31a6635ec13b4436a851eb24c282cc812dd4001837090d5ae19da3 1 0.00/1.00 vMB 0
37,184 37,184 000000001a49b1da0d7ead700e2cd1431c31457494d4e2d6374b6c83c0b743fc 1 0.00/1.00 vMB 0
37,183 37,183 000000006ecbb98bd22ecec3a891f9741f6832e170dd406a484c12fc51e7e7e8 1 0.00/1.00 vMB 0
37,182 37,182 00000000b1892aff10c1f01ade30421b46791552ab1db1df9933ebbb80cb4f5b 1 0.00/1.00 vMB 0
37,181 37,181 00000000442a23e69902cb24f457e902ead6aeabf4cab138be0f559acf7535e6 1 0.00/1.00 vMB 0
37,180 37,180 00000000949c58941c23f7dd2e21318a60c87a757a8a5deb8a9a26b35e874285 1 0.00/1.00 vMB 0
37,179 37,179 000000009c6874969c4e9f44d3dca3aa05ceac9ab1e1743d711076238634d97a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.20 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: 753.91 GB
    • Received: 18.91 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.