Loading Tool

Explorer IconExplorer

Memory Pool

79,804 transactions
29.30 vMB
0.12750674 BTC
Random Selection Loading Transactions
Max Size: 177.35/200 MB

Candidate Block

Mining Attempt 148bf687d0057fba78f8721f2986b24bf8c59b3bedf482df7021b47ecc976654
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root adb9564e4a9b6adc9b226868cf29167d772ad7d861ff7f0102c37c825121636d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,521
Size: 1.00 vMB
Total Fees: 0.04763126 BTC
Feerates: 602.26 > 4.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (519,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,351 395,351 000000000000000001d26d7797c4d407d1718ab04561c9ce0e7548f1ed4b98aa 780 0.95/1.00 vMB 21
395,350 395,350 0000000000000000018fcd447976cf6092ca6643f34db3017ead36b217bcf0b0 1,196 0.92/1.00 vMB 28
395,349 395,349 0000000000000000018d3f73ad5fbea821983fae94667068d409bda062603398 34 0.05/1.00 vMB 13
395,348 395,348 0000000000000000057c740746aeac60bd92a17338bb05918bc911fa5e8b4b9b 1,257 1.00/1.00 vMB 18
395,347 395,347 000000000000000004223e9b36bad0da358c9a95149f8de50dab9a5399bbb76d 1,198 0.93/1.00 vMB 53
395,346 395,346 0000000000000000052d2c1935ccbcefc8c829293346ab3b7ae25baa70d5996f 2,207 0.95/1.00 vMB 70
395,345 395,345 000000000000000006c4bce1a2b289c8500f25023a64fbce594bda9972b6d185 1,693 0.93/1.00 vMB 69
395,344 395,344 000000000000000007594960536a982772e40e0f7bc0ca978a4c60a24851a8ef 1,913 0.93/1.00 vMB 55
395,343 395,343 000000000000000002fad66ea371a0360e9d82c7aea49194810eec9a2043a71e 987 1.00/1.00 vMB 23
395,342 395,342 0000000000000000044cfd18d1776cbd0b2aec695df1e4e49a9e91b331d98f08 1,433 0.93/1.00 vMB 32
395,341 395,341 000000000000000000eceeb907257cb869cd3dcf271016ba5b068fd2a81aa344 2,134 0.95/1.00 vMB 49
395,340 395,340 000000000000000005f86c9b6e1d4f9176bb9c509a2361fb832226c4243f62cc 2,224 0.93/1.00 vMB 59
395,339 395,339 00000000000000000025a0d054cf36b18cc7ab2714e679074f487a3a131c6014 1,554 0.69/1.00 vMB 50
395,338 395,338 000000000000000000367b04ffd5d1b917ee5beb9f97182f10e5daac908ab8ab 2,703 0.95/1.00 vMB 62
395,337 395,337 00000000000000000827a2f746d0591d6a8df160e79abaa4fe89be1ea2f4ac10 3,746 1.00/1.00 vMB 102
395,336 395,336 000000000000000004457a84d22698e55691dfeb8c2c374189c2d5519edd3520 1,776 0.93/1.00 vMB 38
395,335 395,335 0000000000000000068b6a5a396d8ef49a41f676503b0881d5b54f5ec85a7680 1 0.00/1.00 vMB 0
395,334 395,334 00000000000000000879ee71cd1e90bb11fd199c1ab8c24435f124fe4701e4f6 1,410 0.95/1.00 vMB 23
395,333 395,333 000000000000000002701fba12814a93b24b26d0e40c57bcbab5ed845f1f410b 1,186 0.93/1.00 vMB 36
395,332 395,332 00000000000000000369af395ee65d42ef4b04f12da4dc3b20f4d84cca98dbe8 999 1.00/1.00 vMB 25
395,331 395,331 000000000000000003b3c2d5187fc3d58e74275505c10cc5be600a29a774dbb5 1,717 0.75/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.92 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: 714.45 GB
    • Received: 17.54 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.