Loading Tool

Explorer IconExplorer

Memory Pool

38,515 transactions
28.58 vMB
0.06298393 BTC
Random Selection Loading Transactions
Max Size: 144.84/200 MB

Candidate Block

Mining Attempt b24df7822dd881833331faf4418a2ac7c5b3ef5fe43d33bd416a1d18c815d52a
Version 20000000
Previous Block 00000000000000000000dcbb4606097e1e6e647621e87ea85d7afc7a11a5f479
Merkle Root 07a4f2662280207ee7d06ddaebc0d2334dbb364141b087bb6db446fd8221af60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,067
Size: 1.00 vMB
Total Fees: 0.00778226 BTC
Feerates: 100.84 > 0.78 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,547 (292,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,176 622,176 0000000000000000000319b3e1d7e54d77b331f6c3c8fa10b8056f0f3be37aaf 1,180 1.00/1.00 vMB 93
622,175 622,175 00000000000000000002f942913ef00b1fd4a2e15495bae28caa8d9ac8e5bcf7 2,235 1.00/1.00 vMB 77
622,174 622,174 000000000000000000054f27c2be0d34473b24a88d352e6a18ccc4f2d55b95bf 2,047 1.00/1.00 vMB 80
622,173 622,173 0000000000000000000fc3b1676945a621169ad352dd7795be8725835a82a7c8 2,939 1.00/1.00 vMB 99
622,172 622,172 0000000000000000000f571f88c56e4e2274e09e6ccb043fdc7ab99b04ded78f 2,560 1.00/1.00 vMB 47
622,171 622,171 0000000000000000000a8245984aeb4a5d422b225bb6f00e0c8e4f276af7042b 2,792 1.00/1.00 vMB 88
622,170 622,170 00000000000000000006ddaa637bb95f2d515fdbae2974d01ca1b72845bc98bc 1,633 1.00/1.00 vMB 30
622,169 622,169 0000000000000000000d886188574af943c0385d5343fa0254902aa0dddfcfae 2,524 1.00/1.00 vMB 29
622,168 622,168 0000000000000000001047d180016619e980203aacb2584d5098ed755dd327a1 2,657 1.00/1.00 vMB 65
622,167 622,167 0000000000000000001043765918858492dcfdec8628b5ed1c5b47b981ccaba0 2,309 1.00/1.00 vMB 36
622,166 622,166 00000000000000000003f29a82a714358a67ca84a3a4aa90e7f9d5be427d9b63 2,430 1.00/1.00 vMB 35
622,165 622,165 000000000000000000080a3d0b7c4ac17410c823696c39ff57f16f3fbacbe2c5 2,445 1.00/1.00 vMB 30
622,164 622,164 00000000000000000001eca5f08f12778a932e2319b73038aa0545497d0a041c 2,532 1.00/1.00 vMB 74
622,163 622,163 0000000000000000000546cc3297c89221ec53546002981e0f03794bc51cb940 2,401 1.00/1.00 vMB 53
622,162 622,162 0000000000000000000252e95443cc6cdcafbbf73b7cb9e13fdf15d6e19601e3 1,453 1.00/1.00 vMB 13
622,161 622,161 0000000000000000000ac8024182c4ad1124faa1ae67a74839098fb86fe9740f 1,924 1.00/1.00 vMB 49
622,160 622,160 0000000000000000000050015dd6d2a77b01a2570f7be61d7c2bfc7e539549ff 2,082 1.00/1.00 vMB 21
622,159 622,159 0000000000000000000139a4b4b9e63fd46868768ba14cb07927f48a3da7d649 2,802 1.00/1.00 vMB 24
622,158 622,158 00000000000000000007b82e05c8bbc607d5c1113040a89a09b5aa771647eb91 2,436 1.00/1.00 vMB 27
622,157 622,157 000000000000000000026a1047a0ac0ca05b2cf4760afbb200051e7e506c85ef 2,714 1.00/1.00 vMB 41
622,156 622,156 00000000000000000010762f8c3037714ef3e84ca7b0c52565abdc7fbb35df67 2,995 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.58 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: 622.95 GB
    • Received: 11.40 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.