Loading Tool

Explorer IconExplorer

Memory Pool

82,242 transactions
31.55 vMB
0.08442123 BTC
Random Selection Loading Transactions
Max Size: 187.91/200 MB

Candidate Block

Mining Attempt 23b50bbfce2783564e7fd1ec25d1ac9c0285ecb2438d54f76e5f7d92365c09b1
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root 6faa8e916deaabb7fff7ba869f386bb6f084832e0c18f4aa3fccba0716ea61ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,309
Size: 1.00 vMB
Total Fees: 0.01675780 BTC
Feerates: 157.11 > 1.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (328,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,305 586,305 00000000000000000015031f6abaa900bff18dad6484e97e09774bea65ad7dc3 2,070 0.61/1.00 vMB 32
586,304 586,304 00000000000000000019945271d02c2e9cdcf50f024fd524a4f973fcea4372ba 640 0.19/1.00 vMB 31
586,303 586,303 0000000000000000000d31af6e20c0465ac1cfeaf5899f7d86f0cc78eef40b6d 1,091 0.33/1.00 vMB 40
586,302 586,302 000000000000000000142c167c4bb65f41238bb3a503e1d8daf0d4b7513366e2 692 0.21/1.00 vMB 4
586,301 586,301 00000000000000000009cc98872e3c33d0d67614bb454df21b9961c524f2c655 2,867 1.00/1.00 vMB 41
586,300 586,300 0000000000000000000fd6d7eda96145bb2b4978e416db1122a37410a7ac7d12 2,964 1.00/1.00 vMB 13
586,299 586,299 0000000000000000000f5509d0c19df310bf3ed3d55c83b44581a34bb62ef2b5 2,968 1.00/1.00 vMB 67
586,298 586,298 0000000000000000000b9afa69cf58918ee1edac8cc1126edad70d840995f32a 1,460 0.47/1.00 vMB 28
586,297 586,297 0000000000000000001414b4e32ab3c89917bf9309a8036a903c899944b7f7bc 624 0.18/1.00 vMB 17
586,296 586,296 00000000000000000007ccbe3aa8fc2c26aa3c8dd2072930bd90eb5bab6f43ef 677 0.19/1.00 vMB 29
586,295 586,295 0000000000000000000a50b1c6dbc5db6b2e68f0450eee0ce39eb64688ec084a 537 0.18/1.00 vMB 36
586,294 586,294 000000000000000000111cd9a8a2af0f2b1f0585a6f408725b2fa9f26d9e9eed 1,549 0.57/1.00 vMB 30
586,293 586,293 0000000000000000000f1a2b276e1861ea3f96e8ff2903779accc2216b9c02d0 3,221 1.00/1.00 vMB 22
586,292 586,292 0000000000000000000a038cad930fee31b290e075d60af9f975f37776f30599 3,400 1.00/1.00 vMB 40
586,291 586,291 00000000000000000009a302e354278c8a6fa5166bb8dd9119b69c13805c5542 746 0.21/1.00 vMB 24
586,290 586,290 0000000000000000000a2de8081ae7112e9ca36056e5720bf8b558d96e57a908 1,972 0.63/1.00 vMB 28
586,289 586,289 000000000000000000007e532cbe984d50e93c1039501fc0323802d92d3d9899 887 0.27/1.00 vMB 27
586,288 586,288 0000000000000000001527d527feaf094ef50c0bc4b9c78c42302917d0020a25 3,140 1.00/1.00 vMB 34
586,287 586,287 00000000000000000011727eebdf9e1603fd4c499e4301aceb53cd517b0ca9c7 328 0.18/1.00 vMB 39
586,286 586,286 00000000000000000009bdf559bce735ceb5aa903631dd9547e2b66f9309a6c1 99 0.03/1.00 vMB 49
586,285 586,285 0000000000000000001c7dbeb9b240d2de07df35030c8ba0f8309782370b8783 1,212 0.46/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.52 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: 668.84 GB
    • Received: 15.59 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.