Loading Tool

Explorer IconExplorer

Memory Pool

40,465 transactions
31.35 vMB
0.08051308 BTC
Random Selection Loading Transactions
Max Size: 156.89/200 MB

Candidate Block

Mining Attempt dfc834e12421c7453a85dad441ee0e08fe565b4ef8c038412ea8f4e0cad80d3a
Version 20000000
Previous Block 00000000000000000001fb7c00d7c8da0fa3eefc41e5d02be8cc17664e06bb00
Merkle Root c35830b032b0aa97c4ba0bb0482b32be72e60cabed4bc484ee30697ea5271f44
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,074
Size: 1.00 vMB
Total Fees: 0.01623775 BTC
Feerates: 101.13 > 1.63 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,568 (869,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
44,738 44,738 000000000e1e118a4364ed0b461435caaaccf8aa603583bff33230916be8f8ed 1 0.00/1.00 vMB 0
44,737 44,737 0000000027ff91e1df47d11a99a1575fa72c8f738239dd5641b83f49898c4f24 1 0.00/1.00 vMB 0
44,736 44,736 000000002567a7950aa0b037fd0e47f3c7db19bb85b69d57b1fdd1ed925303ac 1 0.00/1.00 vMB 0
44,735 44,735 000000001654b87ec1bfc9f1fd8b6809813a30f717294f43d8653f706c30b8a0 1 0.00/1.00 vMB 0
44,734 44,734 0000000005d6d2f600a133c67683fa3c1ba003b2fba707df0a7394836b7c252d 4 0.00/1.00 vMB 0
44,733 44,733 00000000338d49494ac0c0eb9ea4dce8d012101a877f960256367058780df675 1 0.00/1.00 vMB 0
44,732 44,732 000000001ffd53041c13f779f2aa2bea82d87d2eeb4695c0335f899256e8eae4 1 0.00/1.00 vMB 0
44,731 44,731 000000000b519300d7fdae13d8c381f37b93d4f718e3906ad50dc60da4b59fa9 1 0.00/1.00 vMB 0
44,730 44,730 000000002652334bfe678d3176c16ca91b65754172dec64efb659edfd63fccd1 1 0.00/1.00 vMB 0
44,729 44,729 000000001b4a8092e620643d3a96ed8f83f72f0a790d36dc27df1ab2a82b8219 1 0.00/1.00 vMB 0
44,728 44,728 000000001c85bd1cb35f7ae8883144559dd1815c306ee68a7cfc56470a6170ae 1 0.00/1.00 vMB 0
44,727 44,727 000000001d6923909fca4e53ad2215db1bcae4cb6e8200e7dfeb5c25c3ff6e0b 1 0.00/1.00 vMB 0
44,726 44,726 000000000de8acfdce9659d1c3961e5dd4a60907ccdcd232dd6039029584a791 1 0.00/1.00 vMB 0
44,725 44,725 00000000101ee7ec3d380be1b497461ee5a1014b9994f0f8fe0bf275583e8f1f 1 0.00/1.00 vMB 0
44,724 44,724 000000002e8c8b74849cee02378e996597f1afbb96020261d250a89ca45bcebe 1 0.00/1.00 vMB 0
44,723 44,723 0000000026b0fcf767b25e3bd8916293784b48afbe47fc24093e6e98b38e0a60 1 0.00/1.00 vMB 0
44,722 44,722 0000000017e3fb2dbc0a9e471b428fb61664b0c266cb9aeac601971aded63bdc 1 0.00/1.00 vMB 0
44,721 44,721 0000000026d0bb085845f04c58ed4ca21100206719fcf3e501ce4172b89ec369 1 0.00/1.00 vMB 0
44,720 44,720 000000003714bd99166c08c95c67a353fb7679f5ac02a5c65656349467324f52 1 0.00/1.00 vMB 0
44,719 44,719 000000000db5c1dd1039c5b0c5b6776e77933bc8c2cbfaa26f85f237e59cbd54 1 0.00/1.00 vMB 0
44,718 44,718 000000002a15e8551d10dead3cb332d17227dbc06dcd804f908be745dda707a7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 625.28 GB
    • Received: 11.59 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.