Loading Tool

Explorer IconExplorer

Memory Pool

51,199 transactions
29.09 vMB
0.15876407 BTC
Random Selection Loading Transactions
Max Size: 156.04/200 MB

Candidate Block

Mining Attempt 0d990f89212b36e8386daf8db7ee7d2c0f161f0e8304dc2d60f273d45d78035d
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root a34540c7f91bbcd0e838487db3adc670239799533d0d36035626029afc7cc939
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,773
Size: 1.00 vMB
Total Fees: 0.09582782 BTC
Feerates: 302.00 > 9.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (585,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
329,112 329,112 0000000000000000101b6eeabba7db0d840bf706846f9b4c4c53962759e33591 372 0.25/1.00 vMB 28
329,111 329,111 000000000000000013014844697ac2d697e297b6f5b61c917688be5b274c448b 745 0.36/1.00 vMB 29
329,110 329,110 00000000000000001202ac863504b2abd93e9a4bfed27a650e4cc051f39db802 302 0.13/1.00 vMB 38
329,109 329,109 00000000000000000fa768332e23e1dc3520f73fa0843b3257a485de3a51fdae 308 0.51/1.00 vMB 12
329,108 329,108 00000000000000001b700437c09253cebcf45519794ef785245b8f9a2af2a8d6 1,999 0.75/1.00 vMB 34
329,107 329,107 000000000000000019abcb0a426b3f5d6d125da619e2ddd093f41bd413ed3e9c 10 0.01/1.00 vMB 13
329,106 329,106 000000000000000004e5ecfbb6b63845462350a484b9978202c337f4ddeaa5ee 111 0.07/1.00 vMB 19
329,105 329,105 0000000000000000098564d091c5b24a53fcca6abfbf4fd0642f4e4c09040869 793 0.39/1.00 vMB 27
329,104 329,104 0000000000000000084ac60d5bb9a5e5610ceffc958bf93a0181690afaf872d2 41 0.02/1.00 vMB 25
329,103 329,103 00000000000000001125d430e10b7d608bd9859d17b41051ca03a3306d746270 60 0.08/1.00 vMB 11
329,102 329,102 000000000000000004e0990805e618d72ec945655fabe6b38d4e312c7e1aacdf 173 0.11/1.00 vMB 21
329,101 329,101 000000000000000004b95a517e8601dbe83d9d8c39908fbf535718d1cf73cae1 527 0.22/1.00 vMB 31
329,100 329,100 00000000000000001836424e8024ae409feb5254ea0178a981039bed3c604ba8 217 0.10/1.00 vMB 24
329,099 329,099 00000000000000000c3779dfab58a88f2863a21fef040212ab6cd2a2f61b6802 97 0.10/1.00 vMB 9
329,098 329,098 000000000000000018ec46132679b91dd7ed87fc3006e3c5bade8bf0087024cf 1 0.00/1.00 vMB 0
329,097 329,097 000000000000000010beb9d754338c64822e7676b299558750cd59ca495584eb 678 0.43/1.00 vMB 25
329,096 329,096 0000000000000000131623f97f39e652770f473c873a373195290851e4ece0e0 224 0.12/1.00 vMB 26
329,095 329,095 000000000000000017008f5d740ac3daeb41b79944ad52ebcd17846c2fd6ff1c 25 0.01/1.00 vMB 22
329,094 329,094 0000000000000000022ff437564a3e9d268bebb6e9b4017785c48807cb4f3dac 67 0.06/1.00 vMB 13
329,093 329,093 00000000000000001254184afbccdbe235f75ea61dafaceab831dcef9223c8e1 54 0.02/1.00 vMB 25
329,092 329,092 00000000000000000874676dd498e195f17669127d25e91239e45777e0be5d1b 441 0.24/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.01 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: 649.66 GB
    • Received: 13.20 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.