Loading Tool

Explorer IconExplorer

Memory Pool

76,294 transactions
28.47 vMB
0.07119959 BTC
Random Selection Loading Transactions
Max Size: 172.49/200 MB

Candidate Block

Mining Attempt de7535ad289776da86efce77a601172cf29477c62e5bfeb4811dae7722a95454
Version 20000000
Previous Block 000000000000000000013692c334da3888f451a334566c03c222fde1e46135de
Merkle Root c75576ba09e1eeb6af15b8d99f92c94bdfe3c7af14f5a9e1d4ee5268783017a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,266
Size: 1.00 vMB
Total Fees: 0.01207386 BTC
Feerates: 178.73 > 1.21 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,135 (736,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
179,065 179,065 000000000000021a197c5e651a57270e9d3ce493ba6c25a174b6be9fa527e81b 179 0.08/1.00 vMB 147
179,064 179,064 0000000000000365dc6e80f1c631317df4ecfe71bf1c7db7792950bf48c17b67 21 0.01/1.00 vMB 125
179,063 179,063 00000000000007c9363e79ee4cc3c5a5eb0e4b6c51336e9104c5efee70197e55 1 0.00/1.00 vMB 0
179,062 179,062 000000000000033a2d254f4176c863ec694820d4fa169330d12aecb193624621 94 0.05/1.00 vMB 113
179,061 179,061 0000000000000a75212a20ce22b2a795d187a34117cc0b5860d832e780647057 14 0.00/1.00 vMB 3,743
179,060 179,060 0000000000000838112b54e1c3b1f5db037a564c402cd0f2da6a920a49d0c1be 6 0.00/1.00 vMB 55
179,059 179,059 00000000000006c315316ca0145e3f3913009bc8927a838b26fa9c080b5fc9c9 111 0.03/1.00 vMB 39
179,058 179,058 00000000000008aaf853adfc7b59a4a2201103e67e236ce2123cc87f06fa2f3d 213 0.11/1.00 vMB 149
179,057 179,057 000000000000073193b5d9001e39330309350bb2abe1261871f41ee505ddae66 121 0.05/1.00 vMB 128
179,056 179,056 00000000000001e2588ed13843c6d160e52c440caef3dcc15b9955fd62f8dd7c 118 0.05/1.00 vMB 118
179,055 179,055 000000000000048cdbb53adfc1941521034a8aeb1a15dfaf7060ef7524248643 315 0.14/1.00 vMB 216
179,054 179,054 00000000000006492e24d953fb953aa9f0d2d5a2da336a6e167cce10fbec0917 132 0.05/1.00 vMB 207
179,053 179,053 000000000000026125b6e722100688b35093dd1ac599c0a16af06a7323a1ccd8 12 0.00/1.00 vMB 70
179,052 179,052 000000000000089cfd0e5dece2ea7554cbf99e159ef2d6b4cdbb748bfbfd0f7b 158 0.05/1.00 vMB 144
179,051 179,051 00000000000003c23bc7a634f3d919542542475fcc2011c886575b2e558bbc7e 90 0.04/1.00 vMB 154
179,050 179,050 0000000000000344884a2ee179498316b4f7305bae6ff305a55cbec2b4b84b59 183 0.08/1.00 vMB 208
179,049 179,049 00000000000007516ffa5372233d72a53bda26eb82cf6a51f42916f2bc85e08d 23 0.01/1.00 vMB 17
179,048 179,048 00000000000005d5bcd29c2c9a7c10e7c64c7ea10179e2d2e4e6ba3505cdb151 309 0.13/1.00 vMB 122
179,047 179,047 0000000000000685c8fd4dc7644c2440628cc5a03d1b3d1471758d11b341e531 173 0.25/1.00 vMB 91
179,046 179,046 00000000000001a79f486fffa2a9d72ee2f69e9dff0a3778e1a511c25786338d 166 0.14/1.00 vMB 93
179,045 179,045 00000000000001a3d4ab3cf83295401d27a5d7d3389f50e91a7a8e4668ff87e3 9 0.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.63 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: 672.10 GB
    • Received: 16.14 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.