Loading Tool

Explorer IconExplorer

Memory Pool

45,195 transactions
26.65 vMB
0.05931204 BTC
Random Selection Loading Transactions
Max Size: 141.03/200 MB

Candidate Block

Mining Attempt 0e8abbe28dfb68a960f326881c131d3ba15e1007ca6c1b2b81e3fd2b805f9faa
Version 20000000
Previous Block 000000000000000000010a691d8711905b74c8ca1255100e4f4641696d5db79a
Merkle Root 8d1f0a7ce8a10011f865f9a94a4bf54be58eaaab757780be4be551e0dc4df060
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,346
Size: 1.00 vMB
Total Fees: 0.01020850 BTC
Feerates: 49.26 > 1.02 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,736 (270,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
643,790 643,790 000000000000000000027ecaaf34c127731eed53b7afa3ae59cfb00d438c70c5 813 0.56/1.00 vMB 10
643,789 643,789 0000000000000000000a6bfd722452bbef5c8064cc3ec4a381908ed9cfabf4e6 2,800 1.00/1.00 vMB 30
643,788 643,788 00000000000000000007df68a007e6d053df6d85a63ea0b80bf277d60b7cf5d0 1,878 1.00/1.00 vMB 82
643,787 643,787 000000000000000000099325c027cec7ef2e6b8f14880e00ceb29f08582e701d 1,407 1.00/1.00 vMB 23
643,786 643,786 00000000000000000002080fb595265d14d93565015826b0767d83eda5afcadd 990 1.00/1.00 vMB 15
643,785 643,785 0000000000000000000ce7f58ffc139f8512da31f0a242d993641ee698b929a7 331 1.00/1.00 vMB 7
643,784 643,784 00000000000000000002c9bb2d239f9797f3de058edc9f8cfb73df4b6b660a7b 2,048 1.00/1.00 vMB 29
643,783 643,783 00000000000000000009f3429cd05456c0611b9774074b478d3586e6a64dfe40 2,988 1.00/1.00 vMB 59
643,782 643,782 0000000000000000000a6b98a14d0266cf7c55bb5266f988805559369b5cd148 2,518 1.00/1.00 vMB 58
643,781 643,781 0000000000000000000f5d96e18ec5c1f96cdb7564c3cb556f14f1182f681488 1,869 1.00/1.00 vMB 15
643,780 643,780 00000000000000000001daa2d9c6070874fefa9ec4f723697b05ea9c7bb130cd 455 1.00/1.00 vMB 7
643,779 643,779 0000000000000000000b06fab6219837ce6a70c680780a04e1e59183c401bb4a 86 1.00/1.00 vMB 3
643,778 643,778 0000000000000000000c1cc72f9a959c80b730f58551fcfe1b465e21b9e4f20c 501 1.00/1.00 vMB 11
643,777 643,777 00000000000000000004b6f82ba976eefdc1e0d93b755660b0c6e258fd7c1b94 2,122 1.00/1.00 vMB 25
643,776 643,776 0000000000000000000135ee62d9f87f10c6497ddfbb2f3b2be62cafcb44d02c 2,892 1.00/1.00 vMB 68
643,775 643,775 000000000000000000013f31ab72869e40041a4b8f0a487595c83de6f26b9fed 2,554 1.00/1.00 vMB 40
643,774 643,774 00000000000000000005b0cd5c1c451ab8f2da0e47eac7fc1ed1349a0ba139ba 1,827 1.00/1.00 vMB 95
643,773 643,773 000000000000000000081ee79ca8995b4a87322d9ecc8f428844441b2d3e0b2f 2,054 1.00/1.00 vMB 40
643,772 643,772 0000000000000000000e97ef45f1334475c42fb6c3adaf7148b21364277e675c 2,148 1.00/1.00 vMB 58
643,771 643,771 0000000000000000001065e99fc640f665adb920fe1b473c273749785b1e5b04 135 1.00/1.00 vMB 4
643,770 643,770 0000000000000000000e71052de0d8c9d44f712eccaaf1f7a15cd356234fade5 2,028 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 781.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 646.12 GB
    • Received: 12.81 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.