Loading Tool

Explorer IconExplorer

Memory Pool

78,674 transactions
29.83 vMB
0.07757654 BTC
Random Selection Loading Transactions
Max Size: 182.06/200 MB

Candidate Block

Mining Attempt a17299cf6d70bcde45702134c336e4faf50ed9764c88b083ddc0255d33b0014b
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root c80049f7cead76d977b3232676b63b37c9da5b2f8dbd67e43bbb8e4ce4ea28f4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,041
Size: 1.00 vMB
Total Fees: 0.01149622 BTC
Feerates: 100.46 > 1.15 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (395,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
519,755 519,755 00000000000000000009f8223c74e8ee68f196be077833d579425febd5dde620 1,242 1.00/1.00 vMB 28
519,754 519,754 00000000000000000029e7e401e87b09d8a3584b2bf3e482e9fa3236e13cf239 2,131 1.00/1.00 vMB 22
519,753 519,753 000000000000000000024de7fa6dc143cdcfe0ca743d3af9e9ffc613972ea672 2,706 1.00/1.00 vMB 88
519,752 519,752 00000000000000000036038c694c4ee41665b7524c8efa69a0c5bf630a047028 1,189 0.51/1.00 vMB 15
519,751 519,751 00000000000000000030a96b7eddeb9c8d3822f31be31c56a25db9aad2ece0e6 2,512 1.00/1.00 vMB 84
519,750 519,750 0000000000000000003b93aa942e8b5fc3c0064f8b076190d802dbfef3267c82 488 0.25/1.00 vMB 16
519,749 519,749 0000000000000000000b995c500f0564b12af0236c8ae0c7b15f0090f1ba21a4 2,765 1.00/1.00 vMB 72
519,748 519,748 00000000000000000041a381ffc65882c3415a818cff3e047f1d5f0b6c9767ec 1,689 0.63/1.00 vMB 59
519,747 519,747 0000000000000000001ce84893ea5d477c2aa3fb5b2b88f041fb9c3c0d608060 2,290 0.94/1.00 vMB 62
519,746 519,746 000000000000000000263e2915fa427582d406dc216f47f588f14b18c1c9b6f3 1,645 0.76/1.00 vMB 30
519,745 519,745 00000000000000000009e14c7477fcf11f56fdb600fb3b024ca6bb8290d9bcac 2,598 1.00/1.00 vMB 62
519,744 519,744 000000000000000000222cc33e06e633e2b01768f8e60803f4702a869a1e8b55 2,323 1.00/1.00 vMB 82
519,743 519,743 00000000000000000013c8848a401c396c1d3c196acb754aa5fe78ea246002d8 2,036 1.00/1.00 vMB 82
519,742 519,742 000000000000000000212440cc2bae5b25fd9e0df40b1c54b9e19877cc460ab0 1,232 0.77/1.00 vMB 2
519,741 519,741 0000000000000000003eab6fe3627e08ce45b3a34929bcc7fbd665ac5d7d00a8 1,627 1.00/1.00 vMB 16
519,740 519,740 0000000000000000000067ed49d97d75117b3800f7cc26c48d7be444f3f382b7 1,482 1.00/1.00 vMB 28
519,739 519,739 000000000000000000459f8b1820a1689b248fee9016121b8579529261733c04 2,061 1.00/1.00 vMB 48
519,738 519,738 000000000000000000386ab078bd2f784c20c80f9c26a7ec319ff520fadc7634 2,328 1.00/1.00 vMB 74
519,737 519,737 0000000000000000004472d0d841f1d30ace97d626626e00baf0c16690c7040f 1,354 1.00/1.00 vMB 85
519,736 519,736 0000000000000000003eb85248d86eaa99e0911f90eca43a47ab54c88c0a037d 1,848 1.00/1.00 vMB 84
519,735 519,735 00000000000000000016ecc8f06a12dde4875127dc82e346e4b6735b37901d16 1,785 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.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.