Loading Tool

Explorer IconExplorer

Memory Pool

78,876 transactions
29.39 vMB
0.08261470 BTC
Random Selection Loading Transactions
Max Size: 179.67/200 MB

Candidate Block

Mining Attempt 52e8f6f3fae22e4db6ee77a03c296c53e7484e21cf5b1440ca7ebbed2c3ebae1
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 691c21807e173f83e8aa3601d3bb8530f265d8b2df3f9eacc4baa8b03fd75f8d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,535
Size: 1.00 vMB
Total Fees: 0.01812036 BTC
Feerates: 402.60 > 1.82 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (429,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
485,971 485,971 000000000000000000f661c23e2ebab6f5186893f339b3e59b54ae02707ad97f 1,235 0.99/1.00 vMB 69
485,970 485,970 00000000000000000034153f2f31e392ff4361917ebdd4c012cb7ec4acfab3ba 1,515 1.00/1.00 vMB 68
485,969 485,969 00000000000000000029c0d6fe99bcd5f9d9f44bf5cc5243bc12511b2ea674f8 1,802 1.00/1.00 vMB 108
485,968 485,968 000000000000000000fce45e2d82f0dbe92c08a827d213704b03f3130b13cbaf 1,643 0.98/1.00 vMB 153
485,967 485,967 0000000000000000007b753ba83d22185d981057c35873feb07a46b99d734c6b 1,879 0.99/1.00 vMB 205
485,966 485,966 0000000000000000009ddfe7203514d93566239964f52c0169d4cc6740db4774 1,846 1.00/1.00 vMB 104
Previous 10 blocks ↓
Total Size: 782.95 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: 715.16 GB
    • Received: 17.66 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.