Loading Tool

Explorer IconExplorer

Memory Pool

79,013 transactions
29.60 vMB
0.07362332 BTC
Random Selection Loading Transactions
Max Size: 177.61/200 MB

Candidate Block

Mining Attempt a82ab1efc93dfef23d698dbba11ff639ae6bc9331e782e81ee1f9da31fd57771
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 7ccbaf37f4b861daddff0a4da76d9cd11c78eadd80a2932a8fcef224f2660d3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,166
Size: 1.00 vMB
Total Fees: 0.01346181 BTC
Feerates: 150.98 > 1.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (263,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,939 651,939 000000000000000000051a10c8ecfaa1005afac2faefdf07d1b919be631e8b03 2,668 1.00/1.00 vMB 118
651,938 651,938 00000000000000000009b6a3b4524cb0df62b2b439cd7d38140b4b38c53ae2b3 2,966 1.00/1.00 vMB 20
651,937 651,937 000000000000000000051269f582e7717b810fc18503811c11e7f2c1c5fd9949 2,670 1.00/1.00 vMB 93
651,936 651,936 00000000000000000006351afdfcc9f6d800c766848ebc37e271966362b1ab9d 2,703 1.00/1.00 vMB 49
651,935 651,935 0000000000000000000a723a762e345ee08506693cb1d0c59b1f91621a1fcb9f 2,953 1.00/1.00 vMB 52
651,934 651,934 0000000000000000000db61f9868353d362b442b1eca00e93514462f59375c17 3,028 1.00/1.00 vMB 63
651,933 651,933 00000000000000000009c291c72577e451e9ccdb9a81d04833410bec3ff269a3 2,376 1.00/1.00 vMB 59
651,932 651,932 0000000000000000000837a3e61ef26095c7f926f8f018f8267f86f69587fb3d 597 1.00/1.00 vMB 108
651,931 651,931 0000000000000000000934723f5a27bdfbc6a94c5dd789e819bea0ce6d33beee 1,202 1.00/1.00 vMB 111
651,930 651,930 000000000000000000072a30fe0eaeaa5ea63c4d6b4c58a8bafde6a9a600bd4e 2,443 1.00/1.00 vMB 59
651,929 651,929 00000000000000000002344be587bc01fb39b6854352ebf0e7564d9e49123ce0 1,665 1.00/1.00 vMB 14
651,928 651,928 0000000000000000000d8b13196b6e8adcfe7393d4f33c14236ba253069250d3 2,326 1.00/1.00 vMB 98
651,927 651,927 0000000000000000000dbddc468e50be771632f42a947ca2f2b0f7c996bdd494 2,913 1.00/1.00 vMB 107
651,926 651,926 0000000000000000000ae35e5d7c63393c5d9db58d9f15e3d2752422351392e3 2,274 1.00/1.00 vMB 77
651,925 651,925 0000000000000000000a726a2e1e9e0b4b327060e40cf7a4c138798ace76752a 2,089 1.00/1.00 vMB 17
651,924 651,924 00000000000000000008bf533ab36e375889cd6171a0f9ba892a28c5672d6935 1,522 1.00/1.00 vMB 55
651,923 651,923 00000000000000000005663c283062ee085fa8ca25ee223176fcd8e302c7897b 1,599 1.00/1.00 vMB 19
651,922 651,922 0000000000000000000363ad0caf4a40683f06cd93ff16a0481dd6d026d7a72d 2,532 1.00/1.00 vMB 77
651,921 651,921 000000000000000000099866b6e6457a63353b41efb49aebb61318318b76fc32 2,637 1.00/1.00 vMB 113
651,920 651,920 00000000000000000000c81e0105101d6ed608e06659fd4df2140ec6a950c140 1,533 1.00/1.00 vMB 157
651,919 651,919 000000000000000000015473897330f9cc548d62a44343fae9168cc99ef2675a 1,942 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.