Loading Tool

Explorer IconExplorer

Memory Pool

46,202 transactions
28.17 vMB
0.07457824 BTC
Random Selection Loading Transactions
Max Size: 149.11/200 MB

Candidate Block

Mining Attempt 1448228b934415be9d31091cbef953afd8f634b6638cb44cb3bff896873d917f
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root 55cf48c8640289e4b35017304ea4f5ce155c501fb5b1ba9ac647f9c0feeb9fdb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,909
Size: 1.00 vMB
Total Fees: 0.02028466 BTC
Feerates: 101.53 > 2.03 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (438,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,203 476,203 00000000000000000042d0e18297456a8f9edebfe243a464ed804bcd4a59f31b 1,296 1.00/1.00 vMB 27
476,202 476,202 0000000000000000004d09d0f248b3c2156fae392077ad1b3335f2412c3e7866 2,526 1.00/1.00 vMB 276
476,201 476,201 000000000000000000ad6170a4a4a21917ff2a75697a411cabaeecec57ee7461 1,492 1.00/1.00 vMB 92
476,200 476,200 000000000000000000f819e6a6ad5813454e6cdeb5d4b0d8f3f69f4b6148f9ba 1,841 1.00/1.00 vMB 103
476,199 476,199 0000000000000000003895dfd513a5491ca1ef6c619e72b2b932291ce375e46c 1,927 0.99/1.00 vMB 192
476,198 476,198 0000000000000000011a88af550fc8e99f24cef05c5491aed27d4fc1fd665f4f 822 0.91/1.00 vMB 67
476,197 476,197 000000000000000000ab8775224bc17f8ea11cf3191a1411c96fe6608cf3c8d4 1,862 1.00/1.00 vMB 129
476,196 476,196 00000000000000000035f9411ec44e95e63e506d12f8378ceb7ddda11a21ff14 343 1.00/1.00 vMB 39
476,195 476,195 0000000000000000008e5f641fb2ae4387f46ff15289cb08f72249b7c0978bcc 295 1.00/1.00 vMB 33
476,194 476,194 00000000000000000132f9a480325ffad6fd2a4d67499fabd2e13978288763b0 1,378 1.00/1.00 vMB 27
476,193 476,193 000000000000000000464ea02ef8da06a81fe656433d01a4e4b8a81cbcf3a694 1,790 1.00/1.00 vMB 179
476,192 476,192 000000000000000000c3e48830f93f79fc37a6f3c1ebe29ad3c8eb20818d67f6 1,876 1.00/1.00 vMB 62
476,191 476,191 000000000000000000a46c575eaa23db906a609fac9f3384dfd20950408fda6c 1,692 0.99/1.00 vMB 104
476,190 476,190 000000000000000000819c6239f85a0d13ab5ae36737fa05bb93d71daad3f3ac 2,049 1.00/1.00 vMB 233
476,189 476,189 00000000000000000018473fc4401bc906452aac2887c64e679fc521df92aa26 2,246 1.00/1.00 vMB 201
476,188 476,188 0000000000000000000f62102b7a9c6f6945d24fdfe9faed10bfc54ed57b4e21 85 0.03/1.00 vMB 191
476,187 476,187 000000000000000001379d3f926621195f51462372105589da6a4a14841fb366 1,416 0.84/1.00 vMB 131
476,186 476,186 000000000000000000a2120cac0d3a95bc6f178024eeb58b7802c8f55ee0aa9d 827 1.00/1.00 vMB 57
476,185 476,185 0000000000000000001827d1f47cffa253e6671523c3e856fcafee96eca522e2 1,466 0.99/1.00 vMB 71
476,184 476,184 0000000000000000006150f9963d96995d5c9f41b23cd6449caea39d7a563b8f 1,210 1.00/1.00 vMB 107
476,183 476,183 000000000000000001271b86d949786f22b55b6b9e9b36e4dd770d54e66373f9 1,361 1.00/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 782.28 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: 656.75 GB
    • Received: 14.43 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.