Loading Tool

Explorer IconExplorer

Memory Pool

88,761 transactions
33.17 vMB
0.19669613 BTC
Random Selection Loading Transactions
Max Size: 199.81/200 MB

Candidate Block

Mining Attempt 7a7fe2e26b0b5e797b7a10701d779f47897f778679d4a8923893573f620c23ae
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root b039a6a9635260b3e1550e0eb19d68aee3621c4b96d3f9c062c4f85dee036b82
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,892
Size: 1.00 vMB
Total Fees: 0.08645213 BTC
Feerates: 387.56 > 8.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (261,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,597 653,597 000000000000000000097d4d8c94c8453e9514b8d9e38fa19c46723b3b64e976 2,906 1.00/1.00 vMB 95
653,596 653,596 000000000000000000075e0ed72ff5d2ee55e475ee8c0b648945b0c7577963f1 2,533 1.00/1.00 vMB 108
653,595 653,595 0000000000000000000d89802503f9d350f33ca4a7ccbcd6c1465a7f578ac00f 2,678 1.00/1.00 vMB 95
653,594 653,594 0000000000000000000db54f129328bde8176f6376af38024699699d91257210 1,435 1.00/1.00 vMB 95
653,593 653,593 0000000000000000000ad342fc770e467b99b51428a9435882ee77f13048da73 2,897 1.00/1.00 vMB 110
653,592 653,592 0000000000000000000b6e1310851998b1a8cae2f6c7ddf219f0a0b56a3fd31a 3,269 1.00/1.00 vMB 115
653,591 653,591 00000000000000000005d9bb789aa9168189186b170ee2915cd48a878a08520c 2,023 1.00/1.00 vMB 106
653,590 653,590 00000000000000000000dd84a69ed31302f12e693bccd5f42921c5865d9d8fde 791 1.00/1.00 vMB 96
653,589 653,589 0000000000000000000a4a995797b9e6fae8d04bb272c31d7ad85b600dad0b26 2,806 1.00/1.00 vMB 85
653,588 653,588 00000000000000000001bc28fe139fc7720e7bc832481aee55b3f8ce3273e974 2,548 1.00/1.00 vMB 64
653,587 653,587 00000000000000000002094ecc5dcc56c1415627e8fec1040aa62b6b76511106 2,436 1.00/1.00 vMB 62
653,586 653,586 00000000000000000009700ef7b541c2447682687282ca864324770441b0d3c4 2,696 1.00/1.00 vMB 75
653,585 653,585 0000000000000000000ab71d362c791f9a3c5570619dd150c75297c9624f6e7d 2,917 1.00/1.00 vMB 65
653,584 653,584 00000000000000000008605cbb2ecf818dd7af07f5f3b02b762cba440ac2e799 3,216 1.00/1.00 vMB 65
653,583 653,583 0000000000000000000d6fc53d00ad7fd84387eefc8082d8ccc45e796cb202e3 1,973 1.00/1.00 vMB 76
653,582 653,582 0000000000000000000adc408dcf5ecf1b69be9edd7896a4d2e6337b1df6c27a 2,818 1.00/1.00 vMB 79
653,581 653,581 0000000000000000000473080337c048be8408a16eab9e22cf162a3b41ddbb18 2,703 1.00/1.00 vMB 91
653,580 653,580 0000000000000000000b3c312ff1a5f4f0574d5a0644cf28e7af98d0f03a3a92 2,811 1.00/1.00 vMB 67
653,579 653,579 00000000000000000002093579a9583abd287d9b8ba93fa3e44978c6f69303d6 2,431 1.00/1.00 vMB 83
653,578 653,578 0000000000000000000cb0d182b986f822d95dc2f42778293d99e13e4b5ff0ab 2,565 1.00/1.00 vMB 72
653,577 653,577 000000000000000000034515edc021e5af7615f2b55fc37fc7d839071665791b 2,732 1.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.31 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: 660.09 GB
    • Received: 14.62 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.