Loading Tool

Explorer IconExplorer

Memory Pool

76,195 transactions
21.16 vMB
0.06636746 BTC
Random Selection Loading Transactions
Max Size: 141.10/200 MB

Candidate Block

Mining Attempt 2b87a4b33a523a840053b872ee0033216724cb22cea878e1439ab3b1a355ace6
Version 20000000
Previous Block 0000000000000000000165714e3a312a6d290548e88b5273a6fc8cb0fe82d2b8
Merkle Root d2f70cf09519b2b5147ab4f70686d08d22ca2e5d39e8681bfdc459252ef22df3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,152
Size: 1.00 vMB
Total Fees: 0.01826013 BTC
Feerates: 89.70 > 1.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,982 (209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,773 915,773 00000000000000000000d6aacb6bc10a595c51ec2a52f14097889a8e35b58edf 64 0.02/1.00 vMB 2
915,772 915,772 00000000000000000000563190f86e1f786b117bd0720714e03bedbf675e420a 4,535 1.00/1.00 vMB 0
915,771 915,771 00000000000000000000707dbf7815cd6a676c73e154cb5369439dab5666f29e 3,214 1.00/1.00 vMB 3
915,770 915,770 0000000000000000000034c3fa464cdb86bf5da92315fe166d94cd51b2c81e67 3,175 1.00/1.00 vMB 3
915,769 915,769 00000000000000000001a7c3683de4af8a610181cd055149b4c06d1f8a5baac3 449 0.15/1.00 vMB 2
915,768 915,768 00000000000000000000f9253943b8724afb2b59a6e648c828168abb5aef006c 4,729 1.00/1.00 vMB 0
915,767 915,767 000000000000000000011439da5e08fd1630c2459e3cb72c1e5204972dc35de2 2,505 1.00/1.00 vMB 3
915,766 915,766 000000000000000000002c17330b5809b1270d585151b7e14638c1a67694e869 2,207 1.00/1.00 vMB 0
915,765 915,765 00000000000000000000c5ee9b6c9fb7e3d90eca5af53b968b01fb07aa7f5d45 3,996 1.00/1.00 vMB 1
915,764 915,764 00000000000000000000f5e26896fe413b0146f6b33efa56c18afa6c0fd73d0c 2,601 1.00/1.00 vMB 2
915,763 915,763 00000000000000000000b83de4677c8641ec3c2f0b02a3339e77133125092b37 4,094 1.00/1.00 vMB 4
915,762 915,762 00000000000000000001022dcee2ce082beec0c3016da867bd81f9881e0507c4 4,720 1.00/1.00 vMB 1
915,761 915,761 0000000000000000000139d9c02147beac255bb7570699b608cdf494fd83f562 4,254 1.00/1.00 vMB 1
915,760 915,760 000000000000000000000407336b672c6be4359da8dee7f1f59ebcd62a983cd3 3,195 1.00/1.00 vMB 2
915,759 915,759 00000000000000000000eb4681b3f5b98126bc1ffc9a7ac9067c9848c2a28cd2 2,710 1.00/1.00 vMB 3
915,758 915,758 00000000000000000000ed000d837b2e3b68e9de910c761a99df1aab5d4163b4 2,731 1.00/1.00 vMB 3
915,757 915,757 000000000000000000010c5b5749d830d9d14185aaaa8284ed03ce95de43efbd 3,841 1.00/1.00 vMB 0
915,756 915,756 00000000000000000000247c7eebe42dc5c78649f1556b830c87a1d1fbf1ad70 1,677 1.00/1.00 vMB 1
915,755 915,755 00000000000000000000361954497a67a37b97fca9da5f638bffe1c101a84b9e 3,858 1.00/1.00 vMB 3
915,754 915,754 0000000000000000000063aee706fbf34de5fb84189e02aa664dbd9ee8d222bc 3,622 1.00/1.00 vMB 5
915,753 915,753 000000000000000000011aaa8e85e4831815b6f18340ef2d56ea3884a6301b30 2,271 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 784.09 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: 806.89 GB
    • Received: 23.11 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.