Loading Tool

Explorer IconExplorer

Memory Pool

81,846 transactions
30.97 vMB
0.11631115 BTC
Random Selection Loading Transactions
Max Size: 188.03/200 MB

Candidate Block

Mining Attempt deb9d4bca9179b9394a67ae9b4254233a61e8cf7a58902fdf9e556df354de63c
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root b54ee6f0feed75ebe3592738c7192fb49bd33315f935de2cbe04002b4a0a60fa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,094
Size: 1.00 vMB
Total Fees: 0.03927525 BTC
Feerates: 318.30 > 3.94 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (631,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
283,444 283,444 00000000000000017d9e1561f0bdb254bd6b8d8bed429d8c7ff2cd3dad1ebec4 103 0.05/1.00 vMB 52
283,443 283,443 0000000000000001ea4e29680fbdbc5f11a12135cfc8ea60debfaca17fe6442d 317 0.21/1.00 vMB 43
283,442 283,442 00000000000000017a975808ee40aae31ca510fd0bb994bc0a76d415a6302fdd 190 0.13/1.00 vMB 31
283,441 283,441 0000000000000001a4e1b9daf23d2c438a8303e88ace6adab90a937cb908c23a 515 0.23/1.00 vMB 67
283,440 283,440 0000000000000001795d3c369b0746c0b5d315a6739a7410ada886de5d71ca86 261 0.13/1.00 vMB 42
283,439 283,439 00000000000000000b533dec3148a02a78d51ccccacedd570db0c60cac94a42d 234 0.14/1.00 vMB 53
283,438 283,438 00000000000000018602f35a6eec57c3e40a93be752b0eb5340a1a1888e06841 624 0.35/1.00 vMB 65
283,437 283,437 0000000000000000cd5771f0d42f3dbd5a93be3c2baf31d363ff617c5d954fd1 124 0.05/1.00 vMB 44
283,436 283,436 0000000000000001642ac02c3faf89573a9d2c58ef7956c91778f6aab5a03054 155 0.05/1.00 vMB 80
283,435 283,435 000000000000000108a6bbef8f04864c487a0a988b16ffa3f31e37eeeb2aa542 288 0.16/1.00 vMB 40
283,434 283,434 0000000000000000093cca3e82cd8cbc3f841a51eb0b0d2de4d67543d6ef3ef2 189 0.10/1.00 vMB 33
283,433 283,433 000000000000000179f8b83c3c26a504454b89b81b2acc79fca09734e01386b9 41 0.01/1.00 vMB 28
283,432 283,432 00000000000000012680b50b1c4acb7d5fa922fa4229b07620f0bde2b6504ec2 482 0.27/1.00 vMB 42
283,431 283,431 000000000000000165d18cac5053a091c7b8f68a37bc3bbfa7cafa3e384cb92b 70 0.06/1.00 vMB 24
283,430 283,430 0000000000000000114429e033c1b4d498dd373c41c44efcbd75c9b16f8b8dfe 140 0.05/1.00 vMB 65
283,429 283,429 0000000000000001dc5aec887eeb9b2c5051e72ce62d3172379c07b7ec557d6c 60 0.04/1.00 vMB 33
283,428 283,428 0000000000000000c6c80d6abf955e5e1dd69826ae8323e233e4c4a30ae4a5a8 131 0.10/1.00 vMB 21
283,427 283,427 00000000000000004b0ed3f9c9cf957f98090bcbaf0ba1cdc67c6139245ae684 327 0.27/1.00 vMB 25
283,426 283,426 0000000000000001f1d498efbe574d522c596a5846ff49ca0b8002dbcda77928 231 0.22/1.00 vMB 26
283,425 283,425 00000000000000010a9c5796a2b539248776755db4d35341473b82bf062239d9 683 0.35/1.00 vMB 38
283,424 283,424 000000000000000164c54a3e1026f0f8b3e6e70680b8efc758040db760c2a4f1 747 0.25/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 783.08 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: 721.89 GB
    • Received: 18.39 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.