Loading Tool

Explorer IconExplorer

Memory Pool

34,403 transactions
25.68 vMB
0.06238207 BTC
Random Selection Loading Transactions
Max Size: 130.26/200 MB

Candidate Block

Mining Attempt 3a817b15e29ead57125dedee1258e0f22e5ab4b68293ec2e7bc954821e3d7aa0
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root abb1fa7a91d16ae86ab80625dff15b79e9d44198aa7647e0bee9ccd23ab86be0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,404
Size: 1.00 vMB
Total Fees: 0.01549009 BTC
Feerates: 101.16 > 1.55 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (911,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,118 3,118 00000000921ac50edf3fb0fa9e18cc12cd547df29fd5bf1ecd7332b63875a2d9 1 0.00/1.00 vMB 0
3,117 3,117 0000000018603fc7460da87634d23439e7090b4d5f34a475363c480f9a2c6308 1 0.00/1.00 vMB 0
3,116 3,116 00000000a7d43d4fa8391bac72c9190855e1a218506ea98c5deead34ad95e62a 1 0.00/1.00 vMB 0
3,115 3,115 000000002e81c7595323fbc6335ec0563ae386453db47d7a308488dcb272aa3b 1 0.00/1.00 vMB 0
3,114 3,114 0000000099d8c3452d0cf0c66a72d143ad09360e80ea3ee20cef58ced2b703ae 1 0.00/1.00 vMB 0
3,113 3,113 000000001041a6f4076d4f5b0cc6d4a78028dce7711b0df42daa08703ace9427 1 0.00/1.00 vMB 0
3,112 3,112 00000000d36383f2c2fc24f6fd45b48dc171da5d5c6f285a43ea637b2f235acb 1 0.00/1.00 vMB 0
3,111 3,111 000000003f8cb6e7f27e15898b7b60bb3a7f315ac224ed918ba5f40273b59581 1 0.00/1.00 vMB 0
3,110 3,110 0000000076fefd20ace103c5c6d9335c61a563d0ed5ee08b3ccdeaf0bcd6aba0 1 0.00/1.00 vMB 0
3,109 3,109 000000001e146282060620f817e7665d9a815b2ea955d1de5e0cc7061592ee2b 1 0.00/1.00 vMB 0
3,108 3,108 00000000c6bf37659ded32d61de724202589c3450efce4a5c23e18f83efc4b31 1 0.00/1.00 vMB 0
3,107 3,107 000000006d7aa7b2a57502a9fdf8df7781011c74138372c16233b21d80be0e17 1 0.00/1.00 vMB 0
3,106 3,106 000000005306af166149744b0fc04e9fcf561b2669ffcd026355750a007a89f8 1 0.00/1.00 vMB 0
3,105 3,105 00000000728d8d5a898b120f1538dc68e4df44fe486cc91e6a172b65a75aeb04 1 0.00/1.00 vMB 0
3,104 3,104 00000000a2381ea41f749c4242e3e55d4e8f4477f9ba83cb3ade3a234f86b365 1 0.00/1.00 vMB 0
3,103 3,103 000000006fbd5d5c06beb7bd23d87b677d3eca2e2e644a96f8eefe28b41b845d 1 0.00/1.00 vMB 0
3,102 3,102 00000000de4e9e30d87758af6afab71f26ab732cea8bb5f36a927253ea44c944 1 0.00/1.00 vMB 0
3,101 3,101 000000005a83151304f6be998d66d53d4e684255955d352e85a65e7020801738 1 0.00/1.00 vMB 0
3,100 3,100 0000000054470b7eaf483188546c296cb32dbed05bed5dd711bd7c685f8c8907 1 0.00/1.00 vMB 0
3,099 3,099 00000000bcdc52e18ad52bf541ac25122cbab181feb8ddfba2b47674f5183e91 1 0.00/1.00 vMB 0
3,098 3,098 00000000f398018f34f76cdcdb48385ce7739c2d182d402207c01e394e42023e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.