Loading Tool

Explorer IconExplorer

Memory Pool

86,564 transactions
31.66 vMB
0.14968368 BTC
Random Selection Loading Transactions
Max Size: 190.95/200 MB

Candidate Block

Mining Attempt 3fc0fb2d0b1010d3dc0d9a6c243b3cf143e9b9ba6d6974afae8761c5b7793c0b
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 42358b963f93332c4646cfc424209ffc68e4261f3b921a60a124bde9d74ab1ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,556
Size: 1.00 vMB
Total Fees: 0.06671481 BTC
Feerates: 214.31 > 6.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (127,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,159 787,159 00000000000000000003e3496724068cc32f9995a935f0ab31994398fc1bb49b 2,165 1.00/1.00 vMB 16
787,158 787,158 00000000000000000001ae92e2febbe8057372aa8b77ec2684c920797b06e686 1,343 1.00/1.00 vMB 18
787,157 787,157 0000000000000000000237c6448f760a9284d42ad0a4868bd89732ab1a5cfb6a 856 1.00/1.00 vMB 14
787,156 787,156 0000000000000000000109f711118efeac30f24ee5f998c242b6db23c90dc7fb 3,468 1.00/1.00 vMB 31
787,155 787,155 0000000000000000000422f368daa9608957273287fe513c47e1597f0538b29c 3,171 1.00/1.00 vMB 28
787,154 787,154 00000000000000000003b587951462f99d351a133f28270f9bf79594f1398072 2,305 1.00/1.00 vMB 45
787,153 787,153 0000000000000000000241fc507e9b67d99b617f9bf0c18c0adfcb69e620b7d6 2,004 1.00/1.00 vMB 23
787,152 787,152 00000000000000000005c2d0f01a995933a84816b2a743ba8a98a1c3db4447a6 2,687 1.00/1.00 vMB 28
787,151 787,151 000000000000000000046e4be50a7b1df446a4f1a143b908f1f9597d1e66f617 250 1.00/1.00 vMB 14
787,150 787,150 000000000000000000050088531ef33dbd39574328ed1b8447be38119c4ce290 1,194 1.00/1.00 vMB 14
787,149 787,149 000000000000000000013e076a7f8358a3b5b091df8371cda81c7c6a4552ffc8 3,174 1.00/1.00 vMB 31
787,148 787,148 00000000000000000002fdda3907d9cbe4e2571428206cc883a21e898fc0e784 2,979 1.00/1.00 vMB 18
787,147 787,147 00000000000000000001bc6185e323c7e8083ccb40ba4acc8a008d45c48c984b 2,918 1.00/1.00 vMB 28
787,146 787,146 0000000000000000000275f5a454c2a5d94a2ddfaae4f50b6434707ebf0ebba1 2,967 1.00/1.00 vMB 42
787,145 787,145 00000000000000000003353c63ca513ef1dbe5d1ed90c8052451763301fa2c42 2,865 1.00/1.00 vMB 17
787,144 787,144 00000000000000000000fd639c54d71e86db2402fc5a11f9a31a22e35e5aef6b 2,904 1.00/1.00 vMB 26
787,143 787,143 000000000000000000004326721e2cfd38909b88809b228b798694dc8ae693ef 2,594 1.00/1.00 vMB 30
787,142 787,142 00000000000000000002a4b9de535e212b2c9a43483511ed13040425220c2dbd 2,906 1.00/1.00 vMB 32
787,141 787,141 0000000000000000000095481e7cc7dab82506236a600b0eae0a5a54a5b45913 2,411 1.00/1.00 vMB 20
787,140 787,140 000000000000000000030dc53e272524eab9eb672d3f673b1a0c0d9b3ca6ea76 3,775 1.00/1.00 vMB 29
787,139 787,139 000000000000000000014a7b3587a3843c44652f27405eab2f421f718d039027 3,001 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.33 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: 660.73 GB
    • Received: 14.77 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.