Loading Tool

Explorer IconExplorer

Memory Pool

79,260 transactions
30.71 vMB
0.10708047 BTC
Random Selection Loading Transactions
Max Size: 180.25/200 MB

Candidate Block

Mining Attempt 55fbbc7408cb3bc73b4ad276cb37d08e55d5eac907cbc827df031de1a1dde0b9
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root a4300c9e938523df31cdcf9abdd1054545b2a7aff79f9678ef5138fbdda3d119
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,901
Size: 1.00 vMB
Total Fees: 0.03382332 BTC
Feerates: 201.36 > 3.39 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (207,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
707,706 707,706 00000000000000000006884293a8994df99907b249d80cb4aec1bf95c31ef482 1,161 0.97/1.00 vMB 6
707,705 707,705 0000000000000000000a89603b3f0ff0cad888f5bf84f93a568bbb4df360b17c 426 0.93/1.00 vMB 2
707,704 707,704 00000000000000000001d39c1036789535aa151ffefb1cb43f9ae6091fe5c5f8 841 0.97/1.00 vMB 3
707,703 707,703 00000000000000000003bbeb48fef77b2d541be60bb96f5c7897ae33f9c1c4c8 1,582 1.00/1.00 vMB 3
707,702 707,702 0000000000000000000cdda5eae4ae735ba9c5285fe959bb5a353186e4b424bf 2,733 1.00/1.00 vMB 7
707,701 707,701 000000000000000000032aa2b8360d0fc5e7235b09791c7af8294865e7b34f81 3,004 1.00/1.00 vMB 7
707,700 707,700 00000000000000000002478d26d3763f0e3f7ab17ffa5c081c1219cd0ba4fcf0 2,817 1.00/1.00 vMB 27
707,699 707,699 00000000000000000006fdd28362031439dbe0cdce35b88d9e4e5b57922e3a4b 1,054 1.00/1.00 vMB 2
707,698 707,698 00000000000000000005c0536979ebcd7aa893500b388daeb735450007dc3a30 1,302 1.00/1.00 vMB 4
707,697 707,697 0000000000000000000893eb66783cbeb188d00976ba7cb47f7724387f2d9b3d 2,974 1.00/1.00 vMB 16
707,696 707,696 0000000000000000000bf231c4a19b5ba0c0db0cbe89d890536b70fd19666083 1,192 0.83/1.00 vMB 3
707,695 707,695 0000000000000000000ab53b8fba8f3acc866ebfa7c19b3cb06f59dcceeca9d0 3,003 1.00/1.00 vMB 4
707,694 707,694 000000000000000000084fe75f89249b1aab4879ee0210f063c1478fe5ec3081 3,425 1.00/1.00 vMB 9
707,693 707,693 000000000000000000056529b763db75da7526f4188975a96e34b52624b271f7 2,616 1.00/1.00 vMB 22
707,692 707,692 0000000000000000000cae67e494657af0f5ff9aa3aef421fcf80a16603d4a65 623 0.29/1.00 vMB 8
707,691 707,691 0000000000000000000410143fb4e2248c6b936f2fbf505e69dcf216132deace 1,129 0.94/1.00 vMB 3
707,690 707,690 0000000000000000000c753df2aad84ec832c09b20b00cc9e526ac917367d73a 2,825 1.00/1.00 vMB 4
707,689 707,689 000000000000000000071c3b914d66529b37b8db450680ffa5a459810308cbe6 2,445 1.00/1.00 vMB 8
707,688 707,688 00000000000000000000efaab00567d82f69cab0f0eb5e34c53d48ab0650ebf1 3,157 1.00/1.00 vMB 14
707,687 707,687 000000000000000000050cab7aaa0640f6f58fca0520abcb74010a54b6f77fb8 902 1.00/1.00 vMB 10
707,686 707,686 0000000000000000000b13c9c57f7aed4244b43b9d04555de293c5f1c9e5ebaf 2,011 1.00/1.00 vMB 11
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.33 GB
    • Received: 15.48 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.