Loading Tool

Explorer IconExplorer

Memory Pool

97,361 transactions
25.49 vMB
0.06660191 BTC
Random Selection Loading Transactions
Max Size: 172.07/200 MB

Candidate Block

Mining Attempt d830d752e4b52732f7d8402c2b66b5dc613d91310d656e1f8de0e5c16d5edff7
Version 20000000
Previous Block 000000000000000000017590cae238dd765f7ca3d7ddb4ea46d35094013b178f
Merkle Root df1adaa68c9fd7688222f9334f1ec91574b5a1cea9d8a77f8cf96f719c760d35
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,630
Size: 1.00 vMB
Total Fees: 0.00517453 BTC
Feerates: 20.11 > 0.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,078 (862,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
53,384 53,384 000000000b33d2e8f09f0de3ac8732fb4d6d0a7e36733e1c2d8caf142a60c7d3 1 0.00/1.00 vMB 0
53,383 53,383 0000000014d4b07cb9fabd1f1d53437e28565a532ee0669ba67214425c24ea14 1 0.00/1.00 vMB 0
53,382 53,382 0000000006d7ab2f78d97b58274b44e51d0e33b0c4d8bfe7b49afe55c9732e10 3 0.00/1.00 vMB 0
53,381 53,381 0000000009818558bdc97bee1d6aeaaea3219dc8571971ddcc68cc613fa0ca15 1 0.00/1.00 vMB 0
53,380 53,380 00000000031a9e8e4e3e4d984d94fa79b1538a13f912cebe53e8f699c6d3bc0d 3 0.00/1.00 vMB 0
53,379 53,379 000000000de5444a018277c1e81f6aa03ad2cacd9df9a07a556bcbbb0d0d004c 1 0.00/1.00 vMB 0
53,378 53,378 00000000057e90c4221a948be4ce3715b14b19cbcdb1f1fc9bc2d3337fe02fab 1 0.00/1.00 vMB 0
53,377 53,377 00000000028c681fc44f6105696dc19792fe16c475331f800572a01b1ff407cc 1 0.00/1.00 vMB 0
53,376 53,376 0000000015c2db4d2aae5106cb5510154728b2bcc772e940c9acf6d16a1ddb5b 2 0.00/1.00 vMB 0
53,375 53,375 00000000131e2a3d69444828ac45fdbafa7cda1475ff724b4fd7f61f5c7253f0 2 0.00/1.00 vMB 0
53,374 53,374 0000000000a7bce52102d9820c3eb6dc137079534aea278dd7c45efc599d0488 1 0.00/1.00 vMB 0
53,373 53,373 0000000006990f0ac70d95967833a05554fa8c5ab42b6c3657ca7cc2cea9e2b7 1 0.00/1.00 vMB 0
53,372 53,372 000000000ddbff83e667ddfe9da95db49bae403745c52f6251163a50cf7e102e 1 0.00/1.00 vMB 0
53,371 53,371 00000000061151285b66698a116c91ae3d05de30f739a8afcc34f5c8496eb8a8 1 0.00/1.00 vMB 0
53,370 53,370 000000000be604447b92927c4b483496510d284047ce8d8a052f0694c625b465 1 0.00/1.00 vMB 0
53,369 53,369 000000000c79c619752f1654215f4d663b22ed3bb350691ef110937dd9e6107b 1 0.00/1.00 vMB 0
53,368 53,368 000000000972387b4ee92dfc85a76ce696d185be5afa8e58fb156c4a9dc7fb8d 1 0.00/1.00 vMB 0
53,367 53,367 000000000fdea37606194ece160d3fb0798a61600e2b57ae325913366ba73689 1 0.00/1.00 vMB 0
53,366 53,366 000000000607ad7d06fbca9e678d2fcf34f00b48a0fc01634c977e13b98027e5 1 0.00/1.00 vMB 0
53,365 53,365 000000000064b280136ec343a1e54ed43f615577bcbea62ec3b2b21969f16c7d 1 0.00/1.00 vMB 0
53,364 53,364 000000000a282dd2df6985d07224e223ed2e9ed08505caa43a3b87352414539c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.26 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: 814.72 GB
    • Received: 24.00 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.