Loading Tool

Explorer IconExplorer

Memory Pool

79,254 transactions
21.60 vMB
0.05822548 BTC
Random Selection Loading Transactions
Max Size: 144.31/200 MB

Candidate Block

Mining Attempt 90f0fa1b68d3cc5a83d8c6e8918c1d55adfb18f2869afc1693da8e13b5d52722
Version 20000000
Previous Block 0000000000000000000082785b14a60af01419426c506b6bdfa42910b05e7958
Merkle Root 3344a03d5c4af2d5c0f9239675bb00f8964adacc0296ddc555ea0dcf271c0ced
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,256
Size: 1.00 vMB
Total Fees: 0.00900403 BTC
Feerates: 152.37 > 0.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,148 (840,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
75,622 75,622 0000000000248d1dbcee8b2ea5a549f79901ff5a6178e659f558ca13cdd3f6b4 4 0.00/1.00 vMB 0
75,621 75,621 000000000052c5791bf89baa1a79d93f2cd0fba5021b741043dcae4f7c2d43e5 1 0.00/1.00 vMB 0
75,620 75,620 00000000000b88d6084850a409724f199a412be4c7a04e09d5887d0d41575eda 1 0.00/1.00 vMB 0
75,619 75,619 000000000059eb9aed462d354c8179b141128e2aff567193a01eda10e7546bbe 3 0.00/1.00 vMB 0
75,618 75,618 00000000001e13f2026112fbe11c4ae332fa730acc76bb1cc328d3dabc6d282c 1 0.00/1.00 vMB 0
75,617 75,617 00000000005525e0d9f3eb3e65c9b3fe4705059e34961e39d810bcaeb723da4c 2 0.00/1.00 vMB 0
75,616 75,616 00000000000ab0773bcd453362c6bd807ba83b4f3670dc0d8c709146c56f551d 1 0.00/1.00 vMB 0
75,615 75,615 00000000004cf0c8db5ed867eb52df3a14d6a2b28bb8378cb610e4e3c82fa510 2 0.00/1.00 vMB 0
75,614 75,614 00000000006cc24c7037ef6d5db00d1a75018af7f8ebbfb354c682a9616b1ea6 1 0.00/1.00 vMB 0
75,613 75,613 00000000002491349e13607858b3df672910daa8ae0db609f2998593f0931f19 1 0.00/1.00 vMB 0
75,612 75,612 000000000010db92a1f849b48b646d1c6617a1a582a7f13ecf2e11f62917de88 1 0.00/1.00 vMB 0
75,611 75,611 000000000045c6b598ac69ab13dbe75aa2572b716a3d72692e70e2aec5b0985c 1 0.00/1.00 vMB 0
75,610 75,610 000000000018c96bad95145132a5e5423513ab0133fb5fc3e527f7b619d577bf 2 0.00/1.00 vMB 0
75,609 75,609 0000000000103da871587a28c46620802f6bf3c1c494e893a33db36fbfd9ece2 1 0.00/1.00 vMB 0
75,608 75,608 00000000007052573e4b355b76475bb527df5507cd1df9d71c178f821fd4df8e 1 0.00/1.00 vMB 0
75,607 75,607 000000000057565c380918f6ee1a7716f7852ab4f9980e5954934a1b71af1032 1 0.00/1.00 vMB 0
75,606 75,606 00000000001feecae2e0829f0ad458bb359faa942f2dc8062f3d5454efe60cfa 1 0.00/1.00 vMB 0
75,605 75,605 000000000034daa4a4376e48718e40a9523c5bafedce966b17a3a5a621964e49 1 0.00/1.00 vMB 0
75,604 75,604 000000000077212bc007ddc830faf66c95cd75b31f7cec4e36013ca1e3d9f9fd 1 0.00/1.00 vMB 0
75,603 75,603 0000000000577fe1de28b35a41c17014147942e77766a61159efb78ec80b6125 4 0.00/1.00 vMB 0
75,602 75,602 00000000007d4e8a9710eb25902e8f48c0b869b1462cf93d15b7e5c9bd364ea1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.37 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: 818.30 GB
    • Received: 24.50 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.