Loading Tool

Explorer IconExplorer

Memory Pool

76,281 transactions
29.19 vMB
0.10554254 BTC
Random Selection Loading Transactions
Max Size: 172.55/200 MB

Candidate Block

Mining Attempt 3ba0ed2343f0760b9d6c2b46fe0e87637b0d00e36f95a719e13d6e5a17c33eab
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root d7b3f3ab743319f60c3658187f4978d2f2bbd438017a5073ddf63e81aec98704
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,387
Size: 1.00 vMB
Total Fees: 0.04266888 BTC
Feerates: 201.37 > 4.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (192,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
722,550 722,550 0000000000000000000463b5cac6af98df177dbd8017c98022e98b72ef2a65f4 1,052 1.00/1.00 vMB 9
722,549 722,549 00000000000000000009f34f2c60f1158d78dc553a62f49f7753e7915367b16d 2,637 1.00/1.00 vMB 15
722,548 722,548 00000000000000000007da89b88297ce7b22941687eccff918013cc19e7f350e 2,149 1.00/1.00 vMB 15
722,547 722,547 00000000000000000005e966d8e46344d49a83f338cf8bbc1e63ed86fb499f66 1,085 1.00/1.00 vMB 7
722,546 722,546 000000000000000000046090f9a07d27000dbd3f3c6f0b61c2614abaff190349 467 1.00/1.00 vMB 4
722,545 722,545 0000000000000000000623432fdb9821df79f2a6c69e574d2d228c2fba03e048 2,759 1.00/1.00 vMB 13
722,544 722,544 0000000000000000000493545faa26f62c3d4b2ad5c336a6cd95c0390c75b134 3,416 1.00/1.00 vMB 12
722,543 722,543 00000000000000000006984af096085389d97a8a5a536f7d8b8eb9c2775e916e 3,095 1.00/1.00 vMB 9
722,542 722,542 00000000000000000002da9eeae060add16bcbccf17e02273c293764cd721805 1,618 1.00/1.00 vMB 7
722,541 722,541 00000000000000000008d5619c51efa22450cea904e77e9dbe96554f61225372 2,836 1.00/1.00 vMB 12
722,540 722,540 00000000000000000003f53382af2ab2cd63a999613a3089b651a3d72a919ddb 1,598 1.00/1.00 vMB 32
722,539 722,539 000000000000000000072828444e2da8e0c243f8b24357113c6037342ec73002 2,977 1.00/1.00 vMB 20
722,538 722,538 000000000000000000018beaee1f3e2da6b78654e9c19671fbc99f02d0fc5354 1,423 1.00/1.00 vMB 16
722,537 722,537 000000000000000000055730c92292ebd5c5851e7d24ab3ba2efc1cea0b5fe81 1,918 1.00/1.00 vMB 5
722,536 722,536 00000000000000000001eaef94e697cae4216042819d6e2c6ec1c959f8112b38 2,314 1.00/1.00 vMB 6
722,535 722,535 00000000000000000005d7cfa1be5ed897f70fe57962f21d64449f4ba6373b3b 1,848 1.00/1.00 vMB 10
722,534 722,534 00000000000000000002d2e2acb065293953677cbd917473c1c04f42c6634115 2,916 1.00/1.00 vMB 20
722,533 722,533 00000000000000000002a3c4e79f1305fa256059118ce837ef150e29b8884930 2,804 1.00/1.00 vMB 8
722,532 722,532 000000000000000000045f2bd5f3eb068c5a9c3559f2664e20ed2f79dd8380cd 2,773 1.00/1.00 vMB 8
722,531 722,531 00000000000000000006488c7678abc8b32d51e10ec201da099ac0788f1dab4f 1,691 1.00/1.00 vMB 14
722,530 722,530 000000000000000000096f6d29593ca49b1e03105b3ca906719aecf3b945fb8b 3,439 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.