Loading Tool

Explorer IconExplorer

Memory Pool

79,060 transactions
29.39 vMB
0.13626143 BTC
Random Selection Loading Transactions
Max Size: 177.50/200 MB

Candidate Block

Mining Attempt dbf2cf93ea0fa9ded607b75e1ccc88c7b6800a0819f99ddf7a2b367d12be32ba
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root 02ebf6b8515a621dcc60a5c4cac249e12445b7df1b48ba0d1bfcd6987cace684
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,034
Size: 1.00 vMB
Total Fees: 0.07352152 BTC
Feerates: 108.69 > 7.37 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (286,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,932 628,932 0000000000000000000f56651ce060b0f36b3fc0b9c59a1da87c594e71f460f8 2,005 1.00/1.00 vMB 44
628,931 628,931 0000000000000000000b9cec9414876a7ed41bc62955cd37adf19b49f0e6b207 2,663 1.00/1.00 vMB 42
628,930 628,930 0000000000000000000c8d5a5ed5eccbbfd662eb8ca53137f095684333540e91 2,890 1.00/1.00 vMB 51
628,929 628,929 000000000000000000069c0478e55c01bf26232f5c049be0eaeb698db919f916 3,088 1.00/1.00 vMB 69
628,928 628,928 000000000000000000088f78c263f17eb43def8403c7c75562918c443f9eb06c 2,586 1.00/1.00 vMB 99
628,927 628,927 0000000000000000000709ac2bc81d60bb29f55f77539ac3ed363cd229f4a825 1,958 1.00/1.00 vMB 67
628,926 628,926 0000000000000000000e0bbfc81412e8cf478dc79f5320d6ce02b28110f64820 3,049 1.00/1.00 vMB 50
628,925 628,925 00000000000000000009c6c4ddc5a6dea1339b12c1630d52332df5a17b492775 2,942 1.00/1.00 vMB 68
628,924 628,924 00000000000000000001e88a21187b1bc4dbf4e441f7c296ef2b6753b4a3314f 2,338 1.00/1.00 vMB 65
628,923 628,923 000000000000000000084f804ea082b426979060213dd54423df46bfdcda3bc1 2,885 1.00/1.00 vMB 85
628,922 628,922 0000000000000000000bcc9cc1b6d3cbc1745d234e1f3d17b50c59083cec631f 2,902 1.00/1.00 vMB 91
628,921 628,921 00000000000000000006f6c1d7c0793f459ac54891a7660fbeb52a182a7423f8 2,500 1.00/1.00 vMB 69
628,920 628,920 00000000000000000005951e222ef5dd27cd2e66208ac57da84a7fae1201f535 2,769 1.00/1.00 vMB 70
628,919 628,919 0000000000000000000c0e0f1aac6b00868a220f35689f0ecabdca4e2e2e3dda 3,029 1.00/1.00 vMB 78
628,918 628,918 0000000000000000000f519c17fb459d480cd42c48c0331b82a42e6a9494d5d9 2,761 1.00/1.00 vMB 81
628,917 628,917 000000000000000000030f0819053961a26cdce85711e48bc92d111dd8097d84 2,718 1.00/1.00 vMB 78
628,916 628,916 000000000000000000060bd745b92e67a0934ccd73d5246ca2886259f31d7485 3,312 1.00/1.00 vMB 117
628,915 628,915 000000000000000000028ffd4b07c22fc41e19b70e64df158dcc7892e60d1f8c 1,322 1.00/1.00 vMB 17
628,914 628,914 0000000000000000000ee887ce364e23a9c05c240a7f0d9c6c8663468d337fc1 2,681 1.00/1.00 vMB 47
628,913 628,913 00000000000000000009b8ad57c2d22afafdeb0a4beea67dca0c35673650e6d9 2,762 1.00/1.00 vMB 16
628,912 628,912 0000000000000000000cde1a99e3091b2025d48f082008f7c3e155616a358ac8 2,881 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.59 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: 671.57 GB
    • Received: 15.95 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.