Loading Tool

Explorer IconExplorer

Memory Pool

11,344 transactions
9.69 vMB
0.02980320 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.37/200 MB

Candidate Block

Mining Attempt cf51fbd870e8fdc8d15dd84cd51eb91fcf66585980f81650d7055905962bc87d
Version 20000000
Previous Block 000000000000000000012e19983e24f0604faef80654158cc2f867745882ec5c
Merkle Root d0727ddc6ee22e3c4303024f15b5b97eb8810c0930cb8bc135647a0d6ac872d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,064
Size: 0.99789775 1.00 vMB
Total Fees: 0.01530081 BTC
Feerates: 120.63 > 1.53 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,806 (725,148 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
188,658 188,658 00000000000003db31c3ba728393b3f33f70ac8581e73a1f27f1a2a97d839eb7 62 0.04/1.00 vMB 56
188,657 188,657 000000000000077d2a296a24f9489ced644eba54782bb9e3047a36ee3f046915 494 0.21/1.00 vMB 376
188,656 188,656 0000000000000298fde432958aa7cdabd24e2910ada3be035252ba163d767955 143 0.05/1.00 vMB 129
188,655 188,655 00000000000004118af65e35a22825a0382a6b17adf23f71b1c6f6f37935ae65 10 0.00/1.00 vMB 0
188,654 188,654 000000000000002a372568662aef8cd3a23a1983b0e44f34b0ae63b3463c1718 7 0.00/1.00 vMB 0
188,653 188,653 00000000000005daa90840d9f10514f96374328bf17dc17fc3e35c056fda9bfa 204 0.08/1.00 vMB 142
188,652 188,652 00000000000007f5feabf1385813dd28cd60d8b2be12533088d423ffb91873b0 316 0.12/1.00 vMB 126
188,651 188,651 00000000000007333a63a87814aab03ec39e407a4082017a36a73987b1e04ace 226 0.07/1.00 vMB 161
188,650 188,650 00000000000006176a1d41eb6164e6e2f43c007b03c5377ad66a04ea4206af95 118 0.05/1.00 vMB 184
188,649 188,649 0000000000000856e65449eff4942b55a12920586e44613a1de800c0576d4320 124 0.05/1.00 vMB 280
188,648 188,648 00000000000000cd6c63dd19b7df96c320901f36d832040003bc705f1f7d192f 91 0.05/1.00 vMB 83
188,647 188,647 0000000000000422be7bf500eda15eebfe2992d3926bdce6c12d588e5e991ec7 511 0.17/1.00 vMB 152
188,646 188,646 000000000000002c979ce2e219ad23814f5306bd029091e358458b65e91b60e8 167 0.05/1.00 vMB 164
188,645 188,645 00000000000004c57f133f428ad59822a131d3165bb0530f3a101712e0bd5b2a 326 0.13/1.00 vMB 135
188,644 188,644 00000000000007169ada12b8c4eee5a2ae1532ead0aad72c2f4878b3229e367c 9 0.00/1.00 vMB 14
188,643 188,643 0000000000000446bb1b084557cd3b9c9e3fad3a137fc3c7c5785f747159d6f9 637 0.25/1.00 vMB 101
188,642 188,642 000000000000083c277b04e0cc1140d96443b9427de78ef24f9e2ce8a1bfd899 245 0.06/1.00 vMB 109
188,641 188,641 000000000000076d58925b3cfc0278403ab9d357d075806c27cbb0a05a280b41 199 0.11/1.00 vMB 120
188,640 188,640 000000000000033b5b85a4e7fda4e4ac1dc3c2658805384fbbdf6d33af0661da 69 0.03/1.00 vMB 109
188,639 188,639 0000000000000430d3aeaee3ddfc5cbb2ad801b169b669ee7594099eb09b120f 171 0.08/1.00 vMB 116
188,638 188,638 00000000000009579ea7d9e511e0a7ab0d5314dfc262b0c08ed88756c690169f 325 0.13/1.00 vMB 161
Previous 10 blocks ↓
Total Size: 780.28 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 515.99 GB
    • Received: 4.40 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.