Loading Tool

Explorer IconExplorer

Memory Pool

54,169 transactions
32.16 vMB
0.18367841 BTC
Random Selection Loading Transactions
Max Size: 172.32/200 MB

Candidate Block

Mining Attempt 591096ad97e8a5daf1369235066f6d8ebcd9476f6c6eb73c657dc08f2da63ac5
Version 20000000
Previous Block 00000000000000000000e8bf6513364e7869b415e3fa1f8435bb5c6d3f5c62ed
Merkle Root 5f1a8195d261aea1bdc11ce611cc806e7445b6d78d75fe447315ea603a202c3e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,990
Size: 1.00 vMB
Total Fees: 0.08079300 BTC
Feerates: 101.66 > 8.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,819 (81,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
833,413 833,413 00000000000000000002a597d5a203d8f06a2eb7826c9b48b8b92e7a9b7b6454 2,666 1.00/1.00 vMB 52
833,412 833,412 000000000000000000018113f002bead13d53486ba0bf7b5242535f9621a9807 3,350 1.00/1.00 vMB 72
833,411 833,411 00000000000000000001a2b901a98d78f530f0c6a4327ccb29da4a96c3a669ee 2,605 1.00/1.00 vMB 64
833,410 833,410 000000000000000000024344278548cb8a357318b22ce979f40cc3fa6555d262 3,311 1.00/1.00 vMB 96
833,409 833,409 00000000000000000003825d93d7e906e236d33e51849dbfd94b2e06eb47ce2e 3,298 1.00/1.00 vMB 60
833,408 833,408 000000000000000000027e855e6ba3d1b59b19621ad72b228cc1003d97017281 3,354 1.00/1.00 vMB 71
833,407 833,407 000000000000000000035836cecbf61f2c386478de22be315595e8be771e7010 3,504 1.00/1.00 vMB 80
833,406 833,406 00000000000000000000c40e594f343cac0ed8b0f8930bbbcd16325037ad7279 3,820 1.00/1.00 vMB 101
833,405 833,405 00000000000000000003155889a00ef8c226e25e28fbba3dcd77a4892ca99617 3,387 1.00/1.00 vMB 66
833,404 833,404 000000000000000000009d95ae515cb6c465f31ca1948c9d3153c4676029503b 2,458 1.00/1.00 vMB 38
833,403 833,403 0000000000000000000361656247ba03bef81cdd2fe9a3bc2b4aa1c9de52d808 2,873 1.00/1.00 vMB 42
833,402 833,402 0000000000000000000146b49fe6f21a8c34f8911ee0af813aefcb89f6f09dd2 2,774 1.00/1.00 vMB 35
833,401 833,401 000000000000000000017113140372460004046ba62ffab93d27f09b55a9614d 3,560 1.00/1.00 vMB 60
833,400 833,400 00000000000000000001bf6bd0df37f5c380307d43a835bc49fa613b6f22cb11 1,765 1.00/1.00 vMB 32
833,399 833,399 000000000000000000014e81afb5ffa6b5289f04165a1aa4867ab5eeea2a3cf3 2,370 1.00/1.00 vMB 36
833,398 833,398 000000000000000000027aa028492af1e818c94594982514c949d25b71b9b59a 2,540 1.00/1.00 vMB 42
833,397 833,397 0000000000000000000200e86d1ed559084a47b8bd0ccdaa0e25ddffe89ac346 2,097 1.00/1.00 vMB 38
833,396 833,396 000000000000000000002d6e16fc795e4b45c37186d8fbc8ae9c6f202e5725f2 3,183 1.00/1.00 vMB 55
833,395 833,395 0000000000000000000137d3390c6b1caed7bf970dcc3ecc46f8e7ea44301b62 2,431 1.00/1.00 vMB 48
833,394 833,394 000000000000000000034427d1832e94f3110217e5ee25338a4de9aa2923d530 1,975 1.00/1.00 vMB 46
833,393 833,393 0000000000000000000320deaa7023606574aeeeeeef973d83646f959c9c4eda 3,018 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.07 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: 651.23 GB
    • Received: 13.49 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.