Loading Tool

Explorer IconExplorer

Memory Pool

81,130 transactions
30.05 vMB
0.09383084 BTC
Random Selection Loading Transactions
Max Size: 183.59/200 MB

Candidate Block

Mining Attempt d5316ecb2d9e6d5d64fe704d6a4fd84c9be0f993e8edc2b9b29e4fbf9eecb891
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 2f9e2d22176cd45fdbc804f12b3f8df74607f18b1c6e030590ca55dab25c31d2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,502
Size: 1.00 vMB
Total Fees: 0.02629326 BTC
Feerates: 402.60 > 2.63 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (481,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
434,121 434,121 0000000000000000006c72eaea3d7b5540fbdb33c06e5374d200dbcb6d1262ee 1,174 0.68/1.00 vMB 45
434,120 434,120 000000000000000002b9d4f13574e34612419b75a6e6ceb9a799a373ef8b2d84 2,290 1.00/1.00 vMB 69
434,119 434,119 000000000000000004308bf70fb99aef76273dd85b24a31aaf8053e41712aaba 2,006 1.00/1.00 vMB 59
434,118 434,118 0000000000000000030509a6af4a8ccd0db5a5b99c9efda6e4ed44a3b047c33a 959 0.50/1.00 vMB 46
434,117 434,117 000000000000000003785084e78498bec8cc1142952e6527a6d52496054ee89a 1,487 1.00/1.00 vMB 46
434,116 434,116 00000000000000000263487c59c2ca9909bd56605c6172999bf610a445b6dba5 1,621 1.00/1.00 vMB 43
434,115 434,115 000000000000000001e7847fe305fc7abab423af3a451ba6e95ae39534d83073 1,970 0.75/1.00 vMB 73
434,114 434,114 000000000000000000c7bfdecacc4d3a5f0d79898932801dd4e32b0889ac9a7f 1,907 1.00/1.00 vMB 52
434,113 434,113 00000000000000000370860121e4a264a4095d5518dd0290eef43929692530f6 1,950 1.00/1.00 vMB 54
434,112 434,112 0000000000000000024eccc02d105f4e8a0397ac0b0eccba62c3bd332d690aad 2,279 1.00/1.00 vMB 83
434,111 434,111 000000000000000003b870de4764f4f96c97f4d05e7df2973b20b5811e6296e3 1,771 1.00/1.00 vMB 38
434,110 434,110 0000000000000000012bcf0d176643bdbbd8292c95226f48d92cf002e91caa8d 2,532 1.00/1.00 vMB 72
434,109 434,109 0000000000000000002663dc75021e2405b4af0e81346bf58fb9c6900046ff16 1,800 1.00/1.00 vMB 57
434,108 434,108 0000000000000000012ce31eabbbcd665b0b3e79c6faaf874dda40fb66f6c394 2,024 1.00/1.00 vMB 64
434,107 434,107 00000000000000000212234c3ad20f40ca113dbd00f6235839eefe2129c249b1 10 0.00/1.00 vMB 300
434,106 434,106 000000000000000002bae25e105532cc9feb03a331d424b9d1802a3c04ce4326 2,571 1.00/1.00 vMB 70
434,105 434,105 00000000000000000158d29fe7ab8d28df34c15db94abb0be0d4d0325fc83e3b 2,929 1.00/1.00 vMB 79
434,104 434,104 00000000000000000348f497418592ea76263e97de82625431d5bb7b3174cb1d 2,512 1.00/1.00 vMB 70
434,103 434,103 0000000000000000034d7dff668ad2f2c06ca003088b478ee075e7ae7b85c5f0 2,746 1.00/1.00 vMB 72
434,102 434,102 00000000000000000277587382eea17aa046e1733cd7b75aa8acc6b9b7b5d868 1,620 0.69/1.00 vMB 62
434,101 434,101 000000000000000000c842de38d0139da195882a91b836b46c0215af29903163 1,024 0.53/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.95 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: 715.21 GB
    • Received: 17.67 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.