Loading Tool

Explorer IconExplorer

Memory Pool

67,556 transactions
25.91 vMB
0.06359092 BTC
Random Selection Loading Transactions
Max Size: 155.70/200 MB

Candidate Block

Mining Attempt 29dd5737a92956b0e09612177a96a65adc07c43d4ceab11d76b7a27f82cd1830
Version 20000000
Previous Block 00000000000000000001143e3c5370ed70dcc950f769ff058b3314f6f2391b73
Merkle Root e5715986c77e01f44c774ee0493b09ce6afd4a7732253f69baceb1a5d38d4314
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,433
Size: 1.00 vMB
Total Fees: 0.00868139 BTC
Feerates: 71.69 > 0.87 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,527 (834,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
81,337 81,337 000000000046387e302022117dcc69edb36d0e8a6c005fe2b74842fb701813d3 4 0.00/1.00 vMB 0
81,336 81,336 0000000000460e0b300c4dfa0e6cb3aca56054814bab9913903ce37623ed5c65 2 0.00/1.00 vMB 0
81,335 81,335 000000000044f40c6b3caf6dca258bd4f7c0e7df75c061dd4e0e753b594d5378 9 0.01/1.00 vMB 0
81,334 81,334 000000000008528884eda75e43ac56f262e05c83af39f5846c1a05730b2b2421 7 0.00/1.00 vMB 0
81,333 81,333 000000000015b08aeac1910dce18d49b53bbf360d3df854f24698588fa30fd4f 16 0.00/1.00 vMB 0
81,332 81,332 00000000004340ed80ac8d6f4d9169657f4c725f1bf711aa0df40fbf9a296d63 2 0.00/1.00 vMB 0
81,331 81,331 00000000000c10b5f2ff9a9cdf0ee88639a9846da60ec50ec75d2ba7ec175157 5 0.00/1.00 vMB 0
81,330 81,330 000000000024ec1c9027754f39ad61a2b77238a733c423c52e61fd7d93544ee6 3 0.00/1.00 vMB 0
81,329 81,329 000000000006e9ebbab414acaa815f2011a1e8e2fa1ee05e7195e96a0243f920 5 0.00/1.00 vMB 0
81,328 81,328 000000000015ea0ee5f2d898f5e11cc48334499ae91b8956af13d1958d9526d8 7 0.00/1.00 vMB 0
81,327 81,327 000000000022236726059bdcd354be05bbbb1a0d0fd6e7c844d37fc2180630ef 3 0.00/1.00 vMB 0
81,326 81,326 00000000002376ad97b7fab045de66f992d3093c2c2d13b99cfb658b4c8fc471 4 0.00/1.00 vMB 0
81,325 81,325 00000000003abfb4c679f67fe1da8891b388857beab2655bfb9587bcf9c90a7e 5 0.00/1.00 vMB 0
81,324 81,324 00000000002cd2c72d936914b72877b2e50e5a2be5a9849fd2ed15711e328d97 4 0.00/1.00 vMB 0
81,323 81,323 0000000000389342d3ab3c544275a8875f0504ef93fd0d496172f0d7e317df1c 4 0.00/1.00 vMB 0
81,322 81,322 000000000001ca09d1d8978071b9faca388eec4f47281040bc01ae5e2f7ea693 5 0.00/1.00 vMB 0
81,321 81,321 000000000008f397ff38518a51487bb0d2751e1e234985830a139d6e05c87418 2 0.00/1.00 vMB 0
81,320 81,320 000000000012b61dc917693b6d874ddb87e32a1614a1e35f5d34ba35fd72b510 2 0.00/1.00 vMB 0
81,319 81,319 0000000000385c88e7a93345260a248ee25a7729905fccd36f02704846eb69dd 5 0.00/1.00 vMB 0
81,318 81,318 00000000000933936571ea1f4fa4dc24255ac26fb16fcd3ea66619ddb8e3f64b 1 0.00/1.00 vMB 0
81,317 81,317 000000000021a14a223c98579ce9c542a7ea47966782b5f1685fbb2612e2c636 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.31 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: 767.22 GB
    • Received: 19.37 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.