Loading Tool

Explorer IconExplorer

Memory Pool

76,276 transactions
28.12 vMB
0.08344762 BTC
Random Selection Loading Transactions
Max Size: 171.26/200 MB

Candidate Block

Mining Attempt 4490a4870eefb417bea1af46033eb4ee1e0d03795679f951b225ba161601b2c6
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root b16975151e5ce306545ee1e09e9b3073000aca0f3dc1e2783d25ae5286cf44ed
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,091
Size: 1.00 vMB
Total Fees: 0.02292357 BTC
Feerates: 150.93 > 2.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (407,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
508,166 508,166 0000000000000000005fc2f32b41e60de1df273a0acebe7b29865ae79e1aa8d9 515 0.37/1.00 vMB 58
508,165 508,165 0000000000000000003d3e59ad87fd2f5ff6bf6b89774d185b9c4bac8b718e18 1,088 1.00/1.00 vMB 21
508,164 508,164 0000000000000000003143ddb20f2361d351833c3f53a1c54da38fbf0c06db4b 3,221 1.00/1.00 vMB 138
508,163 508,163 00000000000000000061b3b599d0f9c56e89ef8a7ee69b42b13608faab614664 759 1.00/1.00 vMB 52
508,162 508,162 0000000000000000002d43d106a02849780d744f278653e2b83e26a6a0e0a2a9 1,040 1.00/1.00 vMB 38
508,161 508,161 00000000000000000035f544c38c6aaa54e5226b148b31c1e051f14bfb22523a 335 1.00/1.00 vMB 14
508,160 508,160 00000000000000000055f406f765e62df8507afa1ee8fa08ecbbfa88d8f5e486 1,818 1.00/1.00 vMB 91
508,159 508,159 00000000000000000040119ccdcd3938341a9ce15bfcfef3a19bf143fd8ad100 1,594 1.00/1.00 vMB 91
508,158 508,158 0000000000000000002167368e6ec89a4781bd7346b2b4220a0555f3db93b93c 1,127 1.00/1.00 vMB 52
508,157 508,157 0000000000000000002b47d7050616cc0ea1a6933020c141c3ffb414f5e82b9c 2,604 1.00/1.00 vMB 174
508,156 508,156 0000000000000000004cee942733ad3469282864ac15ef851d0840df990a9d12 2,512 1.00/1.00 vMB 141
508,155 508,155 0000000000000000004333ffc7976cc5e655588bc85c2132cd83a0a143b1d50c 1,422 1.00/1.00 vMB 97
508,154 508,154 00000000000000000041b4d99ea2bd86c290feda918c720c4213721fc927e83a 371 1.00/1.00 vMB 17
508,153 508,153 000000000000000000570c33ebc2a6476f2ac6816dce208fb46ac700beb2e25b 2,427 1.00/1.00 vMB 149
508,152 508,152 0000000000000000005b32e0ed6fc6cd809b0a13ac8eb8ea3f62ddb275c1f427 1,285 1.00/1.00 vMB 94
508,151 508,151 00000000000000000017984d8ddb8ac02658435859aaadeca2fdbf07b653677b 418 1.00/1.00 vMB 15
508,150 508,150 00000000000000000007326edfb526f454eae0d0b6abda05ccdaeebdb46033f0 607 1.00/1.00 vMB 35
508,149 508,149 000000000000000000092364e6071d9f327577f13063c9c840bfee902d280fe6 1,008 1.00/1.00 vMB 69
508,148 508,148 0000000000000000003d4350f00916d0faff34ad819deeff202ad6badb03b27d 289 1.00/1.00 vMB 12
508,147 508,147 0000000000000000000c947a091d8b38bc9a3c12422a71df4ca6e61e0bad1a46 2,131 1.00/1.00 vMB 131
508,146 508,146 0000000000000000003691753d52bb4a97a5e55d1cd64ac7ab5897299321d0a8 1,608 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.44 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.