Loading Tool

Explorer IconExplorer

Memory Pool

84,703 transactions
32.77 vMB
0.08386637 BTC
Random Selection Loading Transactions
Max Size: 194.16/200 MB

Candidate Block

Mining Attempt b4b03ff321caac4991d24eb33d283dc1452ee66eed7b40986ea59f68ef4179b2
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 0e1c90b3d1d16884c25f51dbe39b6259913c9e78149a8004485f2715cae605c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,287
Size: 1.00 vMB
Total Fees: 0.01890159 BTC
Feerates: 120.64 > 1.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (240,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,312 674,312 00000000000000000008d974b6eaedcd489d5fc75a5dd64eb284f05deaaa8292 1,943 1.00/1.00 vMB 54
674,311 674,311 000000000000000000060679060bca14ecbf8be9fada024ccf3a81c75c741d9f 1,777 1.00/1.00 vMB 44
674,310 674,310 00000000000000000008a0ae76dfbdeba36bfc46ea93741466a7f4ba60571bc9 2,718 1.00/1.00 vMB 76
674,309 674,309 0000000000000000000377599b6d328edbf50719609f6457573361c8e28d6a64 1,194 1.00/1.00 vMB 91
674,308 674,308 00000000000000000004d4144739545150bd763e0279a4b0c9aed89386492078 1,188 1.00/1.00 vMB 94
674,307 674,307 0000000000000000000b08c7eccb116a3448e3764adfaec8572fb6e37c0e4774 2,595 1.00/1.00 vMB 108
674,306 674,306 0000000000000000000a2fb5bea51703db82ef56de9a1ad0b76e3157ffa60ec8 2,585 1.00/1.00 vMB 108
674,305 674,305 000000000000000000027ca6e58f302500425abffccadd575ad779a53069abc5 2,180 1.00/1.00 vMB 104
674,304 674,304 0000000000000000000c4b1c6b7e648eb41543941dcabc270accd9df998a2cf5 2,140 1.00/1.00 vMB 46
674,303 674,303 0000000000000000000044d43f37cf4cbbb222e0ca3a9cb9f14bd794c61dc24b 2,682 1.00/1.00 vMB 81
674,302 674,302 0000000000000000000227683debab976c77cc9f5ba5f3677976543d75a5006d 2,268 1.00/1.00 vMB 95
674,301 674,301 0000000000000000000b24e1fdfd0387f78a1cdf33bc2ca21054a87069e22458 2,312 1.00/1.00 vMB 51
674,300 674,300 000000000000000000059ad312de4278e8fba444540232157c272ac15c9a8979 2,484 1.00/1.00 vMB 89
674,299 674,299 000000000000000000045b76144023ae68bf46b1d75806b1672fcedd32949f2b 2,761 1.00/1.00 vMB 81
674,298 674,298 00000000000000000007d2c07ca515cb73228722953ede2e76043b201cf10431 3,073 1.00/1.00 vMB 84
674,297 674,297 0000000000000000000c9d07721c72f2111e1982ce8920e8027f87c4f01709b3 3,235 1.00/1.00 vMB 66
674,296 674,296 00000000000000000009ed88c2cc3299f9c9a16415667e70149bb4037a4f4e89 2,526 1.00/1.00 vMB 91
674,295 674,295 0000000000000000000a6d6f5064492e5e42f35ff729de60e7d57cf1b9b4756e 3,232 1.00/1.00 vMB 77
674,294 674,294 0000000000000000000b9559c91db8e9237cff8abf42dc3a49c9ef4b241a8bf5 1,609 1.00/1.00 vMB 98
674,293 674,293 0000000000000000000032e94a1f37b52ea26fc1d0089f364e4c83c4d8ce9398 2,114 1.00/1.00 vMB 95
674,292 674,292 00000000000000000006837898705d3a449059674a637d70dc85d4ec3517dc7d 1,350 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.