Loading Tool

Explorer IconExplorer

Memory Pool

82,762 transactions
32.43 vMB
0.07361325 BTC
Random Selection Loading Transactions
Max Size: 191.86/200 MB

Candidate Block

Mining Attempt 73dbba31707f120dccc76370ac696d36af1cc30acfcde0aef812eae0bef146fc
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 4142ba49c5e1ed30e968d6fa9f3dee2ecb65669daa7d853068baf4d489c835a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,872
Size: 1.00 vMB
Total Fees: 0.00983170 BTC
Feerates: 203.60 > 0.99 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (338,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,751 576,751 0000000000000000000d3606b7c1cd7a06fdb0f3db9fc6d8e33be4ceeb0d194c 2,562 1.00/1.00 vMB 71
576,750 576,750 0000000000000000000f48905e9a690b1f7008d5f2de7ded45d771e387cd6271 1,676 0.84/1.00 vMB 20
576,749 576,749 000000000000000000216d2666d85f7dc348900558aebb2d626a8e395343edbb 2,506 1.00/1.00 vMB 37
576,748 576,748 00000000000000000017c92b8afc02413f7c99a57e6f2e57d02b8709e0ff5147 2,995 1.00/1.00 vMB 97
576,747 576,747 0000000000000000000123f4e7e34cf88ae77b42a1b4f92dfd7eb45087eb556d 2,303 1.00/1.00 vMB 71
576,746 576,746 0000000000000000000a26e6d1483d4547a6eb23670ca03910e36cbf77aab749 2,846 1.00/1.00 vMB 121
576,745 576,745 0000000000000000002526097beac273cf55bcba7026139753f32de9ef03a3af 2,145 1.00/1.00 vMB 21
576,744 576,744 0000000000000000000c746c34a5606be71b9762498a26d187d65eb46456ef07 2,446 1.00/1.00 vMB 119
576,743 576,743 0000000000000000001f9ea0af2c932639bf72baf2e8b4d9e10d75c9dff5a8e9 1,099 0.50/1.00 vMB 40
576,742 576,742 000000000000000000116183c6fc247ab114d4fb184f97989d686f16804f43b3 2,201 1.00/1.00 vMB 46
576,741 576,741 0000000000000000000b3f650309b211e88fc85ad39b03d23ccbde33fbd7913e 2,525 1.00/1.00 vMB 52
576,740 576,740 00000000000000000002c6abe2594702e488d67c8aaf3090690fac563646307a 2,670 1.00/1.00 vMB 69
576,739 576,739 0000000000000000001010fa3240b1f57468ae10424541c39b50de78172ab174 2,507 1.00/1.00 vMB 147
576,738 576,738 000000000000000000118610b414a7e9dd7e038d202d4033e6a5b7c1b1b5f615 2,658 1.00/1.00 vMB 72
576,737 576,737 0000000000000000002074918632a98be54741a1f7b49b932e232859d63d737e 2,328 0.82/1.00 vMB 83
576,736 576,736 0000000000000000000c1c89517b8229aa77bc30c4fcd975f0bf49e29fc24001 2,418 0.90/1.00 vMB 60
576,735 576,735 00000000000000000006b09b4be43faee1e685c42a03e9ed440046a7d9204d14 2,673 1.00/1.00 vMB 118
576,734 576,734 00000000000000000003cd62d4d31360a1106a7c70965a43297d0c5a164869da 640 0.21/1.00 vMB 64
576,733 576,733 000000000000000000282be37b9acd7e052ce47566efc83408961498658415b6 1,234 0.42/1.00 vMB 23
576,732 576,732 00000000000000000014d707561a21c13c0b8786634634738d32f5c68381c9df 2,464 1.00/1.00 vMB 70
576,731 576,731 0000000000000000001fa5d6eaedd7059af6493f8fb354143de07f61b5433f77 2,572 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.29 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: 657.23 GB
    • Received: 14.50 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.