Loading Tool

Explorer IconExplorer

Memory Pool

38,593 transactions
27.08 vMB
0.05739649 BTC
Random Selection Loading Transactions
Max Size: 138.41/200 MB

Candidate Block

Mining Attempt c7704a3ba66982376c8bd5a385bc8af44f8823efcea9c8074de51f93c939f23d
Version 20000000
Previous Block 000000000000000000004ab2d9074b9d6bcd795d8888845f0458baf6acec01c0
Merkle Root 436fe6a4fece410caf1d784e3c87a5d00bb13acaefe83dbda6bd9e9378414cff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,086
Size: 1.00 vMB
Total Fees: 0.00639771 BTC
Feerates: 21.30 > 0.64 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,652 (81,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,190 833,190 0000000000000000000317aaac105392affff2c9250f3a9a868277ce17d26f89 3,033 1.00/1.00 vMB 97
833,189 833,189 000000000000000000032a488f0ab03f4d27a742f382c85a485e05cd0a5f5b94 2,868 1.00/1.00 vMB 73
833,188 833,188 0000000000000000000388cbb920d33acb500a2a6f718c71c96f077fd036be0f 2,623 1.00/1.00 vMB 73
833,187 833,187 000000000000000000028c4a9a56804ee6c7ae83a46c94fb2487989650abcfc1 1,836 1.00/1.00 vMB 99
833,186 833,186 000000000000000000023eedab022c2f0d1054b2ceae96a3ed19debcdb9b22ca 2,379 1.00/1.00 vMB 83
833,185 833,185 0000000000000000000380186375854e381859be503e5dfa4286480b9c408a64 2,730 1.00/1.00 vMB 101
833,184 833,184 0000000000000000000368059dc2bed25959ca9c9f514fc4db62bc9506d387a3 2,409 1.00/1.00 vMB 76
833,183 833,183 000000000000000000017277add08d25f8174e222e47ad8a223c1c2334d8ca76 2,031 1.00/1.00 vMB 85
833,182 833,182 00000000000000000000e228713224a0b425c6f11e0666eaa07000cde6d78c08 2,692 1.00/1.00 vMB 98
833,181 833,181 00000000000000000001aa740ede7df517a2371d2293cf59d7af69debf83745d 1,931 1.00/1.00 vMB 94
833,180 833,180 00000000000000000000f3f5405563a6384bb3b01e1326c994bef5b4eb19d0af 2,826 1.00/1.00 vMB 104
833,179 833,179 00000000000000000002d07b21c29b40929ece9615e4e1a7b2524ba15fecef29 2,673 1.00/1.00 vMB 124
833,178 833,178 000000000000000000037de4d711aba849344170780dbdfa2eca1c098472dc9a 2,587 1.00/1.00 vMB 86
833,177 833,177 00000000000000000000763b1227a7721f822d561240d41b6a959c89da778cf4 2,043 1.00/1.00 vMB 82
833,176 833,176 00000000000000000001e3ad39a44e29864372423fffac7f7261547567631ae5 2,094 1.00/1.00 vMB 87
833,175 833,175 000000000000000000011ecacde55b909b27c6866abb3d957e40240a785e810e 2,089 1.00/1.00 vMB 98
833,174 833,174 0000000000000000000203d32ebdaebfbcec6baa8c82141677a32187a023ac44 2,074 1.00/1.00 vMB 79
833,173 833,173 00000000000000000002fa5d12005c3ac6b7967abb4d13e719090b214eed4395 2,170 1.00/1.00 vMB 78
833,172 833,172 000000000000000000037490207afdcc5aa6bca621f35ea8dd0d70f363f05cc3 2,468 1.00/1.00 vMB 88
833,171 833,171 00000000000000000000c15a89fcd9d3882bc1dfb093b4f9d2d631b89e8c7f0b 2,505 1.00/1.00 vMB 95
833,170 833,170 00000000000000000001a4df88e4236ac0304298e0d1ffe19fe3287f7da62920 2,121 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 781.78 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: 632.86 GB
    • Received: 12.17 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.