Loading Tool

Explorer IconExplorer

Memory Pool

37,451 transactions
26.08 vMB
0.06229294 BTC
Random Selection Loading Transactions
Max Size: 133.99/200 MB

Candidate Block

Mining Attempt c7a493d3f0e91acea6ee16443564934aa5b82e44927bc8760355d64aed40dcab
Version 20000000
Previous Block 00000000000000000000176eec4f97613301ccca0f642e4b2100196c9276c6da
Merkle Root a80c3a83f12198027be009a9bdc4fa51b229b1b9dee7126a5adfce3f234be925
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,644
Size: 1.00 vMB
Total Fees: 0.01420694 BTC
Feerates: 102.99 > 1.42 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,674 (111,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,690 802,690 000000000000000000035da9b500c4c2147be93a6f8f54ded906649b6112e3fa 2,738 1.00/1.00 vMB 15
802,689 802,689 00000000000000000004295cc1b24dceaf6a161dcce8481918fd2889e3de50e5 6,323 1.00/1.00 vMB 7
802,688 802,688 000000000000000000026b6d59ae098bf1ecb1e0cb911beaf342baaec474e831 2,313 1.00/1.00 vMB 17
802,687 802,687 00000000000000000003e8cbcb6be060d72262cf45f99b8bb25e96e3c7f4b86c 3,663 1.00/1.00 vMB 8
802,686 802,686 0000000000000000000510e17f2d2bf53d752e0b608ccfd42a3e59b7d439dd3c 2,514 1.00/1.00 vMB 15
802,685 802,685 00000000000000000000677064e6ed68d29bdbd385da8e7fe6d79a6a352bdc96 1,926 1.00/1.00 vMB 8
802,684 802,684 000000000000000000005e64896c011b4403198f1fae810a90dc182e1cd8fc59 2,068 1.00/1.00 vMB 16
802,683 802,683 00000000000000000002e0ce3b64673d70ba24ba3e32d051b2109a5cf4bca099 1,652 1.00/1.00 vMB 10
802,682 802,682 0000000000000000000223bfbd2d18d5766f28f4ca88c79672669293d3f9e19f 2,219 1.00/1.00 vMB 25
802,681 802,681 0000000000000000000559bf0b018a5773fa36034e6a218f6f7d98c3320d63be 2,312 1.00/1.00 vMB 11
802,680 802,680 00000000000000000003096cf979cf3160adf0188e9fd04d2853d98c96b3685e 3,180 1.00/1.00 vMB 19
802,679 802,679 000000000000000000002eb72ae191d5d913a3f9a76cf78404935af795e80c88 2,755 1.00/1.00 vMB 22
802,678 802,678 00000000000000000003c1606b7340df706cfba886066c0d4f7522973fbbc528 2,414 1.00/1.00 vMB 22
802,677 802,677 0000000000000000000219edd245e38b89aa7600ea815e9777ee18c671511640 3,845 1.00/1.00 vMB 33
802,676 802,676 00000000000000000004f1a04ec7da1df2aa3d132acf6cd8c535f062fb1cca2d 2,871 1.00/1.00 vMB 26
802,675 802,675 000000000000000000012b16cbd3c591d65f3914c8b8ca1f8275b5179c05c3b0 3,569 1.00/1.00 vMB 33
802,674 802,674 00000000000000000000e4c1f0546f1e5d987fd1bd36115ac6d1fd6c9aba00bb 3,416 1.00/1.00 vMB 43
802,673 802,673 00000000000000000002dcf11280087ef65440e1f1559e9d06abd6fc7a2ec3cc 2,620 1.00/1.00 vMB 15
802,672 802,672 00000000000000000005340519a80e9f4a02e540cef3df066917ef74f74557c1 4,058 1.00/1.00 vMB 11
802,671 802,671 00000000000000000001062ee6133fd02da1655a6788095452e5048b91efde65 3,144 1.00/1.00 vMB 18
802,670 802,670 000000000000000000050457a0b3edc74210880a779f6de64a67e9bb724181de 3,528 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.81 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: 635.53 GB
    • Received: 12.31 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.