Loading Tool

Explorer IconExplorer

Memory Pool

42,034 transactions
26.12 vMB
0.05158504 BTC
Random Selection Loading Transactions
Max Size: 137.07/200 MB

Candidate Block

Mining Attempt 64005a86eee80cc5c29a5bb9f9286c9f5d693de7e4df832ce3bd3a6ee838f607
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root d209b251f7ec731e76a26b81137fd14d991dad3ec776078fbf1cdbb97dc7ab42
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,643
Size: 1.00 vMB
Total Fees: 0.00401001 BTC
Feerates: 40.21 > 0.40 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (796,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,456 118,456 000000000000063172f87d6f7f20e09bf1fc7b5014237657641d761700ba1a7e 9 0.00/1.00 vMB 0
118,455 118,455 00000000000019b1750ff3c89e3824ef3d4d081e1efe51eb90e28081a9388d8c 7 0.00/1.00 vMB 0
118,454 118,454 000000000000c3a9c2d1f47bf066ee7d974c26c14d5e04c9d8dc52613e1a3ea6 10 0.00/1.00 vMB 0
118,453 118,453 000000000000b85fee1e5d4acefb842220e6382f87cffef1860403e35ad4862d 23 0.01/1.00 vMB 310
118,452 118,452 0000000000007cf982fc82197c00d3e10052b5045c99f6037740f07a8e459635 7 0.00/1.00 vMB 346
118,451 118,451 00000000000086e3ce6ac344484d39b69bb4c6c8898f5facd6960faa595cfdc7 13 0.01/1.00 vMB 167
118,450 118,450 000000000000b6918ec134d0f0b49fea666f1f1ca1666337784c1161248f2f93 11 0.01/1.00 vMB 0
118,449 118,449 00000000000051a6d84bbe075d2d02a35b344004d544f6eb44fd9d00d587b801 1 0.00/1.00 vMB 0
118,448 118,448 000000000000a2517ec9abdc9743296f61535d059b747c94b5afb72ea9a95670 6 0.01/1.00 vMB 0
118,447 118,447 0000000000002025ffc879167bf01a9d814b4ce0fc0da517bfc589eea7f09b74 15 0.01/1.00 vMB 0
118,446 118,446 0000000000001bcc5c4c5d3cf5cedf2350a4c5ca67360b2a628b47bd003ee8d6 53 0.02/1.00 vMB 0
118,445 118,445 0000000000006f6037385a3cbb779a12ecac0f2613430eb4e5ceba5016f3810d 7 0.00/1.00 vMB 0
118,444 118,444 0000000000002fa42894817088da50ac2e48dd3617d562a9c499aebea67191d6 16 0.01/1.00 vMB 0
118,443 118,443 0000000000009cb4b880c5b282ffe83372f3c4ee53d4d99e3767f9bd315e6a1c 17 0.01/1.00 vMB 95
118,442 118,442 0000000000009e807ec76bbabf9f1988155dba3a8654849147bcda102cd4675b 7 0.00/1.00 vMB 0
118,441 118,441 0000000000000c4bad8a0b30e702919789bf4f84ecb630a2602efbfd9aac2aef 6 0.00/1.00 vMB 0
118,440 118,440 000000000000032a43032dd4adf75644e88ac71745d350b5161d187fcfcfdf16 6 0.00/1.00 vMB 338
118,439 118,439 000000000000c2fd96bd7df1d9956e6406ddb0641bf17ba81599fb23329ec422 34 0.02/1.00 vMB 0
118,438 118,438 0000000000009f202bae664843ba640963db2f1fdeb8281621e0075acc93ac65 1 0.00/1.00 vMB 0
118,437 118,437 0000000000000bc2f3a3ecc3d0103eaa15919cb5207bbbda4f7a28f2d0295e5f 13 0.02/1.00 vMB 60
118,436 118,436 000000000000b2ee311808c39d5292bbad1d01ace1b3b1a275970e3d7db5347a 12 0.00/1.00 vMB 333
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.