Loading Tool

Explorer IconExplorer

Memory Pool

79,116 transactions
29.58 vMB
0.07160622 BTC
Random Selection Loading Transactions
Max Size: 177.84/200 MB

Candidate Block

Mining Attempt 59f0d82b4a438b5d796230f736f04195ee2ee5a6124f8dce5debe529cfa38c3e
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root d7974bc9baa5a6d18356773a4128f3aa4e54389e95a3e9089e8729b8564a03a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,563
Size: 1.00 vMB
Total Fees: 0.01146468 BTC
Feerates: 60.27 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (667,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
247,571 247,571 000000000000007b9299bfd5b0d02d8c97b83f203bda660a0664314eb7b04575 74 0.03/1.00 vMB 119
247,570 247,570 0000000000000039ea52dd5e5b1d1fa63783035cd39e803e5e772b1214448153 24 0.01/1.00 vMB 118
247,569 247,569 0000000000000031ca2ff64dddd7374f7240b067f1748c8b63f149145e9ee91d 124 0.05/1.00 vMB 159
247,568 247,568 0000000000000014e8689745d9eb473d1d0845383279b4b9f4b216a1dc991823 9 0.00/1.00 vMB 59
247,567 247,567 000000000000008654399457c0d0f591e8c8bad4f144f50f8008c54679915450 332 0.14/1.00 vMB 132
247,566 247,566 000000000000002b64f1a7769c85f55054471bfcdd4ec01a7d3c8d3af696c78b 85 0.03/1.00 vMB 163
247,565 247,565 00000000000000a163705b98cd68fa24ee7f20d75f46478eee7ae6ee75dd6d86 73 0.13/1.00 vMB 32
247,564 247,564 00000000000000502b38996b6239ee1d9bd1750005a61bb980d6e0b3c91c18cb 22 0.01/1.00 vMB 171
247,563 247,563 000000000000009585883a2cade329d80e497e30ec0e80aa520dc172d5aae58c 49 0.03/1.00 vMB 107
247,562 247,562 000000000000006c99da11348aecd52acdde54c3044c9db3ff85a818f23bc49f 270 0.13/1.00 vMB 124
247,561 247,561 0000000000000025a1878529a4020b7b42df5417c72555580fca470c0e25d590 262 0.12/1.00 vMB 141
247,560 247,560 0000000000000092d5962427a30dce8dc02a3c30f3e6a19faca6ea0812ba7cc0 34 0.02/1.00 vMB 123
247,559 247,559 0000000000000031291c9ccf530d8e42282a65aab44b65c2ae2d552cbca5c35f 206 0.09/1.00 vMB 165
247,558 247,558 000000000000002d1cab037d87b3707607225a4c8272dc51eed5c50e82895487 21 0.01/1.00 vMB 205
247,557 247,557 000000000000004727cdfc8c7d3253a7d3618bf8cd4892499da3e35c433c05fc 299 0.12/1.00 vMB 167
247,556 247,556 0000000000000050a6cfcc4b7bd95311c4df8c24b04d96baa8d8655ca58c573e 197 0.08/1.00 vMB 137
247,555 247,555 0000000000000094986eab14bb7fc5e39e380a3686202e57495c0bc95decb0d2 111 0.05/1.00 vMB 135
247,554 247,554 0000000000000058942ec3e11d55f3b2eb91d8e4e9f81a15de850696685a01bd 127 0.05/1.00 vMB 135
247,553 247,553 00000000000000075bfc7ffa9b9e6cf4d0619673d5b10dba2dea11aeea3b9928 136 0.06/1.00 vMB 169
247,552 247,552 000000000000007a3b5dc47e32cff4c7f114c1aeb696024cb62468460c4c0a59 136 0.06/1.00 vMB 169
247,551 247,551 00000000000000051cea985b6e4a1f80692578af94a50b0f620ba12cc9543b1a 52 0.02/1.00 vMB 47
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.64 GB
    • Received: 15.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.