Loading Tool

Explorer IconExplorer

Memory Pool

79,451 transactions
29.39 vMB
0.10087617 BTC
Random Selection Loading Transactions
Max Size: 177.65/200 MB

Candidate Block

Mining Attempt 7ad65aebdfa39741d139e8a119287ba3544e9337b4fe75219ed5cb1cf9f7424e
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 983fd93615d347c225c28d11782aad973e0bcd38d3ab9f6309eaec299aac821c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,424
Size: 1.00 vMB
Total Fees: 0.03779642 BTC
Feerates: 150.62 > 3.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (303,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,302 611,302 00000000000000000013edce15def36bf65cecb64f605eb73111b38fbee075c2 3,096 1.00/1.00 vMB 13
611,301 611,301 000000000000000000017842e323a763ab58c08ca12084509fe23be9484bd8c4 2,371 0.66/1.00 vMB 10
611,300 611,300 0000000000000000000e5d7dbeac9c0bd028a2350da662338eb23805598d2360 1,592 0.61/1.00 vMB 9
611,299 611,299 000000000000000000092d0a5acdfce289f1a784d4c1d855ddcee6d9b41184c8 2,449 0.71/1.00 vMB 10
611,298 611,298 00000000000000000002215fded3fcb88f02f2abdd9a8578195c3a80a8ca13bf 2,436 0.74/1.00 vMB 11
611,297 611,297 000000000000000000062cd0c69a80ec87cf67e8707d166e800600d3cb7a7d52 2,039 0.58/1.00 vMB 10
611,296 611,296 0000000000000000000c54e7ae32a603a40d6c13bcc59871a1b54e27f3e5f263 982 0.33/1.00 vMB 5
611,295 611,295 00000000000000000013603db0de09e4cf9734258fdb7044dae2a710ab702ccc 1,867 1.00/1.00 vMB 2
611,294 611,294 0000000000000000000b3d764919e1ec49e204d8c7c5a5e77aea58273c0052f7 3,299 1.00/1.00 vMB 14
611,293 611,293 0000000000000000000a3df712c673c784db4d4f1fe813a0e1c1cc56e35f82d2 2,755 1.00/1.00 vMB 14
611,292 611,292 000000000000000000058580cde9c82c36998f0f6cea6614dba648c8c09f1a3b 2,611 1.00/1.00 vMB 6
611,291 611,291 000000000000000000061274a7fe3b55fe1c844fb609e4eaf8ff54e872ae1d44 3,071 1.00/1.00 vMB 11
611,290 611,290 00000000000000000007832fda308b4b105397f9ee17bbf042f1f8979b6eb662 2,439 1.00/1.00 vMB 19
611,289 611,289 00000000000000000002ca7a573dc3f4237238fddfb24d5967e35c380a3c5029 3,165 1.00/1.00 vMB 24
611,288 611,288 0000000000000000000c14bb578e554e4591799b1bd855daf302fd4295f5d375 1,618 0.55/1.00 vMB 12
611,287 611,287 00000000000000000001c1b0f1548f06e7fe411cc9abf113e99dea7f5ef4b77e 1,143 0.36/1.00 vMB 14
611,286 611,286 0000000000000000000fb89e11a8380985d8af530ec4208fa64abad091597746 1,378 0.49/1.00 vMB 11
611,285 611,285 0000000000000000000e504fb68595ec5ddd5b110f82066a1778167d1dcaf6f2 1,894 0.62/1.00 vMB 12
611,284 611,284 0000000000000000000d69621ff2869f9933ccf9af1fcb1fce5096411555f75d 2,400 0.90/1.00 vMB 6
611,283 611,283 000000000000000000109d8fb2f7228190cef063c67dae40164bd39f895ca4da 2,406 1.00/1.00 vMB 7
611,282 611,282 0000000000000000000fb7307016152503a7d14f0d65286f31c0925a30e4d7f9 3,085 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.