Loading Tool

Explorer IconExplorer

Memory Pool

21,407 transactions
18.20 vMB
0.02322623 BTC
Random Selection Loading Transactions
Max Size: 94.84/200 MB

Candidate Block

Mining Attempt 05c9b9e36d16a46f1590368efc632f7008beb7c862e58ba5114769b3a5d48110
Version 20000000
Previous Block 00000000000000000000c85fef0b162cd18bd226afa802d9df466ee259dd4b0a
Merkle Root ed24dae9172450ffb581dfa5d2b13af78dd33b6ee3102f78e51136ea4493a47a
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 7,127
Size: 1.00 vMB
Total Fees: 0.00365953 BTC
Feerates: 30.16 > 0.37 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,525 (371,591 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,934 569,934 00000000000000000000bdb1e475147c37272ccffefff99f607639d88825d136 3,230 1.00/1.00 vMB 95
569,933 569,933 000000000000000000208bb25c96f1f4b49f03a98e3d6f5541fb02d57f4441b0 3,274 1.00/1.00 vMB 98
569,932 569,932 0000000000000000000f2b3eea47796e1388e78128b390107eca1e354d8a1a77 2,793 1.00/1.00 vMB 80
569,931 569,931 00000000000000000024c19482af47bab859e2c391b0754e2e7b477447c88de5 2,719 1.00/1.00 vMB 79
569,930 569,930 0000000000000000000c2c5e8bc673769b0eae0f6c4512ff5fbd6dde3d187dd1 2,378 1.00/1.00 vMB 93
569,929 569,929 0000000000000000002b1fbb29397057e7b093432950626bfff2f2666cf68905 2,797 1.00/1.00 vMB 86
569,928 569,928 00000000000000000019f03638528d92b12dd3e912fbba9587fcac7a5514edf9 2,352 1.00/1.00 vMB 57
569,927 569,927 000000000000000000000d1bb59a8ba258abf15c1e47509569ca7b1143783a64 2,638 1.00/1.00 vMB 87
569,926 569,926 000000000000000000167a370a760622d875968ae789a3615ebf643b7b201452 2,884 1.00/1.00 vMB 77
569,925 569,925 00000000000000000008b3041ac5ec88b5e1ec5548d5cdf67c80adc391445024 2,573 1.00/1.00 vMB 102
569,924 569,924 00000000000000000022b7a2157ea206c48a0653330603d5163f0759e912fb3a 2,859 1.00/1.00 vMB 82
569,923 569,923 000000000000000000267bc19865e6b655a8c52c337d8fd67d2d69d598bb890c 2,613 1.00/1.00 vMB 84
569,922 569,922 00000000000000000013f59325f9de576781a45d14d194683a64534f9b3bf6d9 1,005 1.00/1.00 vMB 65
569,921 569,921 00000000000000000015636602dd96a4595cc6de602358c5089e5596525c2b0a 1,211 1.00/1.00 vMB 68
569,920 569,920 00000000000000000022d51719dcad3f668177abcc71a1ef0d5d8c14e9071cdf 2,024 1.00/1.00 vMB 74
569,919 569,919 0000000000000000001cc3d9c71f759782f71ac4f5d1ed57a5a9107c1a0faeed 2,088 1.00/1.00 vMB 62
569,918 569,918 00000000000000000012a9a89a78645a277a3f2a897dda7a6ce0db5e24e9e7dc 2,987 1.00/1.00 vMB 91
569,917 569,917 0000000000000000000d67179f634e9af3898986cd1a1b5e88021f2b2fc0738d 2,142 1.00/1.00 vMB 79
569,916 569,916 0000000000000000000c292307078b059b6bded0a255786a13b80e1434254622 2,270 1.00/1.00 vMB 93
569,915 569,915 00000000000000000029d2afc46e6cf7f861fdaf6994000bcf53c9a1d22c2c9e 565 1.00/1.00 vMB 80
569,914 569,914 00000000000000000007c2bb3e3b7f8a5066e5b4537ee922a3b741e7c9d41cdd 2,119 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 829.48 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: 4,661.49 GB
    • Received: 252.19 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.