Loading Tool

Explorer IconExplorer

Memory Pool

79,126 transactions
29.44 vMB
0.08168163 BTC
Random Selection Loading Transactions
Max Size: 178.05/200 MB

Candidate Block

Mining Attempt e009ce78ab6c7d6b98997142223bcdad2072c74d753b6780667a544afdde8fd6
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 5fda9b8c69f8c60b48f465109dc6082b04a1f3f2f8016c16ae62dea3657f221d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,881
Size: 1.00 vMB
Total Fees: 0.01995265 BTC
Feerates: 100.11 > 2.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (331,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,947 583,947 0000000000000000000b3e776248e817bdd53124700f2a292945366414262221 2,883 1.00/1.00 vMB 36
583,946 583,946 000000000000000000157b43aae8cae64c7a5b3ed59becac4519073ab44b13e4 1,885 0.61/1.00 vMB 42
583,945 583,945 000000000000000000208a2adb94388e52e192c0b6a23a0ed5964ab845a79b7b 855 0.28/1.00 vMB 45
583,944 583,944 00000000000000000012a6437bea59b25d49869c8c61c6324a84acc575a7d01a 2,092 0.98/1.00 vMB 57
583,943 583,943 0000000000000000000cd5456e495e09c4f69b1afde68ccdfe998f60ca6e0f5f 342 0.17/1.00 vMB 3
583,942 583,942 000000000000000000017fa96743bcd2cc8c466b64887e99d1758c1ded97afee 2,860 1.00/1.00 vMB 47
583,941 583,941 0000000000000000001cab2cf1b9b8bdcfd48e1228deed15bb22e94afd14610d 1,441 0.48/1.00 vMB 39
583,940 583,940 00000000000000000023428a4f09dffecd7623b628bc641aef25fb0865ae5e4c 2,374 0.86/1.00 vMB 29
583,939 583,939 0000000000000000001807fa2269300b0944dea7b41b175e359a7c2b4fed37d3 2,952 1.00/1.00 vMB 60
583,938 583,938 000000000000000000178543d570fe9189a9f38e344e78a44a7260614ec48c62 1,579 0.52/1.00 vMB 40
583,937 583,937 0000000000000000000c23b69c1e194abc4657898f3961460f56396017f0f898 2,699 1.00/1.00 vMB 27
583,936 583,936 0000000000000000001c3d0aa4319892bf6ea7b796b47ecf7b74b521ad224872 2,300 1.00/1.00 vMB 53
583,935 583,935 0000000000000000000b73088998e8d970cdb22f6f61368547a95b32f8647bec 3,012 1.00/1.00 vMB 85
583,934 583,934 0000000000000000001b08d3bcbaf4e34973ed5bd87db6ab50a2493211902b08 87 0.04/1.00 vMB 42
583,933 583,933 000000000000000000226ba05a4e4547d948d46a064db23e2b4ae26c37664bfc 2,030 0.70/1.00 vMB 44
583,932 583,932 0000000000000000000ecaef0238544a4e457bd8844b91e83351f3d583520078 1,647 0.58/1.00 vMB 52
583,931 583,931 00000000000000000011e18b4aa5877616ebf25258ea4d4c7d613f28461e4b15 1,684 0.57/1.00 vMB 46
583,930 583,930 0000000000000000000ee88762aecb85e54cdf0665672911a8a13a35f9ecfbcf 2,459 0.83/1.00 vMB 11
583,929 583,929 0000000000000000001e1394c8d72e6a238c31e1292fa8ec7dbb9a2185025961 1,637 1.00/1.00 vMB 41
583,928 583,928 000000000000000000054e42b55c99a15f5b8e2b2f0a49b226caa72564e7c660 2,602 1.00/1.00 vMB 59
583,927 583,927 000000000000000000170a2096d8a99069ae27ff486ae75d728d64eab6bd6d12 2,848 1.00/1.00 vMB 88
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.17 GB
    • Received: 15.82 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.