Loading Tool

Explorer IconExplorer

Memory Pool

79,251 transactions
29.71 vMB
0.11745085 BTC
Random Selection Loading Transactions
Max Size: 179.31/200 MB

Candidate Block

Mining Attempt c01061599d329a8ed76197990c3982b482ad1ba39d8cc784b65d7884f85e93c9
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root 60a7c8d47f3dafdf81947cf0f219d59c9abe5f6d704f88cfd4cc7d11c767b84a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,147
Size: 1.00 vMB
Total Fees: 0.05358810 BTC
Feerates: 150.75 > 5.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (500,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,331 414,331 000000000000000000bfe91e6fc8add62eb96fb45087df8b87aa196329a2ca1f 2,467 1.00/1.00 vMB 54
414,330 414,330 000000000000000002642cbbb739759aeb664d68ed5f354d5ba5a675ca21b604 2,910 1.00/1.00 vMB 83
414,329 414,329 000000000000000000dcb21f00d25e1d9af322bb9bdadda98c15c49075858ec2 1,831 1.00/1.00 vMB 43
414,328 414,328 00000000000000000192b677823673718112da665cf033133d68c43b69f4d09c 3,649 1.00/1.00 vMB 58
414,327 414,327 0000000000000000025074ec8b24e9505048f170189dc3f15d9de5ae8758865f 2,912 1.00/1.00 vMB 79
414,326 414,326 000000000000000002c91a144fc71abf64b0facbe3109572264d4aee72f8fa98 1,033 1.00/1.00 vMB 24
414,325 414,325 000000000000000004631b5aa5df0f697a5fb9f28f6a2e1f8f843529d4d245a1 1,931 1.00/1.00 vMB 38
414,324 414,324 00000000000000000194fad7a21bcbd5986bbb923748614f75ae800655caef05 2,930 1.00/1.00 vMB 74
414,323 414,323 000000000000000000d4d1f04bc81d890c417ab8ca7b4b0c8d799e49c9c15619 1,146 1.00/1.00 vMB 23
414,322 414,322 000000000000000002a3f9b41caed211f334bf3d4575754b4a02a07eeece11d6 1,028 1.00/1.00 vMB 21
414,321 414,321 00000000000000000050ff190b4db499873bc1f4908751029f53ace35ce540b8 2,266 1.00/1.00 vMB 53
414,320 414,320 000000000000000004cd2226cbf79526f1f03362bd50f04a4d7c99ce2b3ca4da 1,711 1.00/1.00 vMB 28
414,319 414,319 0000000000000000022791964bb50b04d6b40e75d89d9012043263e13b88f84f 2,184 1.00/1.00 vMB 47
414,318 414,318 0000000000000000039ac0a9d029c19262671e251de4fafdf63d73928cc9c9fe 1,855 1.00/1.00 vMB 61
414,317 414,317 000000000000000005146df74d4f59b089aa8a937e79286d068dc70fd90c89dc 2,382 1.00/1.00 vMB 55
414,316 414,316 0000000000000000010ee1abce6a26b65d3d19295255fd8428c2282fc6549bb5 2,298 1.00/1.00 vMB 77
414,315 414,315 000000000000000002b4ea6c4e3a26b8c3902a72c0f8cdcdec3ada261010260b 1,107 0.93/1.00 vMB 19
414,314 414,314 0000000000000000053069d4ea642a9cea137ad322fa728efaaa470dcb0f6da0 2,973 1.00/1.00 vMB 51
414,313 414,313 000000000000000001447a5783347d719cff4a8ed4a6da8a245871e8b578454c 3,016 1.00/1.00 vMB 87
414,312 414,312 000000000000000004e3eae2d116f09e325ba02e3fb702c160876bfe55caafe0 2,225 1.00/1.00 vMB 48
414,311 414,311 000000000000000003789d30554e994ae3dab8ce09e2f507a03178cca5e6990d 2,127 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.56 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: 670.23 GB
    • Received: 15.84 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.