Loading Tool

Explorer IconExplorer

Memory Pool

22,480 transactions
10.87 vMB
0.10636997 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.52/200 MB

Candidate Block

Mining Attempt b0d76ce01d07f1fabbe29603a619018c916e1295fb68b7421260427c2a383f05
Version 20000000
Previous Block 000000000000000000005753d95ed38016933464753c7523ca9df180e8b11790
Merkle Root 0214effe4ebda2eafddbb4f37f2f172db889f7445075534d8648fb4fbf4efff5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,451
Size: 1.00 vMB
Total Fees: 0.08818174 BTC
Median Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,570 (909,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
4,163 4,163 00000000c0b6e39acc4b2f99c84635692a4ca9d8cc8c885e0a1ad72ada9650d5 1 0.00/1.00 vMB 0
4,162 4,162 00000000b4299197a0a6eba1ae63363c9d8f890e8acf1fba782100078b8fd991 1 0.00/1.00 vMB 0
4,161 4,161 00000000854a8934112c424a10acfcd13cbdad732192bc4931ffcb1d303d85e7 1 0.00/1.00 vMB 0
4,160 4,160 00000000632eb42f520db5b639ef966aa5df61b2a196b70134e2f6ea0db234af 1 0.00/1.00 vMB 0
4,159 4,159 00000000885246c633ede610ff5837b77e50bc15143db185d956a89dd20db945 1 0.00/1.00 vMB 0
4,158 4,158 0000000056098e866a30a6ab016229703b4ba631c3c95389cae1b21aeb789586 1 0.00/1.00 vMB 0
4,157 4,157 000000006ff93b9f91a0716f376a4eb93d945ca4002c498524a7d107296211ff 1 0.00/1.00 vMB 0
4,156 4,156 000000000739d3e005f2425ac6587c83e21e5821f386a923155cf5e79389d29e 1 0.00/1.00 vMB 0
4,155 4,155 00000000386f393ec8653f9ba8fe2e4a6ac3416acaa5a66982421d8c25386404 1 0.00/1.00 vMB 0
4,154 4,154 00000000881a84e0b4b78c221ca646b9ff5c29a5b1a7329fe8d14b004ee03ee1 1 0.00/1.00 vMB 0
4,153 4,153 000000001a3b51c0442865280c85fd2077d92840a58f6a22c29a8841983174fc 1 0.00/1.00 vMB 0
4,152 4,152 0000000028e21d8670cd0be03ff2b4de82a7982a27961fc49e658e5e906b3744 1 0.00/1.00 vMB 0
4,151 4,151 0000000036c8118cae642fadc55b7640a689e14d9ffb076d794a3ee8fe3c8b98 1 0.00/1.00 vMB 0
4,150 4,150 0000000087bf3306d466c50bd7da99e3c77e11622b64b965ba52f939b1cd10ad 1 0.00/1.00 vMB 0
4,149 4,149 00000000875cc9366cc1cf79163277797e43e75240e75737e01e928de9fe6198 1 0.00/1.00 vMB 0
4,148 4,148 000000004eb12c2afed1b5ac4950557265e39df441f0d74cd3a67d334d39368c 1 0.00/1.00 vMB 0
4,147 4,147 0000000018685c7be119b5f0cc0ba0c0501883280eff81e5e6b1c479f0bca5db 1 0.00/1.00 vMB 0
4,146 4,146 000000002fd7ff7c739cd4e586da08320445736ceb85a4b215cc4778d4aa473b 1 0.00/1.00 vMB 0
4,145 4,145 00000000370cf14d4f0296008a935cac77e4f2eaa3566e2c566c01898a3c2ea3 1 0.00/1.00 vMB 0
4,144 4,144 00000000a82fca5d735979f3a709eb5f6f18af05deefbb1f11a58d7a371dcda6 1 0.00/1.00 vMB 0
4,143 4,143 00000000c24906f6de8c706f25a59e79580dbf5d7f606326c6b5cec053a66b24 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.85 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: 437.62 GB
    • Received: 2.39 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.