Loading Tool

Explorer IconExplorer

Memory Pool

35,691 transactions
27.33 vMB
0.05766300 BTC
Random Selection Loading Transactions
Max Size: 137.39/200 MB

Candidate Block

Mining Attempt 0817af418fc4d8ec2cab4fc5d6786e74c22935d40e093a9ed4922e5d84dd7eb2
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root 5744d39449d11f2a5a78a6bd9ffbef0ebb0857413017e34ce14de0dc58907c1d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,730
Size: 1.00 vMB
Total Fees: 0.00590738 BTC
Feerates: 150.93 > 0.59 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (331,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,405 583,405 0000000000000000000c21940d415e2a26d72bb84daef9aa5b77e5cb8d420a33 2,844 1.00/1.00 vMB 87
583,404 583,404 0000000000000000001d7f8c2d7a9d13f4674d075df176e3bb9f49abd578a9f8 2,292 1.00/1.00 vMB 122
583,403 583,403 0000000000000000002359c672abc3ce4b165ba83dd02e8f0905fa8499f4f6da 2,622 1.00/1.00 vMB 139
583,402 583,402 000000000000000000125eeb51c4c036f7aa6bc2326224d087c40a96ebf9fc8a 1,611 1.00/1.00 vMB 68
583,401 583,401 00000000000000000015e4f979d5388d6807b2b7717918f63414e31396ba0f1d 2,300 1.00/1.00 vMB 35
583,400 583,400 00000000000000000006ec7ad8e045e52b5f09a54558416743eb8231257aba95 2,249 1.00/1.00 vMB 94
583,399 583,399 00000000000000000001adcd101a105a719728eb2799caff68e73714046d6f52 2,957 1.00/1.00 vMB 123
583,398 583,398 00000000000000000010facf78f44b7caabad2321b67e809dae67ac164e12816 2,508 1.00/1.00 vMB 66
583,397 583,397 00000000000000000020ee6c1e07bcf10557476e35259ff43bcd9c5b7fd363ad 2,822 1.00/1.00 vMB 116
583,396 583,396 0000000000000000000e09801e7b0d982a907bf16ad5b8f79ca61a9fb741f052 2,255 1.00/1.00 vMB 92
583,395 583,395 000000000000000000012303463a66358eab209866499b4133943b703110bd85 3,006 1.00/1.00 vMB 65
583,394 583,394 0000000000000000001ddcd9da1592fa01cea5533b7c5d6f8d4970d6ec0b5fb3 1,803 1.00/1.00 vMB 101
583,393 583,393 0000000000000000000185da8ace44bbd33db70d006f0a67cc3769e28ed57f9b 2,213 1.00/1.00 vMB 96
583,392 583,392 0000000000000000000db68d1b38982dcfeaf45aa2149090df38915319fa1e17 2,930 1.00/1.00 vMB 106
583,391 583,391 0000000000000000001bc8df0921f14e1356c3eb9146623951615653e22fd6f5 3,373 1.00/1.00 vMB 159
583,390 583,390 0000000000000000001c235c08379c096daa9f3dabcb9fc5d3e31674c6f9bbda 2,113 1.00/1.00 vMB 95
583,389 583,389 000000000000000000066f3a2bb90ed6e93f864814b44714b5143b82b1cabb15 2,150 1.00/1.00 vMB 128
583,388 583,388 0000000000000000000673ad4073eecf07fc0d4c2dddf842d7d0f042005692e2 2,350 1.00/1.00 vMB 53
583,387 583,387 000000000000000000236d1178ef84280da0caa5161509940983f53703275bd7 3,119 1.00/1.00 vMB 82
583,386 583,386 000000000000000000072edaba4a8605699170d3c47ec8ecd0ca3cd31d3fc126 2,082 1.00/1.00 vMB 50
583,385 583,385 00000000000000000022e00acd2b38ecbe82fd7431fca7d565d3ef4ebc5b5542 1,805 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 781.74 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: 630.47 GB
    • Received: 12.04 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.