Loading Tool

Explorer IconExplorer

Memory Pool

80,505 transactions
29.97 vMB
0.12121632 BTC
Random Selection Loading Transactions
Max Size: 180.30/200 MB

Candidate Block

Mining Attempt 48374091e3e1ed552b46f093b1000bd9d00ea6f9b107104ffefbe408effb447f
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 7c3743f5ea2332d1d622b4dd002b238338e679fc824b89ad888d77b0c35b9e5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,603
Size: 1.00 vMB
Total Fees: 0.05012445 BTC
Feerates: 242.90 > 5.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (673,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,953 241,953 000000000000001369c439a77e026a6ee90844ed9ffc05b492f742b1f876935e 43 0.02/1.00 vMB 132
241,952 241,952 000000000000000bd888d15b52f65795f97b1483cae86e303b5b0c54a79d2b58 178 0.08/1.00 vMB 189
241,951 241,951 00000000000000d40a8bbef98c994e4fc5672598c1c495e567d2b198c74d9279 141 0.10/1.00 vMB 124
241,950 241,950 0000000000000079b83416e56a2cf2c758be101c97dc0fcddc9e9056a61defca 324 0.15/1.00 vMB 178
241,949 241,949 000000000000000ad5063c3294172df33ebaeb5e7b305c296d8a122c34b84dbb 38 0.01/1.00 vMB 252
241,948 241,948 00000000000000623ebc770d2c54afdbfa71b31d5730e31ddba14d685393434d 330 0.17/1.00 vMB 170
241,947 241,947 000000000000005ed9ac3cbcc2390019ee2efad4f06094fa5a6054082b2f2278 551 0.23/1.00 vMB 200
241,946 241,946 00000000000000d8de35c9fcfd3f04b2fbfa7aa513240afb5b709f441fe672b0 39 0.01/1.00 vMB 104
241,945 241,945 00000000000000c7de5fe94dc91f62d9e7c30a635d254f9e4fb1f64b78c75bd3 483 0.20/1.00 vMB 159
241,944 241,944 000000000000008ccb33d5d7f7a5c53174acfe88cba61ef9e093ecb8470dcf74 265 0.11/1.00 vMB 160
241,943 241,943 0000000000000033385676dc1df373d4904000a6cf01f08b3ddf64631f446d4c 50 0.02/1.00 vMB 206
241,942 241,942 00000000000000da1f6cdf3c0d782ad30a5221f8c71b806612028269a7815105 174 0.07/1.00 vMB 178
241,941 241,941 000000000000006c602d710b8d4349d2e6b040ba02ef75e9242ba4d32d5a5e4b 296 0.13/1.00 vMB 158
241,940 241,940 000000000000009117717c79268431e4e0d2c28b498ae0169ad0d6027bbf0ebe 136 0.06/1.00 vMB 117
241,939 241,939 000000000000004cf686f6c3bda95a0d2bd6c7babba9fa85a9c3830bd0abcc7a 128 0.06/1.00 vMB 46
241,938 241,938 0000000000000047a82260c8c6320b1ae7a4dd49ea75fbba974af2f4c2300f79 321 0.15/1.00 vMB 168
241,937 241,937 000000000000007c8e295f1c8db79ab6eb0ee01b052c1d3ca18d928ce2a9d7b9 563 0.21/1.00 vMB 167
241,936 241,936 000000000000002e6213fb7f7eb39c8911fae443435a3b281b595fc8d96aa760 172 0.08/1.00 vMB 138
241,935 241,935 0000000000000020104bef6b5359f0e485497ebf75e1b64801cf4487be80103c 164 0.08/1.00 vMB 138
241,934 241,934 000000000000008b9d0a06a40ede4483c558a0bcf27b544539326d63475733b1 225 0.10/1.00 vMB 161
241,933 241,933 0000000000000060d504762598771ce694678402ddcaa316e013817d8eeea7cf 4 0.00/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.