Loading Tool

Explorer IconExplorer

Memory Pool

82,247 transactions
31.12 vMB
0.12145243 BTC
Random Selection Loading Transactions
Max Size: 188.84/200 MB

Candidate Block

Mining Attempt d0036e30371ed3e82649447382bab8fcc4cd8fc3a36a0c0286447147aac87bec
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root fe1d2d3faffff30f907527a70006a49fe07b28f4c7338e3958dab5112a7db8c5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,195
Size: 1.00 vMB
Total Fees: 0.04183706 BTC
Feerates: 318.30 > 4.19 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (563,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
351,686 351,686 00000000000000000a24306ee4ebff5561944a88bc51ee6845f915822cd207f1 1,166 0.75/1.00 vMB 25
351,685 351,685 00000000000000001471314916585a6106682431e4daccd6dc6c38527c486c67 674 0.75/1.00 vMB 10
351,684 351,684 00000000000000000af1c013ee47a2048e387e98bd661114130dec14b458b6f5 1,120 0.75/1.00 vMB 23
351,683 351,683 00000000000000001274466d55bebf6ba39d79947d33faadc47e8cfd5176a3e6 2,435 0.75/1.00 vMB 63
351,682 351,682 00000000000000000ab76912a01abae63b62261ac2428c3795cc17754b665b31 863 0.47/1.00 vMB 29
351,681 351,681 000000000000000013284848058d177fce4307a6ff511fd6bfec13a4aa2a7b35 1,689 0.89/1.00 vMB 30
351,680 351,680 000000000000000002d5590899c77003ac1fc9cd580d379ccb2eabb678053797 285 0.13/1.00 vMB 30
351,679 351,679 00000000000000000816337333b403ecf1cf20328660e6a785a14968be2f771d 1,304 0.74/1.00 vMB 27
351,678 351,678 00000000000000000f8b032e5333e0037082e61c0eae1087f6711bda91f588bf 151 0.08/1.00 vMB 27
351,677 351,677 00000000000000000dc7ca68d16f211886e570be1f8103dae6f19d205885d2e5 418 0.21/1.00 vMB 34
351,676 351,676 0000000000000000151f118abdcf9141e47ab5dbdd14c18bc1b02e43d0cffef9 135 0.15/1.00 vMB 19
351,675 351,675 00000000000000000888487d4688b07cf8e0a7197c5e0dbe23319a0640a299a3 496 0.22/1.00 vMB 33
351,674 351,674 000000000000000005590804e0551c00b48c95a269cd081cf4aca212d7244602 966 0.40/1.00 vMB 35
351,673 351,673 00000000000000000aa2eee45798ada9dfdb131b491ab13d7712c8c5a826d1ab 157 0.10/1.00 vMB 21
351,672 351,672 000000000000000001f1a791922e8109ac6531a69739b83ba3788b57b6278591 816 0.37/1.00 vMB 33
351,671 351,671 0000000000000000048a106ad30a0daf47cade33d97f499b07eb66abcc530474 527 0.28/1.00 vMB 32
351,670 351,670 00000000000000000ad9bba52cd006795c36a68349e833f543615559b2bf10d1 441 0.43/1.00 vMB 15
351,669 351,669 00000000000000000e2d1f84cf08206c4abc93e90baeea57e6fc699601ab3003 807 0.35/1.00 vMB 34
351,668 351,668 00000000000000000f38fc5a5785431268daf9c46ba30375dd0232357a20ce73 1,808 0.75/1.00 vMB 47
351,667 351,667 00000000000000000adee4374abc9f44ebb65b6b2bbd872b0a1d809799732d87 272 0.16/1.00 vMB 28
351,666 351,666 000000000000000006cd2286968e240f82dc20e8f83d860d5bbec69226dd6984 63 0.10/1.00 vMB 9
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: 722.02 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.