Loading Tool

Explorer IconExplorer

Memory Pool

84,436 transactions
35.32 vMB
0.18333199 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt c1713df8b6be7b9130df6a95dae80d849f75ed1152f4afe6a42796e5c776fd2a
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root b47265dbecedaa497810d810eab94485bc1dd9b1a948aad78c7c6dc4a6627c40
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,266
Size: 1.00 vMB
Total Fees: 0.04551911 BTC
Feerates: 435.08 > 4.56 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (475,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,010 440,010 00000000000000000149b806552e50f15c029a038cbb350b1201e5dbae972c64 1,700 0.75/1.00 vMB 87
440,009 440,009 0000000000000000008d24b4b10623ad9f59bcfd913297bb3e40b51ed3b76bbe 1,905 1.00/1.00 vMB 68
440,008 440,008 000000000000000002b6cc304e5b084fd359a92cd61c969f060a25e0b5c4a91b 2,418 1.00/1.00 vMB 59
440,007 440,007 00000000000000000064eac53e58e26cb831e0b80bec1290aa879e3a5dff7b18 1,761 1.00/1.00 vMB 68
440,006 440,006 00000000000000000088f91536078494a8dfc1a7b582a59504e1ad65af2cdb11 3,136 1.00/1.00 vMB 55
440,005 440,005 000000000000000001c6dd3865ea57381057cb44e9ec00bb7f6798f2f3287a41 2,457 1.00/1.00 vMB 85
440,004 440,004 000000000000000000649f441434ae579481e0bd8fd1548425b1066c0146b51a 1 0.00/1.00 vMB 0
440,003 440,003 0000000000000000004b8091c2fc3906d7017758a9b9f96f13d6401eaf7fc329 1,902 1.00/1.00 vMB 88
440,002 440,002 0000000000000000001bc2fa2e1fd599746351a8bc1d74e3781060081f742cba 2,352 1.00/1.00 vMB 77
440,001 440,001 0000000000000000029a07fec451fb70b8dfc71706ff180f250b50957fd7943b 2,229 1.00/1.00 vMB 57
440,000 440,000 0000000000000000038cc0f7bcdbb451ad34a458e2d535764f835fdeb896f29b 1,833 1.00/1.00 vMB 75
439,999 439,999 000000000000000003e251c7387c2cd5aeac480327a234ec11c9b8382455db0d 2,261 1.00/1.00 vMB 79
439,998 439,998 000000000000000003e6820666f1a47c7771f18b03f9d24c2896a3d7356a5e3c 2,035 1.00/1.00 vMB 79
439,997 439,997 0000000000000000014e4bdc8f88f3bb6e44cd09a45433a55e68fe733d38f2e7 2,608 1.00/1.00 vMB 90
439,996 439,996 0000000000000000037efc00d4cd784d247280de3784699f03c103a90363a2af 2,536 1.00/1.00 vMB 79
439,995 439,995 00000000000000000095da873067ef06017bfda872f84123c636b62fe46f0d69 2,203 1.00/1.00 vMB 79
439,994 439,994 000000000000000003a58f21b501ae98ffba5c10a7f1295a9f0bcbdb1411f0f0 2,391 1.00/1.00 vMB 127
439,993 439,993 000000000000000002b778708c2b016cfe9fb5ae21269dd07419730e5a3c80ac 2,210 0.75/1.00 vMB 113
439,992 439,992 000000000000000001b734790fc3b6aa40bb094912f6001f5935c2438be1b25e 2,433 1.00/1.00 vMB 55
439,991 439,991 0000000000000000006b202605c96c9c8eb78fffc6a1ab2061453d112b7f29cb 2,821 1.00/1.00 vMB 60
439,990 439,990 000000000000000001cad6e7ce3a15b597ded6a123f9c6e65cf7b90e15b7c1f1 1,976 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 783.10 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: 730.63 GB
    • Received: 18.51 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.