Loading Tool

Explorer IconExplorer

Memory Pool

81,962 transactions
34.97 vMB
0.16836212 BTC
Random Selection Loading Transactions
Max Size: 196.66/200 MB

Candidate Block

Mining Attempt 9414922b23914ab5934e793c8871e7d4d2e4364c8bae1a295ec019044440fb69
Version 20000000
Previous Block 000000000000000000015d606eea54600e68e92445d6617a0d0d5e5108766f50
Merkle Root 8729c3ca33f01b7cb2c3ed5b70cd796042bdbc389309e527af88479370e76742
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,696
Size: 1.00 vMB
Total Fees: 0.03281531 BTC
Feerates: 150.93 > 3.29 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,412 (72,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,970 842,970 00000000000000000000b8ae26ae0e7ac1cd714a12b33537f6669072660f4403 6,813 1.00/1.00 vMB 32
842,969 842,969 000000000000000000002ac5f3eee4c49d389c59f93ead008f6dee6f9a9a6682 4,823 1.00/1.00 vMB 33
842,968 842,968 00000000000000000002cf61a5c30ef45968b2a7c84e343499519ff73e8dfc96 5,112 1.00/1.00 vMB 36
842,967 842,967 00000000000000000000b8bff8cb8c881a12933c593dfae282149c7fcde0200e 6,499 1.00/1.00 vMB 33
842,966 842,966 0000000000000000000140ae9a3a25aff4f6b6e95e3ff2e2465d7ff83b82a675 5,680 1.00/1.00 vMB 34
842,965 842,965 0000000000000000000143878ad638b3d4ae3138edf0f92a5fccd1cd1b9a09d5 6,863 1.00/1.00 vMB 30
842,964 842,964 00000000000000000000346e05cae3f23bbb278b0990b1ad786cd401932a6872 6,159 1.00/1.00 vMB 35
842,963 842,963 00000000000000000002ec7ead8282eeb226811b7c68c495bb02cacdeb93cd6e 5,419 1.00/1.00 vMB 33
842,962 842,962 00000000000000000001abe67bdea316ad2b99761c3ef4e6d54d8bbdf1e4ba76 4,965 1.00/1.00 vMB 25
842,961 842,961 00000000000000000000972ee3bd4ee53d5df1808a5f6247c29fd28192fa6087 6,650 1.00/1.00 vMB 32
842,960 842,960 00000000000000000002d607bab122276f4a038605e32fda169ce3a09849cf5a 4,369 1.00/1.00 vMB 35
842,959 842,959 00000000000000000002c61d79da7d3602bbc46804da6a2d655bd469721b5c00 5,618 1.00/1.00 vMB 30
842,958 842,958 0000000000000000000260fc99393ec64228f71894ad7f5835d5eba250f80280 5,781 1.00/1.00 vMB 29
842,957 842,957 00000000000000000001aef437caa793394876c28ebcb5f228d0df326f950430 6,010 1.00/1.00 vMB 26
842,956 842,956 00000000000000000001a79a9b492835e0ff29e8a9dd17d70d37ece6066b5cef 6,162 1.00/1.00 vMB 27
842,955 842,955 00000000000000000000ef26c5ae6bf8a420ab474d4279325be71d73c06204a0 4,842 1.00/1.00 vMB 27
842,954 842,954 000000000000000000007df0dd31c47d9afc5514b533271eabbf33b0f9946046 3,934 1.00/1.00 vMB 31
842,953 842,953 000000000000000000021148264dbae692e13ae6cae6d7bea8621b746c78075f 5,307 1.00/1.00 vMB 26
842,952 842,952 000000000000000000003c8194258c43f33a6e4c4c3cfbc3b7576d32fc0eb575 6,594 1.00/1.00 vMB 23
842,951 842,951 00000000000000000000d2a813817dcd5a40bb276fdc1565a06ab46aca94bfea 4,120 1.00/1.00 vMB 22
842,950 842,950 000000000000000000016d62b086017d872d6034587ba6985c84236d1a169583 6,235 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 783.10 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: 731.71 GB
    • Received: 18.52 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.