Loading Tool

Explorer IconExplorer

Memory Pool

43,260 transactions
29.20 vMB
0.07317444 BTC
Random Selection Loading Transactions
Max Size: 150.47/200 MB

Candidate Block

Mining Attempt 369aa769ac51df2cc2d154da93888e5eb08fb1558c8fb6ea3b5f36fb86c66030
Version 20000000
Previous Block 000000000000000000015df9339a679f24b05f10bdf66499b18076d0f640fe75
Merkle Root 1b7d4631abf8e17ea744a14a1b82a98af87140cb7f77ddca81e7e25328c8f9a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,793
Size: 1.00 vMB
Total Fees: 0.01599864 BTC
Feerates: 197.49 > 1.60 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,620 (332,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,356 582,356 000000000000000000062ca273ac6929dd5313d5d6268a4fcc70849aabe53864 3,043 1.00/1.00 vMB 62
582,355 582,355 00000000000000000009990e22ab6a64fdf87e3a3f795e88cfe0240e28dc0d10 2,583 1.00/1.00 vMB 83
582,354 582,354 0000000000000000001d71fabdb0b6b1f7d2e4aaa0d6479250317f74d532c518 2,099 1.00/1.00 vMB 84
582,353 582,353 00000000000000000006db22c0b3db8fd7f8dd61269cf1bfcad677a2f13aa00d 2,820 1.00/1.00 vMB 93
582,352 582,352 00000000000000000004efab8a52aa0a09ee6f1354383bb30a5ec39ad5f1cee6 2,732 1.00/1.00 vMB 95
582,351 582,351 00000000000000000004456ebbcc46f86cda3c72fee0208a2cb9f1e5d4411460 2,546 1.00/1.00 vMB 49
582,350 582,350 0000000000000000000ae7ba0b5fea355b4a971c6c3e94cb7eb47478df3a931f 1,969 1.00/1.00 vMB 74
582,349 582,349 0000000000000000000493b5df2d72430f77c494123b625fc7493c760e503ea6 2,653 1.00/1.00 vMB 95
582,348 582,348 00000000000000000025bef32e9071f4c80a435ef1fd54893184a8cfeb9cb009 2,540 1.00/1.00 vMB 98
582,347 582,347 0000000000000000000854c68f033cde5f81c6c270fb7d9512f09b0483239130 2,478 1.00/1.00 vMB 52
582,346 582,346 0000000000000000000e0d8bb4a75c13c98709fb7174e984015fa31f323e2154 2,291 1.00/1.00 vMB 44
582,345 582,345 00000000000000000007f012355320628c21b290eb299cc4bd20724c2ff9f02e 2,742 1.00/1.00 vMB 21
582,344 582,344 00000000000000000018f83408f6d754fb32f903102fbcbfe69178eaa8154eaa 2,471 1.00/1.00 vMB 85
582,343 582,343 00000000000000000004eace78a1a1228ab849232947529337f84068e54c30a7 2,543 1.00/1.00 vMB 93
582,342 582,342 00000000000000000014dde679a55edc0e96f97d1e5cc4aa1ffccd0de4aca0e0 2,444 1.00/1.00 vMB 33
582,341 582,341 000000000000000000100938623749b3c15040188a039ccd6f5fce6dde311570 2,781 1.00/1.00 vMB 97
582,340 582,340 00000000000000000014fd80e9fb3b5c1076baea0a6084e857698ef0c5f64fef 2,273 1.00/1.00 vMB 29
582,339 582,339 0000000000000000001d2ae01d68be985badb0502f5eaca44e9c8021e9d7abd6 2,289 1.00/1.00 vMB 16
582,338 582,338 00000000000000000011dc29deaac08789c7711908460862563fe83725c14ac8 2,677 1.00/1.00 vMB 45
582,337 582,337 00000000000000000021cb1c686d0dfdfa1658e22f27562cee28014bb1f9a17c 2,584 1.00/1.00 vMB 101
582,336 582,336 0000000000000000001acf57874f2adb236e511d2096e6120050fd8a1243726d 2,107 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 781.72 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: 629.70 GB
    • Received: 11.95 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.