Loading Tool

Explorer IconExplorer

Memory Pool

42,300 transactions
29.45 vMB
0.07843251 BTC
Random Selection Loading Transactions
Max Size: 150.37/200 MB

Candidate Block

Mining Attempt da3cacaa5d88b8e9819314b90e1f0551b2d1a82654f16143fdfffa61738b5ea8
Version 20000000
Previous Block 00000000000000000001475c6914d089aea865d11945633aa877341c672131b9
Merkle Root e1237db7cebf631e4df88933bb91ee6b0282ff16083ff517700e905cf8edb302
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,409
Size: 1.00 vMB
Total Fees: 0.02066867 BTC
Feerates: 100.27 > 2.07 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,535 (318,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,263 596,263 00000000000000000010fd665aef852e02c4896eeb91f245a70c53b2716fb0e4 2,836 1.00/1.00 vMB 24
596,262 596,262 0000000000000000000be6f5c2773b04bda68b36f0dd541b2ca9eb9dee2b6270 2,227 1.00/1.00 vMB 24
596,261 596,261 00000000000000000008a1b7eae93164e54d526e06a946ec511822ce5294cda5 2,777 1.00/1.00 vMB 40
596,260 596,260 0000000000000000000f54c61bc72d40d0ccc633b49ac048d9e7649c444440e3 3,181 1.00/1.00 vMB 31
596,259 596,259 00000000000000000012c3d70b8c776eba3a0a81e12a2f3902165a729bb74a6f 2,046 1.00/1.00 vMB 16
596,258 596,258 0000000000000000000324d9070a2a4a01a9e5bd1144faf8fa7790d2c3f0fd97 2,429 1.00/1.00 vMB 14
596,257 596,257 0000000000000000000ec5831b55f5e646a68cf5b6c08ba4223420d364cc5071 2,461 1.00/1.00 vMB 23
596,256 596,256 0000000000000000000a56cfd88491ae678e23af1d17f701b4329c5aec1d4580 2,694 1.00/1.00 vMB 17
596,255 596,255 0000000000000000000d58bac67777ebe4b6cf51b4b63f34aa21dc41c683b76a 3,142 1.00/1.00 vMB 26
596,254 596,254 0000000000000000000db8d0674a4f725db0c0d5ab7816697d9dc8bd4427a34e 1,895 1.00/1.00 vMB 17
596,253 596,253 000000000000000000044319deed25c6fb73a8b5ae7802923a163b962b8ac1cf 3,229 1.00/1.00 vMB 31
596,252 596,252 00000000000000000001e1feb71b90934572c9c78d9e5b513f7c897cd8c8b1cd 2,567 1.00/1.00 vMB 22
596,251 596,251 00000000000000000011a9ed96dc0c8ca60553803a36d64ee0e0fef0f876af57 3,040 1.00/1.00 vMB 28
596,250 596,250 0000000000000000000d65fb907593ba44a5d3f98a7b7325e7a176c75bccdb78 2,971 1.00/1.00 vMB 47
596,249 596,249 0000000000000000000944e607304b58216838f81ed8074d5dc61fb41b458fe3 2,304 1.00/1.00 vMB 14
596,248 596,248 0000000000000000000dd04d498e6a71b4cbd7534ab57e139e1722330d025470 2,575 1.00/1.00 vMB 12
596,247 596,247 00000000000000000003535d18612d6a3e0e5ce80c49a0ed6b06c1adbd1c5d61 1,795 1.00/1.00 vMB 18
596,246 596,246 00000000000000000001990aba793041fe17c1a7a2cba8302113cf738e430769 2,479 1.00/1.00 vMB 30
596,245 596,245 0000000000000000000853732958b9573de15101732cd26d87aa4f9525727dc3 1 0.00/1.00 vMB 0
596,244 596,244 0000000000000000001277d9c9d3cbea392c0f8b5af65ae7f26bfe7802cc6bf3 2,529 1.00/1.00 vMB 17
596,243 596,243 00000000000000000002b993d3aed8570c87bfca2585af8384f0c38522670fcb 2,723 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 781.56 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: 622.16 GB
    • Received: 11.30 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.