Loading Tool

Explorer IconExplorer

Memory Pool

78,883 transactions
29.52 vMB
0.10854141 BTC
Random Selection Loading Transactions
Max Size: 177.44/200 MB

Candidate Block

Mining Attempt c16603a9d7187f645355cf881417fbb05d27dc66a8c06bcd862b4d4e16aea26f
Version 20000000
Previous Block 00000000000000000001694e26931d1cedfe646c4f29bed2a95789e17bc3c982
Merkle Root c9f707840d7c20c98f33613a86cc1e73cfe33f2264790e690651627ac6ce991b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,808
Size: 1.00 vMB
Total Fees: 0.04858201 BTC
Feerates: 109.69 > 4.87 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,999 (270,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,998 644,998 0000000000000000000f9d892578b4a1bf25693ef07accdc1b68cd29ff423075 1,888 1.00/1.00 vMB 27
644,997 644,997 00000000000000000004e14c84787336b9e2a00da15d93eac8ba758ec60d6bfa 2,361 1.00/1.00 vMB 58
644,996 644,996 0000000000000000000e8b0e697f9a658768550c0bbea5220407f1701ebbe57f 694 1.00/1.00 vMB 15
644,995 644,995 000000000000000000068ab7ddf61f9cb24bbbf3a7299d8b3a47c87d0022f666 958 1.00/1.00 vMB 15
644,994 644,994 0000000000000000000b44dc813c4eef5b57ea94e11509f8af7074605f32b8a3 1,685 1.00/1.00 vMB 29
644,993 644,993 0000000000000000000e7e5598170880bb0a921da7c7aaeb57403f8dff8290cb 1,871 1.00/1.00 vMB 37
644,992 644,992 0000000000000000000ceafc51227e84bde6393f83d020c888c54dbbf4bdb955 2,884 1.00/1.00 vMB 120
644,991 644,991 00000000000000000007bb6f3375ca80eceab7df7de93ed999264b67809d9ef0 2,456 1.00/1.00 vMB 35
644,990 644,990 0000000000000000000688144bfcba57b55ccb2670dcb8b4eda428c7659b7b13 2,504 1.00/1.00 vMB 47
644,989 644,989 000000000000000000083528e21445b2e7d2dfc9167d83a31b7e4fabf002a769 910 1.00/1.00 vMB 4
644,988 644,988 00000000000000000004c710b8fd05b54534fb8bfd4d7b06359d8b246362c3b2 2,137 1.00/1.00 vMB 28
644,987 644,987 00000000000000000003a525c927612321af839e2a471b39e3a5e6be43c5452c 2,519 1.00/1.00 vMB 87
644,986 644,986 00000000000000000008849a5c92d2366fec9f72da999e3f2c5f440e86069cc0 2,439 0.80/1.00 vMB 43
644,985 644,985 00000000000000000001fb04d6db8e3df34b2b5151110164261bdadc40225fac 756 0.23/1.00 vMB 45
644,984 644,984 0000000000000000000906cc2122074adc6c7a5dda178e050626c4102e2ef685 1,083 0.36/1.00 vMB 40
644,983 644,983 00000000000000000009a6a73773389d7f8cf3f9b116f5e4fa7ded943626e737 1,309 0.41/1.00 vMB 39
644,982 644,982 0000000000000000000f00f84ef0f7093f811ffcd0d1fd0e39e6532a876b954e 1,189 0.39/1.00 vMB 43
644,981 644,981 0000000000000000000443b4ccfb9d6f2a7967fcbfceaa1193f5c5cb4b4ac07d 1,278 0.50/1.00 vMB 33
644,980 644,980 0000000000000000000dff46357d3e6537db8ae31bff69bfeaaa1564b6c1362c 1,828 0.70/1.00 vMB 42
644,979 644,979 000000000000000000072f4e50513adfd5eedcaeae6d15a74d5f959833632129 2,479 0.90/1.00 vMB 10
644,978 644,978 000000000000000000009dcbd11e8b81d27f706181a255f2f2524feb63e4285e 2,317 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.39 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: 664.63 GB
    • Received: 15.01 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.