Loading Tool

Explorer IconExplorer

Memory Pool

40,085 transactions
32.43 vMB
0.08528175 BTC
Random Selection Loading Transactions
Max Size: 161.32/200 MB

Candidate Block

Mining Attempt 517fe5fed15e631369cf31ca50cfafcba1aa21f484ac967b0de9d1f7c32c6cf4
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root d578091c81d151577d63b407ce964a75e9e8cd50226ef498b6616c1d7409b9b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,443
Size: 1.00 vMB
Total Fees: 0.01707091 BTC
Feerates: 100.29 > 1.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (318,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
596,242 596,242 0000000000000000001424306d12edfd92012d71b910d6dd3e555072cbe633b9 3,120 1.00/1.00 vMB 31
596,241 596,241 000000000000000000096311480cc01dd194071979f764c15795c9766b81310f 3,156 1.00/1.00 vMB 33
596,240 596,240 0000000000000000000bd63000a9c0da0f7b2cd44e26224073038f10849ad720 2,997 1.00/1.00 vMB 28
596,239 596,239 000000000000000000072f5e9c3ebabe20be23f49d6edee3796135c78be6c62d 2,478 1.00/1.00 vMB 16
596,238 596,238 0000000000000000000f51ee9ab85e4475dd2ee612d4868f5750f5bf0d4c2444 3,096 1.00/1.00 vMB 26
596,237 596,237 00000000000000000009074cb408076e139f07c30b345530e2e87b6080de07da 3,195 1.00/1.00 vMB 41
596,236 596,236 0000000000000000000ac152a762af882ed2e3fd21b6ec8400f9880faf641ced 2,731 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.61 GB

Node Details:

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