Loading Tool

Explorer IconExplorer

Memory Pool

33,712 transactions
26.35 vMB
0.05423640 BTC
Random Selection Loading Transactions
Max Size: 132.18/200 MB

Candidate Block

Mining Attempt ba55bc12e01444b1d1f9e9b35377a1fd8d925920ccf2b34aafb152fd519ea180
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root 87cf9fd710f7d36c38af282eafb9049bf4a04874c8a9586b3e413732df20ad16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,611
Size: 1.00 vMB
Total Fees: 0.00538408 BTC
Feerates: 29.53 > 0.54 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (203,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
711,294 711,294 0000000000000000000bf407cbe8441d9e4b11916d0a29e28ebadbe2e71c65c2 2,336 1.00/1.00 vMB 7
711,293 711,293 00000000000000000008bb2944350635184a3503a3d289e33316bc8a8f18b537 2,724 1.00/1.00 vMB 9
711,292 711,292 0000000000000000000b6a0c7f7b75a910afa60ab15d581ade899d68254f0e6a 2,696 1.00/1.00 vMB 10
711,291 711,291 00000000000000000005e098f15270632edde08291e4ffa6993d3e132b4711eb 2,349 1.00/1.00 vMB 10
711,290 711,290 0000000000000000000bea6d7a887a2df236c7c28ea152ec04a926c542e88ca6 3,013 1.00/1.00 vMB 16
711,289 711,289 00000000000000000001edf654e3cf112eee2f4e770cecd9bb12210b3e269805 3,054 1.00/1.00 vMB 10
711,288 711,288 0000000000000000000466a0ea1d3c22483e3498270bd76072ea9c819085526a 2,989 1.00/1.00 vMB 12
711,287 711,287 000000000000000000018d31a950cea17042fb2e646f3bd1d5c1d0df8ed97ab1 3,392 1.00/1.00 vMB 7
711,286 711,286 000000000000000000041ec565876f8ce509f9e8ba3d79f10a10735cae53001e 2,808 1.00/1.00 vMB 7
711,285 711,285 0000000000000000000bd7374cc5eb4be772ea994c9309f84253d01b09771a7c 3,261 1.00/1.00 vMB 25
711,284 711,284 00000000000000000002ae20a9229bee9b008fa46328e230fed63d7caa7ce449 2,858 1.00/1.00 vMB 19
711,283 711,283 00000000000000000005d5f45b38dacb7b92ed28a1f81815e730cbdc559da443 2,181 1.00/1.00 vMB 7
711,282 711,282 0000000000000000000c03c81e5fedbec885406e04a10effe8d35eb8307b96b9 3,073 1.00/1.00 vMB 21
711,281 711,281 0000000000000000000acfac8289182d11c0e4275fc0ec984c044cf6a0536f30 3,117 1.00/1.00 vMB 14
711,280 711,280 00000000000000000009cc451a67e167c115aff74bf54f8b348cb406d15a76b4 3,474 1.00/1.00 vMB 5
711,279 711,279 000000000000000000005bfa5b0d50efa10548e366b6d11700fa1ea4a5b407d3 2,686 1.00/1.00 vMB 6
711,278 711,278 000000000000000000004fc9b56c4f935e2bd88eb4f1adc6c5d4dd7a67b8d0f3 3,169 1.00/1.00 vMB 12
711,277 711,277 0000000000000000000274c107ded894fc969dadedda270f278f69bca03ff405 3,201 1.00/1.00 vMB 11
711,276 711,276 000000000000000000021a3766fcf694e1e0ad64c20267e1364de3e1fb91564c 2,539 1.00/1.00 vMB 11
711,275 711,275 00000000000000000000eef47a99a00ecd90738a365acea397e4172cc3ffeadb 1,698 1.00/1.00 vMB 9
711,274 711,274 000000000000000000002247c80765f276d64707ed5c52bb4e279b0476f7fab4 3,182 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.77 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: 632.83 GB
    • Received: 12.15 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.