Loading Tool

Explorer IconExplorer

Memory Pool

39,222 transactions
31.96 vMB
0.09359044 BTC
Random Selection Loading Transactions
Max Size: 158.63/200 MB

Candidate Block

Mining Attempt ee5e1442e8cf733ff1edc469c79a0b5950c502a339ddbd52daedbd50481adaf8
Version 20000000
Previous Block 0000000000000000000153f71b7f7eccbb10249914947240c1efe2db5faaa00d
Merkle Root e0d72c2850d9ef2690e07decec4fe2be6d9d578bc57a7b60e8ebf4b424178327
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,473
Size: 1.00 vMB
Total Fees: 0.02851244 BTC
Feerates: 393.72 > 2.86 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,331 (831,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
82,417 82,417 000000000035b2d0272cd9b9cfa7ea8af14c282f42f64bb3bc5d8a9d19650c45 1 0.00/1.00 vMB 0
82,416 82,416 00000000000de8b6a294fc9778674373e84ecff49bd4895f1bd8a0eef6ab15f6 2 0.00/1.00 vMB 0
82,415 82,415 00000000002da5f21e885ad16064b4dcd3e5bd9ac4e55e3e7f93bf85182c29a4 2 0.00/1.00 vMB 0
82,414 82,414 00000000000b1e6c7759b895ff07399aa13fb80db36feeff3498f0f493b783d9 3 0.00/1.00 vMB 0
82,413 82,413 0000000000179a6042a093142de35acc9803a3fc572a48345d669eadc9df74a9 1 0.00/1.00 vMB 0
82,412 82,412 000000000025050532b6a7abb598b47d3e323af290e13f0e1adb1e38ed6103ef 4 0.00/1.00 vMB 0
82,411 82,411 000000000034534541e91d036e9f19f93c324f0d228ae349738b0c9c78e7ca82 2 0.00/1.00 vMB 0
82,410 82,410 000000000015b8535b2485764f1cd2328c83d321ff21f3741e98a5430e8aa7f8 1 0.00/1.00 vMB 0
82,409 82,409 0000000000082704fd567462acb4e7692fd12adfbc50a2c8c410b15954d3d847 1 0.00/1.00 vMB 0
82,408 82,408 00000000000e8b7bc7f15c3ae5d5b1cdbedaaeae2e104be2c6d541b33bfa0c3e 3 0.00/1.00 vMB 0
82,407 82,407 00000000001fc454dfb4a93e82d72485ccc69009ac88822f592a3025ab7ccffe 1 0.00/1.00 vMB 0
82,406 82,406 00000000004372832691a762931a244ac8a4e9a98d89bcb379f81c018f7001d6 1 0.00/1.00 vMB 0
82,405 82,405 000000000008dc34f866e0219863e9e059121441a8663c4d7f3f49745b759b5e 1 0.00/1.00 vMB 0
82,404 82,404 0000000000327b0b5e53587f77247d9a25390e3288623acce34ca023ebe765df 2 0.00/1.00 vMB 0
82,403 82,403 000000000027f2e29a5be43150e620f70a6209de1e15385e25ccac4b84178d59 3 0.00/1.00 vMB 0
82,402 82,402 00000000003fb40e4691f6271063d37ed0345590bc1cf813cd12cbf4c6474b50 1 0.00/1.00 vMB 0
82,401 82,401 00000000002d55954f48d94785d82e99e44ba5cc44448e25e130e08147bbbf4a 2 0.00/1.00 vMB 0
82,400 82,400 000000000034b3fc95932d7a96f97f8914c621330f045b54ae071caad39ab1af 1 0.00/1.00 vMB 0
82,399 82,399 0000000000085b1dc4d8916592fb3c5f05b06360c540394ba7eeb3704c7e9c1b 1 0.00/1.00 vMB 0
82,398 82,398 00000000000100dfcb2e755111447b02323ea0e3a4a515e0a1111dce2a1756a1 1 0.00/1.00 vMB 0
82,397 82,397 000000000032e8a05b550203e510c064708f895c8c4df85e0a095e9e82abede2 5 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.19 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: 583.12 GB
    • Received: 9.33 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.