Loading Tool

Explorer IconExplorer

Memory Pool

44,031 transactions
27.24 vMB
0.09107937 BTC
Random Selection Loading Transactions
Max Size: 143.75/200 MB

Candidate Block

Mining Attempt dd3f68b369a39e2237b23100c54eaff4aeccfeaab58dc7b9e51c60780c88e13a
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root ef1e8fb8e230f109b25a72f27e9aad7c4324d451d006b179060122ceb9af23b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,177
Size: 1.00 vMB
Total Fees: 0.04019731 BTC
Feerates: 101.65 > 4.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (429,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,913 485,913 0000000000000000003040c364886e3f3ab68ab7f3c404bcbfa7cf2a70f15f9d 1,319 1.00/1.00 vMB 155
485,912 485,912 0000000000000000005ed9a76f73ad38e4f4b63222cce2cf97156cfd934093fc 473 1.00/1.00 vMB 119
485,911 485,911 000000000000000000fcfafb6996d9c6076afd845162c56443dc98970516c5aa 1,196 0.99/1.00 vMB 126
485,910 485,910 00000000000000000097f109938e3e34dd9d40caf4720219d93e72abef82a69c 2,468 1.00/1.00 vMB 150
485,909 485,909 000000000000000000373314822aac2856787a03dd011d3b8594b1461f3f3783 2,539 1.00/1.00 vMB 131
485,908 485,908 0000000000000000007bb581a8868fd95cc401fe4296d4df2f08682764c952e7 2,413 1.00/1.00 vMB 168
485,907 485,907 00000000000000000026ab93ba8368a2b34844fd16142ccacb650226ec678777 2,289 1.00/1.00 vMB 141
485,906 485,906 0000000000000000001efe257c4d0f17630e673d18e3dfd0d02d1587a7ee5d5b 2,505 1.00/1.00 vMB 134
485,905 485,905 00000000000000000066b8bba81afae187546cadd9a31f3407354a2f0624e623 1,597 1.00/1.00 vMB 211
485,904 485,904 000000000000000000932a67b4424572189c53dadf9a27bbd979d3321d9f3c7b 1,882 1.00/1.00 vMB 130
485,903 485,903 000000000000000000b76a9731f897e7282a5e57fedc1251a1e6ceceac1f423f 2,463 1.00/1.00 vMB 188
485,902 485,902 00000000000000000055189747d80035818684daa2d6812c4c9ce5b9b4a051f0 2,540 1.00/1.00 vMB 190
485,901 485,901 000000000000000000e71dde643dfb24493e8f639b689146fae3cd89fb13743f 2,447 1.00/1.00 vMB 178
485,900 485,900 00000000000000000015400ed49f6b56037c4e21bc68202352dc0277752d377d 2,289 1.00/1.00 vMB 202
485,899 485,899 000000000000000000d6a4db46bfffac4be8ab753023103d249ec8a2b24552eb 2,017 1.00/1.00 vMB 162
485,898 485,898 0000000000000000003c1a6b6947c312fb32ae747fcedb2c0efa9950655043e0 2,053 1.00/1.00 vMB 160
485,897 485,897 0000000000000000006308d373957a57be8f80e4458848e541384075e2883ac1 2,134 1.00/1.00 vMB 196
485,896 485,896 00000000000000000073e7c8d66b5d8c1b86181e91ac7d56f0b3ec4c9faf8819 1,884 1.00/1.00 vMB 217
485,895 485,895 0000000000000000001d656de453526f5e5197a9efc6f6669e23dde1423a7c4c 2,112 1.00/1.00 vMB 208
485,894 485,894 0000000000000000008314ebbac4b6b9e62fea617e35f9b261714c64f5fe8835 1,838 0.98/1.00 vMB 139
485,893 485,893 000000000000000000ddc687291613d8b0858b27295f6512be56a143a208fb00 1,975 1.00/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.