Loading Tool

Explorer IconExplorer

Memory Pool

38,070 transactions
31.15 vMB
0.07360784 BTC
Random Selection Loading Transactions
Max Size: 154.36/200 MB

Candidate Block

Mining Attempt 852013bcdacd81b87c1f6d869f2c09f1aaf066af1f80ec3240cd41a7b5c60462
Version 20000000
Previous Block 0000000000000000000076b713bbedede48200f03eaecd6f447673c986314e44
Merkle Root d58d984fdc7025e99f2fba3237682e489552ae5b9bee7fdfb0a1704bfb529252
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,766
Size: 1.00 vMB
Total Fees: 0.00974122 BTC
Feerates: 107.64 > 0.98 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,373 (866,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
48,136 48,136 000000003680b6385b4b7a724473fef44177a3eacec66f0e2cadd85f76fe8724 1 0.00/1.00 vMB 0
48,135 48,135 000000000ec955db1b3137ff05423f3c0fd39b06f930d9ea6afc769cda8c55c8 1 0.00/1.00 vMB 0
48,134 48,134 0000000024cda0792cf99a808ad9b42f86b14ba8f88a34980450eb02bd43f3d3 1 0.00/1.00 vMB 0
48,133 48,133 000000002f36279f1a1aea49f4007d80079b73a2bbc64ec8c2ff813b7ba619d7 3 0.00/1.00 vMB 0
48,132 48,132 00000000167d29f4ab0099073633b1d9ffb050f136e1e293561fb8d2c6c82105 1 0.00/1.00 vMB 0
48,131 48,131 0000000019d5b8d37afc7acf5a8aa0d69ce264f6282740d043534c50d5b26ba8 1 0.00/1.00 vMB 0
48,130 48,130 0000000023dd6588ce270ec32ee8003538fd6d4413480f5844d5535dd4a90d01 1 0.00/1.00 vMB 0
48,129 48,129 000000002a121c4a1c26ddaea22bf4073b8278ef45664a4926c74f270f00cfcd 1 0.00/1.00 vMB 0
48,128 48,128 00000000262bd3fe58cb69c071b054bfb3c983cb701315c63e71269c058456c6 1 0.00/1.00 vMB 0
48,127 48,127 0000000036c80c674a19b9d61e4260e8fa1e7bbcb13f8b4b3a78d957ba8107b7 1 0.00/1.00 vMB 0
48,126 48,126 000000000758222d653ec034b57fbdcf07d2ec362c34c8c174c2f218958a5e95 1 0.00/1.00 vMB 0
48,125 48,125 0000000008334f503ffb5875a8317a9f13cee316c942535c1d30e5960fb82e84 1 0.00/1.00 vMB 0
48,124 48,124 0000000021a93d1b88eb8a9ce469854f947334f00d53141d7a7813cc4d056a8b 1 0.00/1.00 vMB 0
48,123 48,123 0000000020fa9b1dd98f1a21b56736cbed2d731ce27c6d927121ab75408cbe78 1 0.00/1.00 vMB 0
48,122 48,122 000000002ed282f6736b477d7c0ce8c841902484886ab686614288e8e69db314 1 0.00/1.00 vMB 0
48,121 48,121 0000000035da5c3c6c278e900c0092cfcc67d5095544e695f4c55e3ba668ec09 1 0.00/1.00 vMB 0
48,120 48,120 00000000011e71f48a4c4f1f9f971586794a044c91badb7ac5f3a2b15e86db97 1 0.00/1.00 vMB 0
48,119 48,119 0000000000c01ae2a2a26b625477be4b33fa7607acd7f47627709f02d5cc8ffd 1 0.00/1.00 vMB 0
48,118 48,118 00000000242e8790fd74e92954d90813ddb94be212cb3778e5e000f57c08a47a 1 0.00/1.00 vMB 0
48,117 48,117 0000000001dd0dee3128013d2ce42871a935299e9f736fff96334c973363eeb2 1 0.00/1.00 vMB 0
48,116 48,116 000000000eb26ae22ce950474b224424cb5e2a4132347a17caa9c8e923f3dbc2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 595.88 GB
    • Received: 9.75 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.