Loading Tool

Explorer IconExplorer

Memory Pool

72,685 transactions
28.03 vMB
0.06679710 BTC
Random Selection Loading Transactions
Max Size: 166.04/200 MB

Candidate Block

Mining Attempt 3df0826d3f6e601df8ab35a03f441f02eb29f36d7e9d59b386a5931310d22c22
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root ed8cb505d0fdceebc104007b417ff4f1f04f77a6b1be67e5322dbb30d9faffff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,937
Size: 1.00 vMB
Total Fees: 0.01069977 BTC
Feerates: 150.86 > 1.07 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (279,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,227 635,227 000000000000000000087906f530ca381e294dc005fd8020a1d2dfc06884c9aa 1,144 1.00/1.00 vMB 8
635,226 635,226 0000000000000000000a4857d8070cdc879c8719e4c676b0a8c99bd4d63e7944 373 1.00/1.00 vMB 4
635,225 635,225 00000000000000000000aaadae72f384c6f25eb77866dfd292a20199523a571c 1,343 1.00/1.00 vMB 6
635,224 635,224 0000000000000000000d614abfc5c572f2e43f810396d25cc2ed44321bc0c056 2,602 1.00/1.00 vMB 18
635,223 635,223 0000000000000000000fd0b3b67e5311d5f4f6e161c28280ca249499d2a41d82 2,602 1.00/1.00 vMB 31
635,222 635,222 0000000000000000001169f2d5212771c9e34e9ed37ae2130cee8b85145f7a23 2,067 1.00/1.00 vMB 45
635,221 635,221 0000000000000000000ff62f510afbbc8e738a4283813c97b379d4e56445f847 1,528 1.00/1.00 vMB 12
635,220 635,220 000000000000000000116b9926f0606e627ea77fca178791fa59e0f4a1c942a1 1,942 1.00/1.00 vMB 11
635,219 635,219 0000000000000000000b7c7df008f6235844bae655af15e1ee0ddc07635a6de5 2,793 1.00/1.00 vMB 8
635,218 635,218 0000000000000000000c1d03822b1c58c73703fa302ea7ffaf13f673641c515e 1,824 1.00/1.00 vMB 36
635,217 635,217 000000000000000000076edd0824f028a58ed03d895d7aeda59e90c429b60daf 3,056 1.00/1.00 vMB 46
635,216 635,216 0000000000000000000dff506ce223fb34419d5923b65e30d4473ecd8b8b7cad 3,206 1.00/1.00 vMB 37
635,215 635,215 0000000000000000000030a4092cda1f5c767c088fc4eca8edc9c3eab6e0ff0a 1,408 1.00/1.00 vMB 12
635,214 635,214 000000000000000000099f3f64511aa181a1ab3636ad4c55b50bc4af5dc9718e 1,481 1.00/1.00 vMB 12
635,213 635,213 000000000000000000112e64361d976fd28b58396c3e09b91d2aeefd6440a56e 2,001 1.00/1.00 vMB 19
635,212 635,212 0000000000000000000ada4599801f493fd2983572549ea3721df0eb9264b4b4 2,717 1.00/1.00 vMB 25
635,211 635,211 0000000000000000000f6cb654ab3084410b7be9ec9b3a11657f44333e1cacea 1,868 1.00/1.00 vMB 23
635,210 635,210 0000000000000000001180557a00865a465aa0e9841d67cddcb26399e59fd040 2,362 1.00/1.00 vMB 3
635,209 635,209 00000000000000000011bea75ba4a7195668406cdf7e4ae2d2c98b4c03dd625a 1,153 1.00/1.00 vMB 35
635,208 635,208 000000000000000000054284bf08a33e420c738b4af9c493a8ec2cbc1cdcd785 2,899 1.00/1.00 vMB 30
635,207 635,207 00000000000000000004b6789292f0574835cb9fdce13d0657b9c7d90c1b22f8 3,424 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.45 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: 666.77 GB
    • Received: 15.22 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.