Loading Tool

Explorer IconExplorer

Memory Pool

81,629 transactions
30.81 vMB
0.09254862 BTC
Random Selection Loading Transactions
Max Size: 187.46/200 MB

Candidate Block

Mining Attempt d4f8e16e8c5ac3a6033f703b5fd07663c855589e0d5f934fb2a15257c5c031f9
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root a92b0e8559dc4eb29e2e55832d1621df4240bcb80c0ce15aaf9645d1fc80eed0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,703
Size: 1.00 vMB
Total Fees: 0.02312987 BTC
Feerates: 318.30 > 2.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (429,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,013 486,013 000000000000000000bde9dec6754b5e3f219ac00e5a8bd6b931206fc78a803c 2,253 1.00/1.00 vMB 165
486,012 486,012 0000000000000000006b066cf9a285ee3add9e5da4b340a2ddde25d6aa48318d 2,073 0.98/1.00 vMB 165
486,011 486,011 0000000000000000005a5fa13f122211024ceb98fda11b78f84aeee0589e091e 1,760 0.96/1.00 vMB 91
486,010 486,010 000000000000000000108b5e4826a734a27c7315b5a9099ff4338fc2869abc69 2,145 1.00/1.00 vMB 183
486,009 486,009 00000000000000000071274399a36aea7b8193dfe30557abadec8bac76a8f18d 2,096 1.00/1.00 vMB 164
486,008 486,008 000000000000000000ceab146ec9ba5dc15decccd3e71a6a458de3eed3cbc19e 2,138 1.00/1.00 vMB 233
486,007 486,007 0000000000000000002cf5b1e3ec8f362fc2430bc74aeea6b04770a0826e25f3 2,160 1.00/1.00 vMB 11
486,006 486,006 000000000000000000244a5359373eecb044e192101ad4df26a0480c417d1229 2,049 1.00/1.00 vMB 41
486,005 486,005 000000000000000000687cb82dc84387989839def0a88cd912acbaa91e750187 2,518 1.00/1.00 vMB 49
486,004 486,004 000000000000000000351c3e31df9f715988555103f52008e6ae468d898e3aee 2,427 1.00/1.00 vMB 144
486,003 486,003 00000000000000000045fe957273684ea202e36c1fd79deee4b397b6e93a5df4 1,602 0.98/1.00 vMB 208
486,002 486,002 00000000000000000026b05cec4fce4b43c0d43494dc2463f46b75844ebc807d 18 0.01/1.00 vMB 789
486,001 486,001 000000000000000000f32b33f7c2500919c35f7640af0a7ff7f078e85ff23076 1,947 1.00/1.00 vMB 147
486,000 486,000 000000000000000000a2a8104d61651f76c666b70754d6e9346176385f7afa24 1,891 1.00/1.00 vMB 146
485,999 485,999 00000000000000000020194a67633bcc1aec461212160b8c4896c6805876ebc0 1,704 1.00/1.00 vMB 157
485,998 485,998 0000000000000000005179437aecd228f53b86900cffb12fd8b5bdd60d6a958a 2,131 1.00/1.00 vMB 177
485,997 485,997 000000000000000000e7cc9ea72d231aab1f8b70a20a9ae9d10a6ba13201eb53 2,266 0.97/1.00 vMB 192
485,996 485,996 00000000000000000086ea84fa58f812cb7a994d0e72ee55425d28a90c256d0f 2,223 1.00/1.00 vMB 199
485,995 485,995 000000000000000000c23ad8a3a1a5faa6e51e03ea7546eb86996dbbf5aaad26 1,794 0.97/1.00 vMB 35
485,994 485,994 0000000000000000002008e82fa074eed49be44f6ebc3b8216e5794ee21c48d6 1,630 0.95/1.00 vMB 123
485,993 485,993 00000000000000000077c0388dfca695aaa4a6b7f0f18968fda2e08dd805a964 2,171 1.00/1.00 vMB 180
Previous 10 blocks ↓
Total Size: 783.00 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: 718.41 GB
    • Received: 17.89 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.