Loading Tool

Explorer IconExplorer

Memory Pool

26,093 transactions
26.40 vMB
0.03896035 BTC
Random Selection Loading Transactions
Max Size: 142.80/200 MB

Candidate Block

Mining Attempt 1779d39ca8365b19aaecec48c68121dc411b70689f39cf0ff4b44ee9a6ce4ac0
Version 20000000
Previous Block 000000000000000000019972d48e48dc10e0f0cc67d15cc70b6cb168992cb973
Merkle Root 956f1b6a1338fa56905e2c43672c655c2b4eed19d6d3744214e491e7e625ab5a
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,926
Size: 1.00 vMB
Total Fees: 0.00939707 BTC
Feerates: 150.75 > 0.94 > 0.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,032 (355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,677 939,677 0000000000000000000089709dd4b9318f622fe58ea1ba92083b38f316ad5311 4,352 1.00/1.00 vMB 1
939,676 939,676 00000000000000000000aa724164e8096b924cbaf20dc748911c9d33124a76ba 2,990 1.00/1.00 vMB 2
939,675 939,675 00000000000000000000b46df3216e907f1d43f7ef6955e6fb6ee5ac6a7fd0cc 3,868 1.00/1.00 vMB 1
939,674 939,674 00000000000000000001b82a336d9eb5ca4f34fae8439ee495e43f13e753b4fd 3,333 1.00/1.00 vMB 3
939,673 939,673 00000000000000000001c55ae97d4578aae7054388978953c589e7e0c10b661e 3,000 1.00/1.00 vMB 2
939,672 939,672 00000000000000000000236c9c20ea4f9e61cfa1973421046e58f68b4e3b0c98 4,690 1.00/1.00 vMB 0
939,671 939,671 000000000000000000006e6c7a470c186a8312a687f9513615c4c846dd7f93c4 4,356 1.00/1.00 vMB 1
939,670 939,670 000000000000000000005971ac9f0dfee4a74c5b4a8ae0e425742a82a37f8b3c 3,383 1.00/1.00 vMB 1
939,669 939,669 00000000000000000001c74e35749f367a7f2012253a0781633b3641912b5e9f 4,043 1.00/1.00 vMB 1
939,668 939,668 00000000000000000000b7cb261b382db3b062cbb737f9cb961d54e305af0083 4,589 1.00/1.00 vMB 1
939,667 939,667 0000000000000000000065dede58a98fff3ac1262b70a775f0929c5da6a49a6a 3,867 1.00/1.00 vMB 1
939,666 939,666 00000000000000000001ed9e85eeb4df6bb2072928587dda9eb3d9c7ae3c26af 2,688 1.00/1.00 vMB 2
939,665 939,665 000000000000000000019e5241bf64658525dd0d095b77515c62afd229953a66 4,257 1.00/1.00 vMB 1
939,664 939,664 000000000000000000019a8e10572d03dae9f7b1569dc64fb24a19d0cce2cb95 4,169 1.00/1.00 vMB 1
939,663 939,663 0000000000000000000096f1c4bb85a42cfcc89871d5694fe31535912287b048 3,907 1.00/1.00 vMB 1
939,662 939,662 00000000000000000001bb62dd0d73d91859613ba73b50f245d73abc42745368 2,894 1.00/1.00 vMB 2
939,661 939,661 00000000000000000001344e2aea864cf79c272eee2d0ca8cd1530cec32d82aa 2,897 1.00/1.00 vMB 1
939,660 939,660 00000000000000000000f7996148d3715c5aa34d09602d370323910f4dd6c222 4,061 1.00/1.00 vMB 0
939,659 939,659 00000000000000000000bab9df4e987f338cce04d6bd58fb55bd8412180821e9 2,198 0.84/1.00 vMB 2
939,658 939,658 000000000000000000012d115eb97e90e67361c1f9657e902623052aab655ee8 2,910 1.00/1.00 vMB 1
939,657 939,657 0000000000000000000071183bb08f977d2a4cf59ed76f4de9100de36bf9aeb1 2,043 0.99/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 826.77 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: 4,434.33 GB
    • Received: 239.74 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.