Loading Tool

Explorer IconExplorer

Memory Pool

73,197 transactions
27.12 vMB
0.06144718 BTC
Random Selection Loading Transactions
Max Size: 165.66/200 MB

Candidate Block

Mining Attempt 3c044c5094f56fb86a922214e34fbdd1d9edace9fdadcfe10ad4509e26131931
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root f84114cd959f06e9f3c95a8d9da98e01cce12a5287ddc4b6b07dc883d1f36d43
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,015
Size: 1.00 vMB
Total Fees: 0.00391131 BTC
Feerates: 84.38 > 0.39 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (247,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,529 667,529 0000000000000000000108540e437a1f30c94c51c4a1dde2ee12eb995753026d 1,942 1.00/1.00 vMB 55
667,528 667,528 000000000000000000000b8911b195239106b916bdea4e39aa75364287ce9fc4 1,268 1.00/1.00 vMB 48
667,527 667,527 000000000000000000047efd6b5d7bd74bf60e4a8c8f2cc76e967ed3811cdf17 2,652 1.00/1.00 vMB 76
667,526 667,526 00000000000000000005f2a1b30f037e6ac72b447596f12e8adbaea4fc332303 1,105 1.00/1.00 vMB 22
667,525 667,525 0000000000000000000019937e9503e87d108a32f1231b2fa469e1fdf14c6677 1,417 1.00/1.00 vMB 14
667,524 667,524 00000000000000000004bc4c1a7dd68833437b929cf95a7f7e432aaa1f5871e0 2,279 1.00/1.00 vMB 20
667,523 667,523 0000000000000000000485edbac01ac234a39b34dc4574a6679cf2dbed1b4955 2,235 1.00/1.00 vMB 56
667,522 667,522 0000000000000000000a48e495332632ac5e82ef5183ac49cec9bd32faba1959 2,134 1.00/1.00 vMB 23
667,521 667,521 000000000000000000036170114483dd61dc555e10dd7dea4b8e1ec8b2f0467d 2,481 1.00/1.00 vMB 65
667,520 667,520 00000000000000000005dd1b412556969956c84e47dd5f8fe1450a23e7523641 2,134 1.00/1.00 vMB 111
667,519 667,519 000000000000000000060fbf8f8a95ae30d14275b3bdd2b6c4e4f0757136488e 2,062 1.00/1.00 vMB 49
667,518 667,518 0000000000000000000c02c32e7bde717c29e1230b67c738a014ed1320c7dec4 2,382 1.00/1.00 vMB 10
667,517 667,517 000000000000000000093ac891b0686cf15d2b680bdf5bbbf606c676079efe15 2,538 1.00/1.00 vMB 43
667,516 667,516 0000000000000000000aef67562e40606421ac717de9fa1b58e50b9f5b2f8445 1,227 1.00/1.00 vMB 65
667,515 667,515 0000000000000000000ba423ca73fb5fab22a1e775839cecf0dab8cbb3c97680 2,780 1.00/1.00 vMB 96
667,514 667,514 00000000000000000002afcfc398467fb8a0fa60d3add62c28d1b6e4c2c649bc 2,728 1.00/1.00 vMB 91
667,513 667,513 00000000000000000002e3beb3d2b6e9142e25bf05e14d66077ed8e58d666fa9 196 1.00/1.00 vMB 4
667,512 667,512 00000000000000000000e4b838735ac9a6b64f89a29cbbc5cfa28caeae74bd91 1,047 1.00/1.00 vMB 14
667,511 667,511 000000000000000000037177bf48ff6793d58d3c0f6a4a188af6de6e97fbe475 1,932 1.00/1.00 vMB 56
667,510 667,510 000000000000000000052b0b8757171d33a8a32db8dfe89a7dcea572bb0811fd 2,405 1.00/1.00 vMB 21
667,509 667,509 000000000000000000064aed7a8779a4bb9e6e8fe98f9a150cb19bc0f54706ce 2,422 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.89 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: 713.36 GB
    • Received: 17.36 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.