Loading Tool

Explorer IconExplorer

Memory Pool

79,543 transactions
30.36 vMB
0.08030712 BTC
Random Selection Loading Transactions
Max Size: 184.95/200 MB

Candidate Block

Mining Attempt 76af27d9e4448ab104e2b8d764806f3e4dbca9aa830881e1098df6575e71f772
Version 20000000
Previous Block 00000000000000000000fba2abb8d490d843f57da6d6a845cd44dde2952f7920
Merkle Root 54883ecc52c026afb6e8ca36f05735d1dd71f82e7879fb723515bc35911df641
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,797
Size: 1.00 vMB
Total Fees: 0.01220844 BTC
Feerates: 150.80 > 1.22 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,388 (87,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,775 827,775 0000000000000000000350e4a45ff0da81d745b8f9b8219a3bda0c57345dd690 3,874 1.00/1.00 vMB 42
827,774 827,774 0000000000000000000103d456290076fc7db053a5a7f0a356be593c30cf26dd 5,731 1.00/1.00 vMB 36
827,773 827,773 000000000000000000003b3d0ecb9d7f4203ca77910436fc1d3e5b004ab68cc9 3,625 1.00/1.00 vMB 36
827,772 827,772 00000000000000000002d2af9e2cebf40c8db4553e80b7a647c2d2223f61fdf7 2,675 1.00/1.00 vMB 40
827,771 827,771 0000000000000000000377d8d70eabff2ff1fd05557454e74ca6bf3887f50b4a 5,500 1.00/1.00 vMB 37
827,770 827,770 00000000000000000002f058151ff741b1b1c4140486bfa0dc335f2828166481 3,879 1.00/1.00 vMB 35
827,769 827,769 00000000000000000001bce2cb5402e5da362ba64724d55c3bb09d74ba5b38ba 5,428 1.00/1.00 vMB 38
827,768 827,768 00000000000000000000d872ad63fadbb75a398db436e1fa2898fe5e771fd7f4 4,451 1.00/1.00 vMB 36
827,767 827,767 000000000000000000015c6037967db4253e340c8bf48294bd09fc836c681404 3,521 1.00/1.00 vMB 44
827,766 827,766 0000000000000000000108c0deded0f2a8ec0f12649a1acbc98f1cf036005339 4,255 1.00/1.00 vMB 44
827,765 827,765 000000000000000000010b62beb9e670f8cae3325cac35a5dac48ad4d0e4e69a 3,729 1.00/1.00 vMB 37
827,764 827,764 000000000000000000005f01b484efac5ee5bf72cf53b4b8a99b4516f19234ae 2,342 1.00/1.00 vMB 52
827,763 827,763 0000000000000000000046622ad93ed6083adf26fe6fa4e12f300ab4dd3f75fd 3,776 1.00/1.00 vMB 43
827,762 827,762 000000000000000000002854b769b4be5e4aa8f0653551609b9305c0cc6d419b 3,847 1.00/1.00 vMB 38
827,761 827,761 00000000000000000001477674bf22e01faa1200ce7e6bb70c0a0ae80910c956 4,478 1.00/1.00 vMB 41
827,760 827,760 0000000000000000000053e2655a577c8dff86fabfac480bea45486f35416e89 3,492 1.00/1.00 vMB 46
827,759 827,759 00000000000000000002a1d86fa6a459721300425a44a525095e036d0945ce92 3,476 1.00/1.00 vMB 55
827,758 827,758 000000000000000000009ff8fa2904acc815c4af124bc89b6e619d870d9e98cc 4,766 1.00/1.00 vMB 46
827,757 827,757 00000000000000000001403263ac940c4e325fdcf59a1849209f1eeaf12f6202 3,149 1.00/1.00 vMB 47
827,756 827,756 00000000000000000000f8aabd7ea80989b7a5170793f6f3e27c2962d39f8305 2,982 1.00/1.00 vMB 36
827,755 827,755 0000000000000000000155e089fb8d3b00eac0fbf24ed77607ac9af1e92d75aa 4,238 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 783.06 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: 720.82 GB
    • Received: 18.27 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.