Loading Tool

Explorer IconExplorer

Memory Pool

41,920 transactions
26.76 vMB
0.05664375 BTC
Random Selection Loading Transactions
Max Size: 140.44/200 MB

Candidate Block

Mining Attempt 15b380ebddab1d39a28a80f5ea998f965e1a2a9986fee2712d349224e4904d6b
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root f61a90ae4ded38bf0584b2dc3d619b8e3de6c5d28cc6cfa57a7b8351364f941a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,554
Size: 1.00 vMB
Total Fees: 0.00701422 BTC
Feerates: 103.41 > 0.70 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (183,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
731,309 731,309 00000000000000000007212a4a1e01e965e63a26ab23c9035eca67897cef66db 1,325 1.00/1.00 vMB 1
731,308 731,308 00000000000000000000039feb19d5fe978a991b8091924050e0caa72851c6eb 1,965 1.00/1.00 vMB 3
731,307 731,307 000000000000000000035ddffd1a129e7ac3eef9283ccb4f5dad8d045c9a8f5d 3,023 1.00/1.00 vMB 14
731,306 731,306 00000000000000000009b025f0d09ad4ecec61dcbddc9171fc5c72c29d7c6866 3,172 1.00/1.00 vMB 5
731,305 731,305 000000000000000000036eb23fc08b8fb9447ea31818d3f9e3409cecd1d2c9ee 2,191 1.00/1.00 vMB 9
731,304 731,304 000000000000000000087d68d004ce87730dfeaf2d525cc61d5195f93ab7c35f 2,549 1.00/1.00 vMB 12
731,303 731,303 00000000000000000006e9a0c25af9062d137728a2181685452194b334761953 2,413 1.00/1.00 vMB 4
731,302 731,302 0000000000000000000599ad0140cc5ab30d681b78becd36ef6c1610e77b47e1 2,144 1.00/1.00 vMB 7
731,301 731,301 000000000000000000012c1dec2a1dcc506f78d1ee3663f516854a96de3a11ca 2,888 1.00/1.00 vMB 9
731,300 731,300 00000000000000000006304a89a8e66252cd216a0b8a765bf16eb7a505c84395 2,068 1.00/1.00 vMB 6
731,299 731,299 00000000000000000003e49b9f727611c78ea80665b48ba0063443082e074012 1,954 1.00/1.00 vMB 7
731,298 731,298 00000000000000000004f1c735b3142d578d7a3d3832a425d3ae0b08c3942ad9 2,714 1.00/1.00 vMB 8
731,297 731,297 000000000000000000087f3d3e5a699ba8f1de91c4a399b7a6709d5296eeaaee 1,923 0.80/1.00 vMB 8
731,296 731,296 00000000000000000006d64bd6afcb786919d956a3709569e22c9a2fed038983 3,371 1.00/1.00 vMB 8
731,295 731,295 0000000000000000000393891fbdf9c61b2c1c45133f8a1496e85f5b1765927b 2,472 0.79/1.00 vMB 8
731,294 731,294 000000000000000000059d60ec31f9aecd0bf3af8b33e666ac4915894d6111ef 1,701 0.78/1.00 vMB 6
731,293 731,293 00000000000000000001c7951b5c875661129fd09265e9ffe86c9c450a2c0daf 2,645 1.00/1.00 vMB 10
731,292 731,292 0000000000000000000118774905ff2b8dd2e434c1bb58129e6c41b5944d8d4d 1,010 0.77/1.00 vMB 4
731,291 731,291 00000000000000000009a5308fc443d1fde1b624a9dd2bb9ab9a902e0ed0909d 85 0.02/1.00 vMB 12
731,290 731,290 000000000000000000018e59467d9e894956d9905947bf96289064d77701a705 418 0.18/1.00 vMB 7
731,289 731,289 000000000000000000045a644d1137c77aab7750d00fe81ad939093edb26dd97 1,376 0.43/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.