Loading Tool

Explorer IconExplorer

Memory Pool

45,225 transactions
27.46 vMB
0.10999853 BTC
Random Selection Loading Transactions
Max Size: 144.05/200 MB

Candidate Block

Mining Attempt 35dfaf9035b76c8f49ef4873534889633eb4a10031f2fb12b7b9deecf6fbb97e
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 04495bf0fae639da1488405e4ae004a9a966f3e33ee5bf02028eb313ff7a5841
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,590
Size: 1.00 vMB
Total Fees: 0.05175735 BTC
Feerates: 151.16 > 5.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (99,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,637 815,637 00000000000000000001d8f4b7646ffb70d20cb08918534b35fd96d74760940e 2,715 1.00/1.00 vMB 49
815,636 815,636 00000000000000000004663424b16f234337ef1bbcbe7a157929f52758dc5ea6 2,993 1.00/1.00 vMB 69
815,635 815,635 00000000000000000000d9261b18f9c802ff400eefbe386b53ca678c680a2494 3,451 1.00/1.00 vMB 57
815,634 815,634 000000000000000000003c76f619063e980a171f4e104bc056b4ad784e2dd14a 3,158 1.00/1.00 vMB 52
815,633 815,633 0000000000000000000137a5f593dc53bb683bf0dd798a92fa137f4a7b05920f 3,381 1.00/1.00 vMB 54
815,632 815,632 000000000000000000047a5d0da2f085b311452d4ad00fe4f85315d816aa586a 3,240 1.00/1.00 vMB 70
815,631 815,631 000000000000000000038c941c76c89a0810aa85799a17c984fb89b0f71903d7 2,595 1.00/1.00 vMB 63
815,630 815,630 000000000000000000045426c50841f848bfe9e2a0f2cd4b73940c485d9dbfaa 2,576 1.00/1.00 vMB 65
815,629 815,629 000000000000000000011be1615f1f8db577cb5164e01941a929377925986568 2,188 1.00/1.00 vMB 68
815,628 815,628 00000000000000000002a14ebffa6e8d0e19cfa850a5614a210a645f33f72d6c 2,119 1.00/1.00 vMB 80
815,627 815,627 000000000000000000013b5d571c9a937566aa57018d4de2aace6b445c83316d 1,377 1.00/1.00 vMB 51
815,626 815,626 0000000000000000000438e86ec45c31485de2d3641e54e729ba9e08f2f55bf6 2,682 1.00/1.00 vMB 56
815,625 815,625 00000000000000000002562bd3bf88c9126d05447a8defc7e8c4612e3c0eb8fa 3,412 1.00/1.00 vMB 67
815,624 815,624 00000000000000000003b78c3270f7b3c8f87b68a330e70bd782c8860bae7197 3,917 1.00/1.00 vMB 64
815,623 815,623 000000000000000000006261487672e663c2a92e39912954327371d930efc153 2,972 1.00/1.00 vMB 63
815,622 815,622 0000000000000000000222cc3f11b8b49c85c0ab3f8b89293f80e07bd0c085b7 2,645 1.00/1.00 vMB 68
815,621 815,621 00000000000000000000be2f4842ab17652fa8bc09e28766138f2832e2c92db5 3,908 1.00/1.00 vMB 67
815,620 815,620 000000000000000000012702da8c25ad039ded8c0a1594f1f3b5050b08d380e3 2,902 1.00/1.00 vMB 61
815,619 815,619 00000000000000000000265fe722080e8cb5ab57b1aedbf2458240737d2d2b21 2,948 1.00/1.00 vMB 64
815,618 815,618 00000000000000000002d7e7e0d1e7b759daf086ee7de6023befa88d34a6ce9d 2,714 1.00/1.00 vMB 60
815,617 815,617 00000000000000000004779d1c0a24a368f21c06326cbadd73fdde7cfe94aa13 2,969 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 653.27 GB
    • Received: 13.85 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.