Loading Tool

Explorer IconExplorer

Memory Pool

76,776 transactions
28.74 vMB
0.06780821 BTC
Random Selection Loading Transactions
Max Size: 174.14/200 MB

Candidate Block

Mining Attempt 8f1a5a39f1db3f38ae8bcd187178599608155d2a234b17b53be439a94829569d
Version 20000000
Previous Block 00000000000000000000e77986292dbc09ac5349d11628448e2144e30f8f2f64
Merkle Root 024cb750b7703c04bc59f7339c87f79cf40ac381b654231bde63400deefc9b0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,586
Size: 1.00 vMB
Total Fees: 0.00810450 BTC
Feerates: 50.27 > 0.81 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,155 (735,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
179,288 179,288 0000000000000079940575ade38af17207cc796a55c5e2f8b5ec81931c14f99e 112 0.05/1.00 vMB 113
179,287 179,287 00000000000000797ce4e41ec9d08b25a7a4e0274ed593ed3bb9afb65f8b64e7 146 0.08/1.00 vMB 96
179,286 179,286 00000000000002dd4ff1bea0deb969e6bbee58761d291928c70c5a2d43fed86e 44 0.02/1.00 vMB 42
179,285 179,285 000000000000060a702cd41abd391b502d3e75a098bbf1a8afd8109eec64b163 348 0.15/1.00 vMB 112
179,284 179,284 00000000000009f2b70ef9a152a3b49ba5c0b1a3cdb4ccf77b199c63912958b7 35 0.02/1.00 vMB 82
179,283 179,283 00000000000000775b3e0679d0c25434d8e18ca83e36bd59d831db351e8699e8 52 0.02/1.00 vMB 70
179,282 179,282 000000000000082b2cea2a6151b38119ea133a2522a7e81f6efe485531c814f3 243 0.10/1.00 vMB 213
179,281 179,281 0000000000000551b8e5f87bf1a2840aac41cc61bc1c8a29e8d97db62137bfdc 220 0.12/1.00 vMB 94
179,280 179,280 00000000000001704c9d5c3867ffde5ba2d0b9daffc60eda7e325e43d23fda9d 20 0.01/1.00 vMB 18
179,279 179,279 000000000000053d7c60ab45603b0bf8de1c1bdeb9b904ec252d8ac42befbcf1 23 0.01/1.00 vMB 95
179,278 179,278 0000000000000b1ee0077f26f5867d19276f7010175c6454bbd2b0035c2f2740 117 0.05/1.00 vMB 103
179,277 179,277 00000000000004f814f8ab754ba7e0a37493310b160a7340029e6a66d00aa20c 192 0.08/1.00 vMB 102
179,276 179,276 000000000000042873aca7419f35604d3b1a6dc2511606dbfd82074f99b9e3fe 9 0.01/1.00 vMB 35
179,275 179,275 00000000000001ef5ec84def4d8893d9d82233e2e0448b2c15c7683dc15f4a2a 148 0.06/1.00 vMB 201
179,274 179,274 000000000000015753ac45b2906d7fab738e231ceefe4294a900ffa4e0332f26 105 0.06/1.00 vMB 125
179,273 179,273 00000000000003bffef5f724a1ef989298a13ca358beac6ea203fa14cb877064 275 0.13/1.00 vMB 119
179,272 179,272 000000000000037689b1ffdf2bb98d2a9aa6e6ac1d99b1622d97f96d72d887f9 207 0.09/1.00 vMB 151
179,271 179,271 0000000000000013bf25734ef7b9beb40a1db8e12ee5c444dcee4a26d62d2589 203 0.08/1.00 vMB 109
179,270 179,270 00000000000004a8f29f99cb1ba8f26c53c68f34486645339d3dbbddc99e20a6 65 0.02/1.00 vMB 9
179,269 179,269 00000000000004119ffe7636e023add1de14712a6ba17937635f771922b946b5 98 0.05/1.00 vMB 183
179,268 179,268 0000000000000622098066cfdc7d4751ac93bee4216ec22ecc22b02fed5962a5 84 0.03/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 782.66 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.06 GB
    • Received: 16.36 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.