Loading Tool

Explorer IconExplorer

Memory Pool

39,078 transactions
27.51 vMB
0.06572793 BTC
Random Selection Loading Transactions
Max Size: 140.45/200 MB

Candidate Block

Mining Attempt c732ab8f906fe59f9a1720caafaec7f844e494e53217e8c32480f86393e05517
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 7f6c17c5098f6aac604377acb1b5ae0bca3073d0690476c0944979a8958ed5da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,510
Size: 1.00 vMB
Total Fees: 0.01349425 BTC
Feerates: 100.95 > 1.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (111,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,667 802,667 00000000000000000002b8df84a870a4e799b63a9cb573d18cbcd36910d6cc11 2,858 1.00/1.00 vMB 14
802,666 802,666 00000000000000000000e59e58370fbe037c45f583aa28afabbee680ca065d8a 3,343 1.00/1.00 vMB 24
802,665 802,665 000000000000000000045d0c700f956650801c60d7ade4007ebc82900122f806 4,839 1.00/1.00 vMB 7
802,664 802,664 00000000000000000003865dc37d73a8d4fdcf1213788e242df2a931c3b5850f 2,692 1.00/1.00 vMB 15
802,663 802,663 00000000000000000002c2b4e8729c4c37c998a34c9a75129654c9be2ae11a43 4,542 1.00/1.00 vMB 8
802,662 802,662 000000000000000000015e55a4dcffc3cca15e8b4817e75e60d3495c02a0eea4 1,973 1.00/1.00 vMB 10
802,661 802,661 0000000000000000000222ec4e3bfd0bd67932bd5a1398fd8d73fd1ed2289886 2,521 1.00/1.00 vMB 22
802,660 802,660 00000000000000000003e0391d7fd2b3d99e1add768d1812299342e54981d4a6 6,311 1.00/1.00 vMB 8
802,659 802,659 00000000000000000000f86c9244c78b73bf32c08422943a09b1b555147d22b2 3,958 1.00/1.00 vMB 14
802,658 802,658 00000000000000000000474efe19448366fc1ed06d681125b543bfab3ecb8a39 4,179 1.00/1.00 vMB 16
802,657 802,657 00000000000000000003ddd427c221d4801c603a955867fe2f2c4d122747d15d 4,966 1.00/1.00 vMB 9
802,656 802,656 0000000000000000000098522f4aa9bebd083ba0b266419078bf93f93bd392c0 2,880 1.00/1.00 vMB 10
802,655 802,655 00000000000000000002b79eca1e2e520dc72f654897a794999bebe383ba742e 3,638 1.00/1.00 vMB 15
802,654 802,654 00000000000000000001d15cb2b9ca8db05fbd785a269bca8adb340374694812 3,546 1.00/1.00 vMB 12
802,653 802,653 0000000000000000000206ffbfada148d7d46c72303a95aefcb1e4e5427bcd34 1,955 1.00/1.00 vMB 10
802,652 802,652 000000000000000000046d504ec6aaec6a3d6211dad05f51f7328d5eed461475 3,567 1.00/1.00 vMB 26
802,651 802,651 0000000000000000000109ff95b2fab5ef4f939049ff72be214e76cc45711471 5,571 1.00/1.00 vMB 9
802,650 802,650 00000000000000000001801a8d3f3bcf5b6eb6d6bdae2141cc18dcb6dac34500 5,172 1.00/1.00 vMB 9
802,649 802,649 000000000000000000012479dea7caa88d645c3203c7fc9e4cf7f2833bab105e 6,881 1.00/1.00 vMB 6
802,648 802,648 000000000000000000038050cc0120c4c9aa33cc59058a1575d98bc7e1b8e0f4 5,293 1.00/1.00 vMB 9
802,647 802,647 0000000000000000000381240bae35d7b37fed9a8426c1fd368bd9d4018c46e6 3,780 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.76 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: 632.27 GB
    • Received: 12.11 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.