Loading Tool

Explorer IconExplorer

Memory Pool

78,065 transactions
30.15 vMB
0.07107702 BTC
Random Selection Loading Transactions
Max Size: 182.85/200 MB

Candidate Block

Mining Attempt a525acec3caa9293aeb6609d4cfabe9d1b08967d0c3e9ecabf2b3443e5116ce5
Version 20000000
Previous Block 0000000000000000000041d60a92a6ed88a5f4f780ef10a467a2b56d3042f027
Merkle Root bc7f8e6c909e1b9c8a79046c08457c08062de2e344f1fb1abe158d0c34d3dbab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,642
Size: 1.00 vMB
Total Fees: 0.00705213 BTC
Feerates: 73.91 > 0.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,192 (667,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
247,464 247,464 000000000000004900b29853dbbc51cf89b4589e0a4f000c7cfae7cb434facd5 167 0.08/1.00 vMB 148
247,463 247,463 000000000000009183bddc799c7712523a9838111a586079d2973db43bc42546 8 0.00/1.00 vMB 46
247,462 247,462 000000000000002c3a70c9c74043a00b0609877d08d1678c2a9b4393ab2d5d72 313 0.18/1.00 vMB 148
247,461 247,461 000000000000009eef59a7d4c23aa60c0c6f529fe34ec45e605a3d7912134333 215 0.11/1.00 vMB 122
247,460 247,460 0000000000000074aa3d08c9c55373f3b3136fcda7a506ef3a3b1779f6370420 10 0.01/1.00 vMB 45
247,459 247,459 0000000000000060455cd3b53dc5f244b1516d6b6f71fc8658b54db083a7ea88 87 0.04/1.00 vMB 114
247,458 247,458 00000000000000624d668b8bf45e3fb134eac74474699477f215ab92e8a280f5 80 0.04/1.00 vMB 129
247,457 247,457 000000000000003518e48b6feb9e07cb7cd0ea7cdfda139c770767cce64b88a8 203 0.08/1.00 vMB 164
247,456 247,456 0000000000000088bf4cdd34c6357a5b61c3a690225e74f0bacbc78b506c2e7b 97 0.05/1.00 vMB 96
247,455 247,455 0000000000000016e4b29aaf58037ce463bcc9ff64f1b126ece35117e567166f 331 0.15/1.00 vMB 120
247,454 247,454 000000000000001e72c29d7b8ad59fcb5a282c2214842d100f7aef3b66b667cd 17 0.02/1.00 vMB 44
247,453 247,453 0000000000000039eff938dc313c1a34e3bbaf1d2ae1dc4ac508069fa42d7138 67 0.03/1.00 vMB 46
247,452 247,452 000000000000009c37fcf1bb29fe1ca644149dc5e7b82bd44cfcc98fdb0be453 261 0.10/1.00 vMB 162
247,451 247,451 000000000000001b74e8c549def0b6d71ab5b0b1a6d8b3fffbaf124eaecaf5d3 496 0.20/1.00 vMB 136
247,450 247,450 0000000000000046acdaf8c3c617f81631201cf7371ea3e1332045b9a707f42b 170 0.09/1.00 vMB 127
247,449 247,449 000000000000000edccd540c9fe8a3455ed19f92ca530a0ce44fbe247dc638ec 83 0.05/1.00 vMB 115
247,448 247,448 0000000000000094c8a1899638da524e2f24bf5c8094b409c495191b3c512ceb 180 0.07/1.00 vMB 181
247,447 247,447 000000000000009937450b7fe43d775c769f1d08c5180344f8fb04ccf6957fa2 64 0.05/1.00 vMB 72
247,446 247,446 000000000000005e9a731241ed442e910d7a19ba8abbbbefd5aeb8facdae8671 518 0.24/1.00 vMB 112
247,445 247,445 000000000000009562c4e5d4a3e0e6f64726cdd1e65e31b1077dbeabda59cd2e 27 0.01/1.00 vMB 123
247,444 247,444 000000000000007644b31befa3f547ca070c83dbc3c7f8fdd4f196189ee90c09 144 0.08/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 782.72 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: 707.12 GB
    • Received: 16.66 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.