Loading Tool

Explorer IconExplorer

Memory Pool

73,041 transactions
27.34 vMB
0.08631638 BTC
Random Selection Loading Transactions
Max Size: 164.64/200 MB

Candidate Block

Mining Attempt f16de6da6d9f20dc0fe2ecbb44b0e2e59ac3c767453e6a93be8b9dee0af83f7e
Version 20000000
Previous Block 000000000000000000017eebdacbe575f6ad3bea03b3fcf5d14b56a08eb4921b
Merkle Root f68f74e629f2fc9b42bbdab5c7d91400cb68e28274ae805166491aae2c8c4935
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,807
Size: 1.00 vMB
Total Fees: 0.02707430 BTC
Feerates: 74.18 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,459 (801,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,587 113,587 000000000000c06ac2c3723bc0ba0b691776a399366824738e29c57683a7f3b4 7 0.00/1.00 vMB 0
113,586 113,586 0000000000005a9ae001539cd868c74c92febe808936e61fc3376c7cccdf6481 10 0.00/1.00 vMB 564
113,585 113,585 00000000000047d202b1482bdf4475677f4b9fec09aff59de2265643aa93e5d7 362 0.09/1.00 vMB 21
113,584 113,584 000000000000acb3ba7a34872a9f90b4d286dab2545096d8fe66bfc1efee4765 3 0.00/1.00 vMB 2,873
113,583 113,583 0000000000001e232799de2383b4064922e4b67514346bb287853f66dced6399 11 0.00/1.00 vMB 619
113,582 113,582 000000000000d8e9107e41fcc67e7700629eee4e0d7ed040518b50e3e03f9498 9 0.00/1.00 vMB 0
113,581 113,581 0000000000001136b7bf808b05eb72a004c73f4792045de70bd179b2b6752195 8 0.00/1.00 vMB 623
113,580 113,580 0000000000009f6cfea0305607b79c04a6ed5c7fd4c8a150ce12a06f5ccfcb00 12 0.00/1.00 vMB 595
113,579 113,579 000000000000d08a8c2783c6b3f7ef11a1d7dd42e2a495114627e41886c864d5 10 0.00/1.00 vMB 310
113,578 113,578 00000000000065acafa6ea817be9f541285f58f38799b565e835d02d137308dc 9 0.00/1.00 vMB 318
113,577 113,577 000000000000b4f899637f2213eeda03e8c4cb665da618dd3c0468d97330933f 9 0.00/1.00 vMB 407
113,576 113,576 000000000000240f0ab826f51cb5833e3fb49d25823b3dcfc7b27673033e9d73 15 0.00/1.00 vMB 840
113,575 113,575 0000000000006d779cef09c8a4ec2a3b86c430f6c1137410345a3e1fbb8066c3 10 0.00/1.00 vMB 621
113,574 113,574 00000000000083ecc18d1aa0c1d64811160e0c7a7d004071aa932f38f098a3cd 21 0.01/1.00 vMB 890
113,573 113,573 000000000000cb1835fa9b0ce0c90aadf0e78c16ff491e14b0586692d7f5f48e 10 0.00/1.00 vMB 567
113,572 113,572 00000000000023b47fb1ec41ab4992978b62d87c04230758c44e7a1d60d8c9e3 13 0.00/1.00 vMB 0
113,571 113,571 0000000000001e7d304068005aa7ccf3efe9d78d082d21606d8a18bc5b773132 13 0.00/1.00 vMB 668
113,570 113,570 0000000000000d5fcf242f09229922bcbe7aa19d88750226a9a7ad5437a85f19 11 0.00/1.00 vMB 605
113,569 113,569 000000000000a6b66880e65b5e6a3b2453c29f1c7744b529a29bcc27c68dc3af 11 0.01/1.00 vMB 595
113,568 113,568 000000000000aae0ef2e53afcaa6915e389a571b4784b1846cea96dab326aa04 11 0.00/1.00 vMB 355
113,567 113,567 000000000000bc7bbd10f3e7d0e7a3771a54fba0700f9dee9b59d058ec48ebc4 379 0.10/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.19 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: 752.86 GB
    • Received: 18.89 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.