Loading Tool

Explorer IconExplorer

Memory Pool

81,258 transactions
30.40 vMB
0.09787755 BTC
Random Selection Loading Transactions
Max Size: 182.31/200 MB

Candidate Block

Mining Attempt 12b4d26bc1565e303291e09c541a1b99d1ed56d5f0c1f590f55daa94a6d79e01
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root cd195e19b4270074734d39912432f5cb5c9051bebbed54939b89ace04aa8195b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,056
Size: 1.00 vMB
Total Fees: 0.03403820 BTC
Feerates: 301.07 > 3.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (880,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
34,820 34,820 000000000a5130467c10a2453a6991dc55ea57bad354c81b8e9eb7e9f989e9e0 1 0.00/1.00 vMB 0
34,819 34,819 000000008c976b79ad04e320ec42685f6acd1b03ee1d5aa33e823fc75e96ae2d 1 0.00/1.00 vMB 0
34,818 34,818 000000005dd2be04463cb6038a3d56e05b7468c7851b9f824ea02662d8fc1301 1 0.00/1.00 vMB 0
34,817 34,817 000000009ad1de19b1a4b1b28770c7a54cd55fa4f6f3de298bf6f838b34e6efb 1 0.00/1.00 vMB 0
34,816 34,816 000000006b7d7f606557d04400d820226c4adfb55a08471ebae36cc9f6cb97f3 1 0.00/1.00 vMB 0
34,815 34,815 000000002734901d4cf66fe8f8d55f84d0942c0c321a5750d980499cfa6eda0a 1 0.00/1.00 vMB 0
34,814 34,814 0000000055fb50ccbc0a0dc4ebfc14b7fc1faf63a5d0718a9ca56094c867e082 1 0.00/1.00 vMB 0
34,813 34,813 00000000ad3d7b76b4e845f54e9953a3902cf02461f3427141a5c4c98cd2b53a 1 0.00/1.00 vMB 0
34,812 34,812 000000002306190f6074360e7bb2676259aec8b95ee7465a4c8b3f539db0469d 1 0.00/1.00 vMB 0
34,811 34,811 00000000ac7930909d1864df4c8b18d5b2a38b5a4e52e1097a08839b7d5fb90d 1 0.00/1.00 vMB 0
34,810 34,810 000000007317f8c05d03995e107581c8d48d1e0f7c178cb6c1aeea700619f6d4 1 0.00/1.00 vMB 0
34,809 34,809 0000000087b8456831cc94e424b1a2028196993ebe285d04d24de96ab6c95899 1 0.00/1.00 vMB 0
34,808 34,808 0000000075aa151d97922d45996670ac37e470afbc8fc1f597caa92153e0b173 1 0.00/1.00 vMB 0
34,807 34,807 000000008d2b1b88afc94dd753f40973d3b2c6dd77c854a751f138f957a20fae 1 0.00/1.00 vMB 0
34,806 34,806 000000004d9d4700a94f919750a994211fe80ec74c7c40be469760e488b3a8fb 1 0.00/1.00 vMB 0
34,805 34,805 000000001a5e36655988f2d9778988632f50b54403a18a7d9829e9b42b6c126f 1 0.00/1.00 vMB 0
34,804 34,804 000000007232b70df22487e793ce957832815109206ccae1add45fb63b7ea199 1 0.00/1.00 vMB 0
34,803 34,803 00000000bf97639319879c4f6eb5a45210dedeb94a0a81875df5e2516044b437 1 0.00/1.00 vMB 0
34,802 34,802 0000000091614c0312dd409448ba89f23a99ead24a3d56df77b33f2433214037 1 0.00/1.00 vMB 0
34,801 34,801 00000000ac8e8a8e175ee44c977bf3099e78b530d45a0f61cf42b0e8a7e470ce 1 0.00/1.00 vMB 0
34,800 34,800 000000005641889ee6efd520e97476af162fdfbaed4f2e73397c604d95754e90 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.41 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: 664.98 GB
    • Received: 15.07 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.