Loading Tool

Explorer IconExplorer

Memory Pool

79,092 transactions
30.15 vMB
0.09354900 BTC
Random Selection Loading Transactions
Max Size: 180.13/200 MB

Candidate Block

Mining Attempt 58a7113fdfb87869c97dd133d451b64f9a0eeeebbf432f2fde0a0480a848cbdc
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root f97d754708a495c8f5d0e29c9a06bf52b8f489cdd0b8159c204a5cca91639d01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,202
Size: 1.00 vMB
Total Fees: 0.02294195 BTC
Feerates: 150.61 > 2.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (750,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
164,288 164,288 00000000000003ba8945000039ef4b3dfa8bb39dd0efeaf64dec2e614a37df3a 21 0.01/1.00 vMB 46
164,287 164,287 0000000000000b2032edded53f0cc221d897e94b79ee963fd7a6fc54828f6b64 69 0.04/1.00 vMB 258
164,286 164,286 00000000000004eabc68fec6fa7196a45960c91f7d8d369625d15027613dbbf3 17 0.01/1.00 vMB 77
164,285 164,285 00000000000002c8a26120091a07aa93f15371ca24d7e30b6be67e5f1913841d 9 0.00/1.00 vMB 304
164,284 164,284 00000000000006eb8d665f3714bb3fa76f28571eded77fe212f07e6e50945382 93 0.05/1.00 vMB 50
164,283 164,283 0000000000000b7399ddf3758daec42d00ef3de20eb62555263d8a34797b9319 94 0.03/1.00 vMB 13
164,282 164,282 00000000000001fbea1c5f15e006ddf22323b8f757778aacd127adfa69714e05 42 0.02/1.00 vMB 323
164,281 164,281 000000000000022f755429e6c4168c46a256c84ca0240e54a67e6cd921f07bb6 1 0.00/1.00 vMB 0
164,280 164,280 0000000000000bf33258d39afe3918c03246b44277d693a43afe4f3ce95c2566 37 0.02/1.00 vMB 45
164,279 164,279 000000000000027c0dabcac5dce3f74a0d3c4bc0b1ab0597ade310e751bd32b3 100 0.04/1.00 vMB 132
164,278 164,278 00000000000001243599bd8fe548d9a5e3cdc10ed79338e102bc9393c37df465 99 0.06/1.00 vMB 875
164,277 164,277 00000000000000438e154ec517f3f400b1c489361fa52e99fcf3b73fbdfc9bc3 13 0.00/1.00 vMB 75
164,276 164,276 000000000000032a0d8d13082b1d49afa12ebda143ae6bec9a28617e674c35e6 8 0.00/1.00 vMB 63
164,275 164,275 0000000000000bf69d89ad9a806f569494364f76ad27001dc91dd4abf9eee4a0 82 0.02/1.00 vMB 6
164,274 164,274 000000000000070bd7ea37202d3fe5b24766e7289217971f7a391e0043bed6d9 39 0.03/1.00 vMB 42
164,273 164,273 00000000000001386bdb433d5b8d75d5b9a5fba9d4e7594f3a51f977664bbd89 98 0.05/1.00 vMB 3,703
164,272 164,272 000000000000038d947a274ac8d6fc13a7e2c756589dd631bc4f3f586a7e5cb5 18 0.01/1.00 vMB 0
164,271 164,271 0000000000000ca58e88dae7d41c2e0f3c5a3095324c879c1df9a0e9a777263c 1 0.00/1.00 vMB 0
164,270 164,270 00000000000007675f66f6ed1f14eef72c338b2cf581669c040da4f3ad290239 46 0.04/1.00 vMB 93
164,269 164,269 00000000000007cab495e68d14bf209e9a089d4bd8239750b0e150ac09493c65 49 0.02/1.00 vMB 167
164,268 164,268 0000000000000638e9534032c469b37012e3613a912e562b5214f44231f50487 140 0.04/1.00 vMB 7
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: 672.97 GB
    • Received: 16.35 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.