Loading Tool

Explorer IconExplorer

Memory Pool

82,313 transactions
30.68 vMB
0.08393699 BTC
Random Selection Loading Transactions
Max Size: 187.90/200 MB

Candidate Block

Mining Attempt b365014627f5a3cb5d7a3207bad31b4345425b493fb861f582f38cec60ad720c
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 88037991c4c2067a3b875230d77415835076acc7b7baf056926a29c8f7997e2c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,028
Size: 1.00 vMB
Total Fees: 0.01462887 BTC
Feerates: 114.09 > 1.47 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (429,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,992 485,992 000000000000000000d7aa71e315fbab98d80515f5dfbbdfaf22e3cec3e12c6f 1,235 1.00/1.00 vMB 96
485,991 485,991 000000000000000000fe8c98a6359db63e0c410c40e4b7ccb26c33faa3aa7b1e 1,488 0.97/1.00 vMB 57
485,990 485,990 000000000000000000aa320e9629a4ab440115fbed0580c6e2883f8ac5ef16d9 2,346 1.00/1.00 vMB 179
485,989 485,989 000000000000000000dfb59977b2e9bbb7113156742294a973eff7eba3c47da3 1,891 0.97/1.00 vMB 77
485,988 485,988 000000000000000000c29c253d52669c36ff81ac4e50e0f04ea9333a4a7ce9bb 1,517 1.00/1.00 vMB 29
485,987 485,987 000000000000000000dc21e9cef5460fe04748032b76dc3eef01d4288baeced1 1,978 0.96/1.00 vMB 146
485,986 485,986 00000000000000000035c2e4de19ed1180c8bbdf516cd2935b157e685db05de0 2,491 1.00/1.00 vMB 36
485,985 485,985 000000000000000000a7c1aab95ac2b6b0d8c1d8c3d357bcb8cc04301ce55cac 2,259 1.00/1.00 vMB 133
485,984 485,984 0000000000000000004a40184e9947f4d85932e696310680b1ddb0ffeb4c3820 2,012 1.00/1.00 vMB 27
485,983 485,983 0000000000000000004141007e4ddbb7f74dc860adad96914a3de26efdc9a5ac 1,857 0.99/1.00 vMB 37
485,982 485,982 000000000000000000b67b3eb9bebc6c4567bc47f7fd81943d8cf481ce9060d5 2,407 1.00/1.00 vMB 175
485,981 485,981 000000000000000000f5438d4bb5f483b6ca88d3d1028b2750c2f84fc5381d2f 2,080 0.97/1.00 vMB 110
485,980 485,980 0000000000000000008b639f726c12dbeb166eb61c30c03843fd39adc6cbaeac 2,261 1.00/1.00 vMB 179
485,979 485,979 0000000000000000006b2223c745d25d0e60a62bb4579529981cead6010a2898 1,104 0.79/1.00 vMB 120
485,978 485,978 0000000000000000007bc67c8faa416e580a9dbdfe542b139e2309bae1c00fa2 1,361 1.00/1.00 vMB 36
485,977 485,977 0000000000000000007bd1ca920127bc3706c35003d912f7d3f1f30f0e270c90 2,061 0.97/1.00 vMB 86
485,976 485,976 000000000000000000f4ce95eb95197eeb492f2492e688abeb687764c9a02e23 2,092 1.00/1.00 vMB 128
485,975 485,975 000000000000000000dbc105a67fec62d19451bba0a73d8ac818acedf6f783c6 2,025 1.00/1.00 vMB 148
485,974 485,974 0000000000000000009ae2edaa1afe4de83fbd986356cb4807686af4f76a2db3 2,278 0.99/1.00 vMB 233
485,973 485,973 0000000000000000008820077a37573e5a3c0d6a8315513e4cccd59462771228 1,640 0.98/1.00 vMB 58
485,972 485,972 00000000000000000060bd526d5d4b33ddb4c43cfb021e3e1cdf6e931f8e0703 1,735 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 783.02 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: 719.24 GB
    • Received: 18.02 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.