Loading Tool

Explorer IconExplorer

Memory Pool

75,416 transactions
29.92 vMB
0.11111312 BTC
Random Selection Loading Transactions
Max Size: 173.76/200 MB

Candidate Block

Mining Attempt 634ba98766515c140e1e4a48033b3bdbb0e3bbf5c2a68b5d790ddd3c0d29a1b1
Version 20000000
Previous Block 00000000000000000000eac0d0edfeacbf2a9e265a4f05056996405b4c699ecd
Merkle Root 1f66340ca146db1a9539f67b6f387b591f6799c87c9f89273e95c6f46525a845
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,018
Size: 1.00 vMB
Total Fees: 0.03915423 BTC
Feerates: 101.64 > 3.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,053 (734,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
180,754 180,754 0000000000000635cc50f1ff327be1428e4dee931792b558e0ecd8aeada4b691 69 0.03/1.00 vMB 91
180,753 180,753 00000000000002db3a9a383285cc25d6d97c66f453ca911f6755a9de8172864a 104 0.07/1.00 vMB 81
180,752 180,752 000000000000065236acb4fa676c058bc64c47ae08d6f16641bd8cf02bab60b5 232 0.09/1.00 vMB 166
180,751 180,751 00000000000009171baeaf51db1cd6733313e323e6531eaeb22b5105ecf47df0 94 0.05/1.00 vMB 128
180,750 180,750 000000000000072dba5c10570cba5d2399b181e08350233eb6d352cbd69584ce 165 0.09/1.00 vMB 78
180,749 180,749 00000000000002aa9c0e7280dc96f1384d338f1cad0f9d025c5d933b7b4a9015 19 0.01/1.00 vMB 278
180,748 180,748 0000000000000314f911858735941c6aa24592aad085b7f718ff0a5c72c8e6b3 410 0.15/1.00 vMB 146
180,747 180,747 000000000000002ae1f8a44a19a0328e8a2fa80bbcc4c3a302552c702bb850a4 678 0.25/1.00 vMB 174
180,746 180,746 00000000000008b514e3e6b59941b7ebd989bca296a70b0e9eaff0d1871f19a1 1 0.00/1.00 vMB 0
180,745 180,745 000000000000093eb29ed69d0e74c86edf7240a15bdec642db28a2b548eb7bf5 142 0.05/1.00 vMB 110
180,744 180,744 000000000000077890dd6dd5c52bcab946f97edc7e1bcf4a4acff76bae5e566b 157 0.05/1.00 vMB 4
180,743 180,743 00000000000001f8f4051a74ae52eb25ec985c31690f8a767e65e3f2695b02a5 582 0.25/1.00 vMB 152
180,742 180,742 0000000000000381f7d8402c79cfbc73d98aa9aa5054ab423dc1a98ad3fd7996 12 0.00/1.00 vMB 119
180,741 180,741 00000000000008a2a824bdf674fdfc777a68850abb659e6ba1dd3209d5c3892c 478 0.21/1.00 vMB 128
180,740 180,740 0000000000000467ef51cf3a9d994052ef2b0cf36fcd2d05588a7ade38e7efd8 150 0.05/1.00 vMB 186
180,739 180,739 000000000000081e985a356020b9b371015eb34d9817fe58488999b7d185ccf5 234 0.12/1.00 vMB 115
180,738 180,738 0000000000000751826206939e27125058d9d831df5c2bb014314a05415c50e9 371 0.25/1.00 vMB 101
180,737 180,737 00000000000000230703c382f82bcda76c2a7ff39e52e58501251d74297579e4 150 0.05/1.00 vMB 131
180,736 180,736 00000000000001bcfca671d55799a22251c93c4424ae41428a35e3de5ee4dd4c 624 0.25/1.00 vMB 169
180,735 180,735 0000000000000219f5b46c55b21d1dd7d1154f789f2a42278e2d7a707f6edccf 133 0.05/1.00 vMB 198
180,734 180,734 000000000000023e1f4e59c55f8634730a5f873949f5d0e6585aa6045e6e0dad 639 0.25/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.49 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: 668.23 GB
    • Received: 15.43 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.