Loading Tool

Explorer IconExplorer

Memory Pool

78,837 transactions
29.10 vMB
0.09968098 BTC
Random Selection Loading Transactions
Max Size: 176.53/200 MB

Candidate Block

Mining Attempt 1fb7725f26bec129efc704083c6e67c19b9b9554a7092dce1fdd8f68ec0954d7
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 828d878698607492accbfa0bf75be4d9881e8e831eead0920f140fd89506ae8d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,412
Size: 1.00 vMB
Total Fees: 0.03870618 BTC
Feerates: 137.15 > 3.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (284,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,171 630,171 0000000000000000000300a1d873ac800629660a024b0298c0753f04ceb3c80a 1,710 1.00/1.00 vMB 58
630,170 630,170 0000000000000000000b1b1a9a1f04532cb7872e18ecb8683898c5946ce9da00 2,112 1.00/1.00 vMB 43
630,169 630,169 000000000000000000028c8f6d44f86a0738bb62fed6d0bdc4b0e65296f1d9a0 2,225 1.00/1.00 vMB 32
630,168 630,168 0000000000000000000f5d3fb8c7fe6b80f987c685fe56eaffb7fd892a536298 2,818 1.00/1.00 vMB 58
630,167 630,167 00000000000000000002895fc53bc343e8f1a276cf015f1bbeb470b2c66898f7 2,403 1.00/1.00 vMB 48
630,166 630,166 00000000000000000006eda9ab538d1cc1a8edf33d2d98c761335c24e1df5ebb 2,794 1.00/1.00 vMB 63
630,165 630,165 0000000000000000000707a57b686aff5a8ff9842b1fbb637602dbb13655b80f 2,287 1.00/1.00 vMB 121
630,164 630,164 0000000000000000000a44b0eeaeb35ef59c6e831d927ed9fd62ff26bb55b008 2,871 1.00/1.00 vMB 88
630,163 630,163 000000000000000000099772a15edc941be4f7df942fa08c2a45cd49969392a3 2,966 1.00/1.00 vMB 70
630,162 630,162 00000000000000000002ae352dcaac0149ebfdbc7eedf34c16d6a9f9d070df40 2,491 1.00/1.00 vMB 77
630,161 630,161 00000000000000000001d1eaa9b07484322a8fa890aaae77175de09e8bfa3489 2,944 1.00/1.00 vMB 98
630,160 630,160 00000000000000000006a3113198f3cd2ad135ad68f65bbf4c757d0ae1c8ea29 3,074 1.00/1.00 vMB 72
630,159 630,159 0000000000000000000d3b4654e2e4cf4477a93318571817b0bc5820088d9ccd 3,025 1.00/1.00 vMB 73
630,158 630,158 0000000000000000000ea7a5cb2b94c7ab904cb4417d96731e2cd737abbc21a5 2,397 1.00/1.00 vMB 105
630,157 630,157 000000000000000000074bfa1b17b3b6e19cb407e84c9270af3747d6c3bb4f2d 2,513 1.00/1.00 vMB 125
630,156 630,156 00000000000000000002db0e0e8ae47ca08f2e71d5a28f339db1bbb8cff06fdd 2,989 1.00/1.00 vMB 80
630,155 630,155 000000000000000000054481cdfad9c20b58e167b05a0eb61d2669abcee3a9ea 2,879 1.00/1.00 vMB 108
630,154 630,154 0000000000000000000cb748db859233b04da01d9c58d8199e57a2c9563aecba 2,753 1.00/1.00 vMB 101
630,153 630,153 00000000000000000008b34730a78520770dd78a2e827b02d0c207f7b1c391de 2,777 1.00/1.00 vMB 90
630,152 630,152 000000000000000000074531fdea26d32a14652e47508686b95154049e6963d0 2,352 1.00/1.00 vMB 113
630,151 630,151 000000000000000000100f9974a0214739ed713fc73d2eba419870e3631b71bb 1,375 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.59 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: 671.40 GB
    • Received: 15.93 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.