Loading Tool

Explorer IconExplorer

Memory Pool

88,838 transactions
32.51 vMB
0.18115191 BTC
Random Selection Loading Transactions
Max Size: 196.57/200 MB

Candidate Block

Mining Attempt 42502581c63c9a2fd5eaa2e8100fd9c82011d3d1e0fa36201901bb6de1a7de00
Version 20000000
Previous Block 0000000000000000000028ac2da68334861cbce4537cc172c0452e50056a6e06
Merkle Root 639f2325bf3fd2a38e2b0a0b89b971188a13c65d981dc264436c2a80981722ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,884
Size: 1.00 vMB
Total Fees: 0.08814102 BTC
Feerates: 216.64 > 8.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,074 (331,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
583,926 583,926 0000000000000000000ab3517adcb06189a096baab31931c1839f8710a361611 540 0.19/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.52 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: 668.94 GB
    • Received: 15.65 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.