Loading Tool

Explorer IconExplorer

Memory Pool

46,887 transactions
22.61 vMB
0.05318500 BTC
Random Selection Loading Transactions
Max Size: 126.00/200 MB

Candidate Block

Mining Attempt 85acc5799ce84b39a6f804b818769d197ad4c2a596890f5b90d9061785d52a2b
Version 20000000
Previous Block 00000000000000000001fc71f7c5bc99b9aa6339d6bc0e6cb4fc9bfbc1a7260a
Merkle Root c027d7841d1d5658db7d16cb7673b0c8a92c619cf1e3e44dd6aed1900a31d1ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,129
Size: 1.00 vMB
Total Fees: 0.00659085 BTC
Feerates: 150.93 > 0.66 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,991 (781,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,346 132,346 0000000000000950c7c7b5f4409e295eed076a00a2c25531feb47ffaa78f623d 71 0.04/1.00 vMB 317
132,345 132,345 000000000000058ff645382693c064604c5e8d55c4021b37550e2ebbfc240280 21 0.02/1.00 vMB 214
132,344 132,344 000000000000049628a3da35fc3fc08917c5373517925a4eef5eec1a409ec8cc 128 0.16/1.00 vMB 97
132,343 132,343 0000000000000fd61bedb437b6fe919e060ef733b78371380da1e6921239a6a0 46 0.02/1.00 vMB 59
132,342 132,342 00000000000002ace89b31dda00c4e00447f3c73c9308dc4a6e9400ded78dd8c 52 0.03/1.00 vMB 481
132,341 132,341 0000000000000c60c76601d640392720ba563202ee9b8e07446f710e1fc57af1 47 0.03/1.00 vMB 296
132,340 132,340 00000000000009d2a9df33a60fdd9e5ef9a0a666562ea3e9b1e3212a382089a1 21 0.01/1.00 vMB 1,362
132,339 132,339 0000000000000ee222ca4f1f7de7b34f7f46c96ae3eff1f91e0512597a22493b 72 0.03/1.00 vMB 746
132,338 132,338 00000000000011b824e271812f40efdf62e15db39121f7368871879334378a0b 12 0.00/1.00 vMB 566
132,337 132,337 000000000000099131222e7ce2e98b2f6bdf353c24c52a020de40f938c6a944a 1 0.00/1.00 vMB 0
132,336 132,336 0000000000000e4074234fe602080f1e5764882733e2cddce4e8811e9bb84a9d 9 0.01/1.00 vMB 4
132,335 132,335 00000000000007f1b67e93697012810b9d7335c158fc6317a3aa1dcf410d9f53 73 0.03/1.00 vMB 771
132,334 132,334 000000000000126f9eebb751dc4642bbac0f986b9219dacdc007f5daeb5e7569 23 0.01/1.00 vMB 724
132,333 132,333 0000000000001174a194ae7fb266d23fba0ad349ea490f5dbaf14e681d1d7661 93 0.04/1.00 vMB 612
132,332 132,332 00000000000009a0f0d98728f63b55336f841933631b6e0770ca2430da8ce11e 6 0.00/1.00 vMB 69
132,331 132,331 000000000000113e570e7bd82c6a6b61707356a91d72bf61c334e416d14a96e9 43 0.01/1.00 vMB 151
132,330 132,330 0000000000000da6d0d3c065667d6aee09366c3a8c57260b1bb4bc35383a44dd 41 0.02/1.00 vMB 897
132,329 132,329 00000000000003fb2a37f2d6dbf01d998a95b39db8afe318305dceba7daffc68 7 0.01/1.00 vMB 174
132,328 132,328 000000000000075d430087a6fcc25f921e0b1e3f3742d2ab018b1a69f70d9129 12 0.00/1.00 vMB 1,185
132,327 132,327 00000000000006fd0b2b3b3f4114ce036e2435b7653bbbaa684c3c19cff7dea9 42 0.02/1.00 vMB 260
132,326 132,326 000000000000018e3d767d273c07c8935289115d9e9cd6ba1d1f6761696aaef0 21 0.01/1.00 vMB 703
Previous 10 blocks ↓
Total Size: 780.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 541.79 GB
    • Received: 6.20 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.