Loading Tool

Explorer IconExplorer

Memory Pool

80,010 transactions
25.37 vMB
0.06137569 BTC
Random Selection Loading Transactions
Max Size: 160.35/200 MB

Candidate Block

Mining Attempt 9229fde61caa692b139d033aecb65a0d5685a86b809385717be55ca4642007b4
Version 20000000
Previous Block 00000000000000000000af19f33cfaba69ef915da021fa9989d963a8bc8a4cad
Merkle Root 5bba2433391fa319f91c7cdf942368156f18d7d483c774f6f02299629855a8bb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,769
Size: 1.00 vMB
Total Fees: 0.00574222 BTC
Feerates: 165.00 > 0.58 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,956 (856,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,286 59,286 000000000dfa8ccdf252096b5bda15dcc354b56a917817586ec4f2f4d739783d 1 0.00/1.00 vMB 0
59,285 59,285 0000000001bbdd85b6d2ee1586bc0a180e129c494617808bf0ed02b653af19db 1 0.00/1.00 vMB 0
59,284 59,284 000000000abbf0541c4a7b9c4c80f9c03eb0c1fc20d109fc509c2c74a23404fc 1 0.00/1.00 vMB 0
59,283 59,283 000000000924df7694edf6ebef8c1a7d271ea883b34f66c17cdfc8b3a8885817 1 0.00/1.00 vMB 0
59,282 59,282 0000000006b601928c5139ce1f0d0c85ed7e3ecfd343a55349c126a1d150a6e3 1 0.00/1.00 vMB 0
59,281 59,281 00000000018392d908e896c981f0c5eeb62837c29bc05f141afdb5948d3d379e 1 0.00/1.00 vMB 0
59,280 59,280 00000000074cb7af4686a2791c7557da97231d4c08d60d355ba21ab600020a92 1 0.00/1.00 vMB 0
59,279 59,279 0000000001190bb753c6a78e6a5be46828d73e7f644fca339a896526f2572f6b 1 0.00/1.00 vMB 0
59,278 59,278 000000000409d470d40815bccee9e6b970d95da6030a21cd2b383c591e62f470 1 0.00/1.00 vMB 0
59,277 59,277 0000000006ec629e243ad58bbd487b95a5c87c6692b2e8f2d98b860112a5b6ef 1 0.00/1.00 vMB 0
59,276 59,276 000000000eada3f5be15fb8910a63e499b7aeb6f89d1b6315e296e57b6668cd4 1 0.00/1.00 vMB 0
59,275 59,275 000000000032965e1cab9de770eb4b6eb347dafa83033b882c8533befd026c49 5 0.00/1.00 vMB 0
59,274 59,274 00000000082efdf10e597e28d962eba4fb68713aec7b87a9dd9e4d56ea4fcf96 1 0.00/1.00 vMB 0
59,273 59,273 000000000e2acba391a437010c174725a6f3b9587f4ae792c78b54ba41754165 1 0.00/1.00 vMB 0
59,272 59,272 000000000a89a9b88662ef4e03fd59a46b7c68e62c560f2cc8077a2f764b6627 1 0.00/1.00 vMB 0
59,271 59,271 000000000e91d7ff2c46c81accc587fae035ef4e2f5485c2a042155bc89dc2fb 1 0.00/1.00 vMB 0
59,270 59,270 000000000a69414699dc6047e9c250b10b024f0664acb789b8e1ae5a90bf33b5 1 0.00/1.00 vMB 0
59,269 59,269 000000000e63395be0c442100df6288c1014d5ed716971efeea157356d0fb484 1 0.00/1.00 vMB 0
59,268 59,268 000000000813981725bd8ec38b5ef63e9ab5012a949390981415d48fe39d235c 1 0.00/1.00 vMB 0
59,267 59,267 000000000ad69bb993397e9e368ee759c687642fa8ab6a72c7b57135c9fea563 1 0.00/1.00 vMB 0
59,266 59,266 0000000009dcc32f3c57a3a6c34f5fb9df16f018f38d4830174c1b0b02ba40bf 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.04 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: 801.37 GB
    • Received: 22.86 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.