Loading Tool

Explorer IconExplorer

Memory Pool

86,024 transactions
32.93 vMB
0.13445613 BTC
Random Selection Loading Transactions
Max Size: 195.88/200 MB

Candidate Block

Mining Attempt 554f5aba0284d9e6fc921c456e90f8a62a1797a9606a1e1fe0b3464cb98a052c
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 0271bad28214492bbbb503c1bb10392ab282abc713c332eb0b6e1c7f0c5ce064
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,880
Size: 1.00 vMB
Total Fees: 0.06227256 BTC
Feerates: 387.56 > 6.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (424,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,973 489,973 000000000000000000e6aea274a28a47b19d8f93d9854c116e5e5fc28cf5fe36 2,341 1.00/1.00 vMB 9
489,972 489,972 000000000000000000e21d6e3bd9b91309991dc1a4d9a3dd9b7cb014106a0fcd 2,261 1.00/1.00 vMB 149
489,971 489,971 000000000000000000e4b937a8526bad3a71e6a1af3cec0a4737da527227dd59 2,587 0.98/1.00 vMB 242
489,970 489,970 000000000000000000a0a1d16e6587dc3d3cf6ed4af68e7ac8ea804f6ccfaad5 2,286 1.00/1.00 vMB 70
489,969 489,969 000000000000000000660c7b2bafa278c9c8ba995d098c40890790763e1940cc 2,054 0.96/1.00 vMB 166
489,968 489,968 0000000000000000000fd3e6114a7637a0b682f5622fdfc41665d1fb59c5db49 2,423 1.00/1.00 vMB 230
489,967 489,967 000000000000000000ac35882196c429754216aef7f997488691c29903b9f127 1,303 0.94/1.00 vMB 31
489,966 489,966 0000000000000000004e9a117acf0cc99916155e1f4c4d01361b5f262a82a0c9 3,115 1.00/1.00 vMB 9
489,965 489,965 000000000000000000af753afdc351990035b19fee85933b1bf705314494f026 1,806 0.98/1.00 vMB 38
489,964 489,964 0000000000000000007e0997668e7588d2cba48424b92b70b06e0cb0210e21da 2,218 0.91/1.00 vMB 106
489,963 489,963 00000000000000000025ddab627f8a625032c71f46782b04d0cf553b549fa510 1,736 0.92/1.00 vMB 146
489,962 489,962 000000000000000000b029edfba3c9a66065bcd636551a259b6d6fdcb81ff1ea 1,760 1.00/1.00 vMB 96
489,961 489,961 000000000000000000bc7fc9d0efe758335f69eef4ff1e969d6124c6c267105f 1,836 1.00/1.00 vMB 92
489,960 489,960 000000000000000000a57b634e7745e7e7280f614720707582feb5d76b12c393 2,615 1.00/1.00 vMB 248
489,959 489,959 0000000000000000001cedd47afa08586497ad1b406e5d621801aea937b4067a 1,956 1.00/1.00 vMB 27
489,958 489,958 00000000000000000006475290c0b05db8c5aeec1298ee86462a948dfa96fd11 2,233 0.98/1.00 vMB 304
489,957 489,957 000000000000000000caf706ac2be539feb721992c880be7fa0db71a3d1b73d1 1,772 1.00/1.00 vMB 270
489,956 489,956 000000000000000000d742825246f810b317f295f17206e58901dfac67d7b8e7 2,277 1.00/1.00 vMB 51
489,955 489,955 000000000000000000b0883bf4e2528819719aae1e1589a1514cff3544a602e2 1,877 1.00/1.00 vMB 51
489,954 489,954 00000000000000000029c5ebd3a83a5a1c14404790d8431ffe71ec32807c4598 1,085 0.72/1.00 vMB 35
489,953 489,953 0000000000000000000bf0a7a06718c53679bb17ac03e54f66f7743bf54aae88 2,617 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.31 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: 659.33 GB
    • Received: 14.60 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.